Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155 #        - 3   # NDRPDR sel
156 #        - 4   # NDRPDR sel
157 #        - 5   # NDRPDR sel
158 #        - 10  # NDRPDR sel
159 #        - 11  # NDRPDR sel
160 #        - 12  # NDRPDR sel
161 #        - 15  # NDRPDR sel
162 #        - 16  # NDRPDR sel
163 #        - 18  # NDRPDR sel
164 #        - 19  # NDRPDR sel
165         - 20  # NDRPDR sel env 4
166         - 21  # NDRPDR sel env 4
167         - 22  # NDRPDR sel env 4
168         - 23  # NDRPDR sel env 4
169         - 24  # NDRPDR sel env 4
170         - 25  # NDRPDR sel env 4
171         - 26  # NDRPDR sel env 4
172         - 27  # NDRPDR sel env 4
173         - 28  # NDRPDR sel env 4
174         - 29  # NDRPDR sel env 4
175
176     plot-vpp-hdrh-lat-3n-hsw:
177       csit-vpp-perf-report-iterative-2005-3n-hsw:
178         - 3   # NDRPDR sel
179
180 #    plot-vpp-nfv-3n-hsw-ndrpdr:
181 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
182 #        - 3   # NDRPDR sel
183 #        - 4   # NDRPDR sel
184 #        - 5   # NDRPDR sel
185 #        - 10  # NDRPDR sel
186 #        - 11  # NDRPDR sel
187 #        - 12  # NDRPDR sel
188 #        - 15  # NDRPDR sel
189 #        - 16  # NDRPDR sel
190 #        - 18  # NDRPDR sel
191 #        - 19  # NDRPDR sel
192
193 #    plot-vpp-nfv-3n-hsw-mrr:
194 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
195 #        - 13  # MRR
196
197     plot-vpp-hoststack-3n-hsw:
198       csit-vpp-perf-verify-2005-3n-hsw:
199         - 3   # hoststack
200         - 5   # hoststack
201         - 6   # hoststack
202         - 7   # hoststack
203         - 8   # hoststack
204         - 9   # hoststack
205         - 10  # hoststack
206         - 11  # hoststack
207         - 12  # hoststack
208         - 13  # hoststack
209
210     plot-dpdk-throughput-latency-3n-hsw:
211       csit-dpdk-perf-report-iterative-2005-3n-hsw:
212         - 5   # NDRPDR sel
213         - 6   # NDRPDR sel
214         - 7   # NDRPDR sel
215         - 8   # NDRPDR sel
216         - 9   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 13  # NDRPDR sel
221         - 14  # NDRPDR sel
222
223     plot-dpdk-hdrh-lat-3n-hsw:
224       csit-dpdk-perf-report-iterative-2005-3n-hsw:
225         - 5   # NDRPDR sel
226
227     # 3n-skx
228
229     plot-vpp-throughput-lat-tsa-3n-skx:
230       csit-vpp-perf-report-iterative-2005-3n-skx:
231 #        - 4   # NDRPDR sel
232 #        - 5   # NDRPDR sel ??? all x710 failed
233 #        - 33  # NDRPDR sel
234 #        - 28  # NDRPDR sel
235 #        - 34  # NDRPDR sel
236 #        - 36  # NDRPDR sel
237 #        - 37  # NDRPDR sel
238 #        - 38  # NDRPDR sel
239 #        - 39  # NDRPDR sel
240 #        - 41  # NDRPDR sel
241         - 42  # NDRPDR sel env 4
242         - 43  # NDRPDR sel env 4
243         - 44  # NDRPDR sel env 4
244         - 45  # NDRPDR sel env 4
245         - 47  # NDRPDR sel env 4
246
247     plot-vpp-hdrh-lat-3n-skx:
248       csit-vpp-perf-report-iterative-2005-3n-skx:
249         - 36  # NDRPDR sel
250
251     plot-vpp-nfv-3n-skx-ndrpdr:
252       # TODO: Add data:
253       csit-vpp-perf-report-iterative-2005-3n-skx:
254         - 4   # NDRPDR sel
255         - 5   # NDRPDR sel ??? all x710 failed
256         - 33  # NDRPDR sel
257         - 28  # NDRPDR sel
258         - 34  # NDRPDR sel
259
260     plot-vpp-nfv-3n-skx-mrr:
261       csit-vpp-perf-report-iterative-2005-3n-skx:
262         - 6   # MRR sel
263
264     plot-dpdk-throughput-latency-3n-skx:
265       csit-dpdk-perf-report-iterative-2005-3n-skx:
266         - 4   # NDRPDR sel
267         - 5   # NDRPDR sel
268         - 6   # NDRPDR sel
269         - 7   # NDRPDR sel
270         - 8   # NDRPDR sel
271         - 11  # NDRPDR sel
272         - 12  # NDRPDR sel
273         - 13  # NDRPDR sel
274         - 14  # NDRPDR sel
275         - 15  # NDRPDR sel
276
277     plot-dpdk-hdrh-lat-3n-skx:
278       csit-dpdk-perf-report-iterative-2005-3n-skx:
279         - 4   # NDRPDR sel
280
281     # 2n-skx
282
283     plot-vpp-throughput-lat-tsa-2n-skx:
284       csit-vpp-perf-report-iterative-2005-2n-skx:
285 #        - 43  # NDRPDR sel
286 #        - 38  # NDRPDR sel
287 #        - 7   # NDRPDR sel
288 #        - 65  # NDRPDR sel
289 #        - 47  # NDRPDR sel
290 #        - 55  # NDRPDR sel
291 #        - 67  # NDRPDR sel
292 #        - 75  # NDRPDR sel
293 #        - 76  # NDRPDR sel
294 #        - 73  # NDRPDR sel
295         - 88  # NDRPDR sel env 4
296         - 89  # NDRPDR sel env 4
297         - 90  # NDRPDR sel env 4
298         - 91  # NDRPDR sel env 4
299         - 92  # NDRPDR sel env 4
300         - 93  # NDRPDR sel env 4
301         - 94  # NDRPDR sel env 4
302
303     plot-vpp-hdrh-lat-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 55  # NDRPDR sel
306
307     plot-vpp-soak-2n-skx:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 49  # Soak
310         - 54  # Soak
311
312     plot-vpp-nfv-2n-skx-ndrpdr:
313       # TODO: Add data:
314       csit-vpp-perf-report-iterative-2005-2n-skx:
315         - 43  # NDRPDR sel
316         - 38  # NDRPDR sel
317         - 7   # NDRPDR sel
318         - 78  # nf-density-sel
319         - 83  # nf-density-sel
320
321     plot-vpp-nfv-2n-skx-mrr:
322       csit-vpp-perf-report-iterative-2005-2n-skx:
323         - 42  # MRR sel
324
325     plot-vpp-nfv-reconf-2n-skx:
326       csit-vpp-perf-report-iterative-2005-2n-skx:
327         - 48  # Reconf
328         - 50  # Reconf
329         - 51  # Reconf
330         - 52  # Reconf
331         - 53  # Reconf
332         - 60  # Reconf
333         - 70  # Reconf
334         - 71  # Reconf
335         - 63  # Reconf
336         - 66  # Reconf
337
338     plot-dpdk-throughput-latency-2n-skx:
339       csit-dpdk-perf-report-iterative-2005-2n-skx:
340         - 1   # NDRPDR sel
341         - 2   # NDRPDR sel
342         - 3   # NDRPDR sel
343         - 4   # NDRPDR sel
344         - 5   # NDRPDR sel
345         - 6   # NDRPDR sel
346         - 7   # NDRPDR sel
347         - 8   # NDRPDR sel
348         - 9   # NDRPDR sel
349         - 10  # NDRPDR sel
350
351     plot-dpdk-hdrh-lat-2n-skx:
352       csit-dpdk-perf-report-iterative-2005-2n-skx:
353         - 1   # NDRPDR sel
354
355     # 2n-clx
356
357     plot-vpp-throughput-lat-tsa-2n-clx:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359 #        - 7   # NDRPDR sel
360 #        - 38  # NDRPDR sel
361 #        - 9   # NDRPDR sel
362 #        - 32  # NDRPDR sel ???
363 #        - 33  # NDRPDR sel ???
364 #        - 39  # NDRPDR sel
365 #        - 40  # NDRPDR sel
366 #        - 43  # NDRPDR sel
367 #        - 50  # NDRPDR sel
368 #        - 51  # NDRPDR sel
369         - 62  # NDRPDR sel env 4
370         - 63  # NDRPDR sel env 4
371         - 64  # NDRPDR sel env 4
372         - 65  # NDRPDR sel env 4
373         - 66  # NDRPDR sel env 4
374         - 68  # NDRPDR sel env 4
375         - 69  # NDRPDR sel env 4
376         - 70  # NDRPDR sel env 4
377
378     plot-vpp-hdrh-lat-2n-clx:
379       csit-vpp-perf-report-iterative-2005-2n-clx:
380         - 51  # NDRPDR sel
381
382 #    plot-vpp-http-server-performance:
383 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
384 #      csit-vpp-perf-verify-2001-2n-clx:
385 #        - 80  # TCP
386
387     plot-vpp-nfv-2n-clx-ndrpdr:
388       csit-vpp-perf-report-iterative-2005-2n-clx:
389         - 7   # NDRPDR sel
390         - 38  # NDRPDR sel
391         - 9   # NDRPDR sel
392         - 39  # NDRPDR sel
393         - 40  # NDRPDR sel
394         - 57  # 2n-clx nfv-density-00
395         - 58  # 2n-clx nfv-density-00
396         - 59  # 2n-clx nfv-density-00
397         - 60  # 2n-clx nfv-density-00
398         - 61  # 2n-clx nfv-density-00
399
400     plot-vpp-nfv-2n-clx-mrr:
401       csit-vpp-perf-report-iterative-2005-2n-clx:
402         - 12   # MRR
403
404     plot-vpp-nfv-reconf-2n-clx:
405       csit-vpp-perf-report-iterative-2005-2n-clx:
406         - 42  # Reconf
407         - 45  # Reconf
408         - 46  # Reconf
409         - 47  # Reconf
410         - 48  # Reconf
411         - 52  # Reconf
412         - 53  # Reconf
413         - 54  # Reconf
414         - 55  # Reconf
415         - 56  # Reconf
416
417     plot-vpp-soak-2n-clx:
418       csit-vpp-perf-report-iterative-2005-2n-clx:
419         - 44  # Soak
420         - 49  # Soak
421
422     plot-dpdk-throughput-latency-2n-clx:
423       csit-dpdk-perf-report-iterative-2005-2n-clx:
424         - 1   # NDRPDR sel
425         - 2   # NDRPDR sel
426         - 3   # NDRPDR sel
427         - 4   # NDRPDR sel
428         - 5   # NDRPDR sel
429         - 6   # NDRPDR sel
430         - 7   # NDRPDR sel
431         - 8   # NDRPDR sel
432         - 9   # NDRPDR sel
433         - 10  # NDRPDR sel
434
435     plot-dpdk-hdrh-lat-2n-clx:
436       csit-dpdk-perf-report-iterative-2005-2n-clx:
437         - 1   # NDRPDR sel
438
439     # 3n-tsh
440
441     plot-vpp-throughput-lat-tsa-3n-tsh:
442       # TODO: Add data:
443       csit-vpp-perf-report-iterative-2005-3n-tsh:
444 #        - 9   # NDRPDR sel
445 #        - 11  # NDRPDR sel
446 #        - 12  # NDRPDR sel
447 #        - 20  # NDRPDR sel
448 #        - 14  # NDRPDR sel
449 #        - 21  # NDRPDR sel
450         - 23  # NDRPDR sel env 4
451         - 25  # NDRPDR sel env 4
452
453     plot-vpp-hdrh-lat-3n-tsh:
454       csit-vpp-perf-report-iterative-2005-3n-tsh:
455         - 9   # NDRPDR sel
456
457     plot-dpdk-throughput-latency-3n-tsh:
458       csit-dpdk-perf-report-iterative-2005-3n-tsh:
459         - 5   # NDRPDR sel
460
461     plot-dpdk-hdrh-lat-3n-tsh:
462       csit-dpdk-perf-report-iterative-2005-3n-tsh:
463         - 5   # NDRPDR sel
464
465     # 3n-dnv
466
467     plot-vpp-throughput-lat-tsa-3n-dnv:
468       csit-vpp-perf-report-iterative-2005-3n-dnv:
469         - 2   # NDRPDR sel
470         - 3   # NDRPDR sel
471         - 4   # NDRPDR sel
472         - 5   # NDRPDR sel
473         - 6   # NDRPDR sel
474         - 7   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-3n-dnv:
481       csit-dpdk-perf-report-iterative-2005-3n-dnv:
482         - 6   # NDRPDR sel
483         - 7   # NDRPDR sel
484         - 8   # NDRPDR sel
485         - 9   # NDRPDR sel
486         - 10  # NDRPDR sel
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 16  # NDRPDR sel
492
493     # 2n-dnv
494
495     plot-vpp-throughput-lat-tsa-2n-dnv:
496       csit-vpp-perf-report-iterative-2005-2n-dnv:
497         - 3   # NDRPDR sel
498         - 6   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 9   # NDRPDR sel
502         - 10  # NDRPDR sel
503         - 11  # NDRPDR sel
504         - 12  # NDRPDR sel
505         - 13  # NDRPDR sel
506         - 14  # NDRPDR sel
507
508     plot-dpdk-throughput-latency-2n-dnv:
509       csit-dpdk-perf-report-iterative-2005-2n-dnv:
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 11  # NDRPDR sel
514         - 12  # NDRPDR sel
515         - 13  # NDRPDR sel
516         - 14  # NDRPDR sel
517         - 15  # NDRPDR sel
518         - 16  # NDRPDR sel
519         - 17  # NDRPDR sel
520
521     ###########################################################################
522     # Simple tables (only one data set):
523
524     # NIC Comparisons
525
526     vpp-nic-comparison-3n-skx:
527       csit-vpp-perf-report-iterative-2005-3n-skx:
528         - 4   # NDRPDR sel
529         - 5   # NDRPDR sel ??? all x710 failed
530         - 33  # NDRPDR sel
531         - 28  # NDRPDR sel
532         - 34  # NDRPDR sel
533         - 36  # NDRPDR sel
534         - 37  # NDRPDR sel
535         - 38  # NDRPDR sel
536         - 39  # NDRPDR sel
537         - 41  # NDRPDR sel
538
539     vpp-nic-comparison-2n-skx:
540       csit-vpp-perf-report-iterative-2005-2n-skx:
541         - 43  # NDRPDR sel
542         - 38  # NDRPDR sel
543         - 7   # NDRPDR sel
544         - 65  # NDRPDR sel
545         - 47  # NDRPDR sel
546         - 55  # NDRPDR sel
547         - 67  # NDRPDR sel
548         - 75  # NDRPDR sel
549         - 76  # NDRPDR sel
550         - 73  # NDRPDR sel
551
552     vpp-nic-comparison-3n-skx-mrr:
553       csit-vpp-perf-report-iterative-2005-3n-skx:
554         - 6   # MRR sel
555
556     vpp-nic-comparison-2n-skx-mrr:
557       csit-vpp-perf-report-iterative-2005-2n-skx:
558         - 42  # MRR sel
559
560     # Results
561
562     vpp-perf-results-3n-hsw:
563       csit-vpp-perf-report-coverage-2005-3n-hsw:
564         - 1   # perf-full-3n-dnv-crypto_I
565         - 7   # perf-full-3n-hsw-crypto_II
566         - 3   # perf-full-3n-hsw-crypto_III
567         - 4   # perf-full-3n-dnv-crypto_IV
568         - 5   # perf-full-3n-hsw-ip4_I
569         - 6   # perf-full-3n-hsw-ip4_II
570         - 8   # perf-full-3n-hsw-ip4_III
571         - 9   # perf-full-3n-hsw-ip4_IV
572         - 10  # perf-full-3n-hsw-ip4_V
573         - 26  # perf-full-3n-hsw-ip4_VI
574         - 18  # perf-full-3n-hsw-ip4_VII
575         - 27  # perf-full-3n-hsw-ip4_VIII
576         - 28  # perf-full-3n-hsw-ip4_IX
577         - 29  # perf-full-3n-hsw-ip6_I
578         - 35  # perf-full-3n-hsw-ip6_II
579         - 42  # perf-full-3n-hsw-l2_I
580         - 33  # perf-full-3n-hsw-l2_II
581         - 37  # perf-full-3n-hsw-l2_III
582         - 45  # perf-full-3n-hsw-l2_IV
583         - 43  # perf-full-3n-hsw-l2_V
584         - 40  # perf-full-3n-hsw-l2_VI
585         - 44  # perf-full-3n-hsw-l2_VII
586         - 51  # perf-full-3n-hsw-l2_VIII
587         - 50  # perf-full-3n-hsw-l2_IX
588         - 52  # perf-full-3n-hsw-l2_X
589         - 53  # perf-full-3n-hsw-l2_XI
590         - 54  # perf-full-3n-hsw-memif
591         - 55  # perf-full-3n-hsw-ip4tunnels-I
592         - 56  # perf-full-3n-hsw-ip4tunnels-II
593         - 57  # perf-full-3n-hsw-ip4tunnels-III
594         - 58  # perf-full-3n-hsw-ip6tunnels-I
595         - 59  # perf-full-3n-hsw-srv6-I
596         - 60  # perf-full-3n-hsw-srv6-II
597         - 61  # perf-full-3n-hsw-vhost-I
598         - 62  # perf-full-3n-hsw-vhost-II
599         - 63  # perf-full-3n-hsw-vhost-III
600
601     vpp-perf-results-3n-skx:
602       csit-vpp-perf-report-coverage-2005-3n-skx:
603         - 10  # perf-full-3n-skx-crypto_I
604         - 11  # perf-full-3n-skx-crypto_II
605         - 12  # perf-full-3n-skx-crypto_III
606         - 5   # perf-full-3n-skx-ip4_I
607         - 14  # perf-full-3n-skx-ip4_II
608         - 7   # perf-full-3n-skx-ip4_III
609         - 15  # perf-full-3n-skx-ip4_IV
610         - 16  # perf-full-3n-skx-ip4_V
611         - 17  # perf-full-3n-skx-ip4_VI
612         - 18  # perf-full-3n-skx-ip4_VII
613         - 19  # perf-full-3n-skx-ip4_VIII
614         - 20  # perf-full-3n-skx-ip4_IX
615         - 24  # perf-full-3n-skx-ip6_I
616         - 25  # perf-full-3n-skx-ip6_II
617         - 21  # perf-full-3n-skx-ip4tunnels-I
618         - 22  # perf-full-3n-skx-ip4tunnels-II
619         - 23  # perf-full-3n-skx-ip4tunnels-III
620         - 26  # perf-full-3n-skx-ip6tunnels-I
621         - 28  # perf-full-3n-skx-l2_II
622         - 29  # perf-full-3n-skx-l2_III
623         - 30  # perf-full-3n-skx-l2_IV
624         - 32  # perf-full-3n-skx-l2_VI
625         - 33  # perf-full-3n-skx-l2_VII
626         - 34  # perf-full-3n-skx-l2_VIII
627         - 35  # perf-full-3n-skx-l2_IX
628         - 36  # perf-full-3n-skx-l2_X
629         - 37  # perf-full-3n-skx-l2_XI
630         - 38  # perf-full-3n-skx-memif
631         - 39  # perf-full-3n-skx-srv6-I
632         - 40  # perf-full-3n-skx-srv6-II
633         - 43  # perf-full-3n-skx-vhost-III
634
635     vpp-perf-results-2n-skx:
636       # TODO: Add data:
637       csit-vpp-perf-report-coverage-2005-2n-skx:
638         - 11  # perf-full-2n-skx-ip4_I
639         - 3   # perf-full-2n-skx-ip4_II
640         - 18  # perf-full-2n-skx-ip4_III
641         - 19  # perf-full-2n-skx-ip4_IV
642         - 5   # perf-full-2n-skx-ip4_V
643         - 20  # perf-full-2n-skx-ip4_VI
644         - 7   # perf-full-2n-skx-ip6_I
645         - 21  # perf-full-2n-skx-ip6_II
646         - 9   # perf-full-2n-skx-l2_I
647         - 22  # perf-full-2n-skx-l2_II
648         - 23  # perf-full-2n-skx-memif
649         - 24  # perf-full-2n-skx-loadbalancer
650         - 25  # perf-full-2n-skx-vhost I
651         - 26  # perf-full-2n-skx-vhost II
652         - 27  # perf-full-2n-skx-vts
653
654     vpp-perf-results-2n-clx:
655       csit-vpp-perf-report-coverage-2005-2n-clx:
656         - 21  # perf-full-2n-clx-ip4_I
657         - 2   # perf-full-2n-clx-ip4_II
658         - 3   # perf-full-2n-clx-ip4_III
659         - 4   # perf-full-2n-clx-ip4_IV
660         - 5   # perf-full-2n-clx-ip4_V
661         - 6   # perf-full-2n-clx-ip4_VI
662         - 7   # perf-full-2n-clx-ip6_I
663         - 16  # perf-full-2n-clx-ip6_II
664         - 23  # perf-full-2n-clx-l2_I
665         - 10  # perf-full-2n-clx-l2_II
666         - 11  # perf-full-2n-clx-memif
667         - 12  # perf-full-2n-clx-loadbalancer
668         - 13  # perf-full-2n-clx-vhost I
669         - 22  # perf-full-2n-clx-vhost II
670         - 15  # perf-full-2n-clx-vts
671
672     vpp-perf-results-3n-tsh:
673       csit-vpp-perf-report-iterative-2005-3n-tsh:
674         - 9   # NDRPDR sel
675
676     vpp-perf-results-3n-dnv:
677       csit-vpp-perf-report-coverage-2005-3n-dnv:
678         - 1   # perf-full-3n-dnv-crypto_I
679         - 24  # perf-full-3n-dnv-crypto_II
680         - 5   # perf-full-3n-dnv-ip4_I
681         - 13  # perf-full-3n-dnv-ip4_II
682         - 17  # perf-full-3n-dnv-ip6_I
683         - 18  # perf-full-3n-dnv-ip6_II
684         - 21  # perf-full-3n-dnv-l2_I
685         - 22  # perf-full-3n-dnv-l2_II
686         - 23  # perf-full-3n-dnv-ip4-tunnels_I
687
688     vpp-perf-results-2n-dnv:
689       csit-vpp-perf-report-coverage-2005-2n-dnv:
690         - 1   # perf-full-2n-dnv-ip4_I
691         - 2   # perf-full-2n-dnv-ip4_II
692         - 3   # perf-full-2n-dnv-ip6_I
693         - 4   # perf-full-2n-dnv-ip6_II
694         - 5   # perf-full-2n-dnv-l2_I
695         - 6   # perf-full-2n-dnv-l2_II
696
697     vpp-mrr-results-3n-hsw:
698       csit-vpp-perf-report-iterative-2005-3n-hsw:
699         - 13  # MRR
700
701     vpp-mrr-results-3n-skx:
702       csit-vpp-perf-report-iterative-2005-3n-skx:
703         - 6   # MRR sel
704
705     vpp-mrr-results-2n-skx:
706       csit-vpp-perf-report-iterative-2005-2n-skx:
707         - 42  # MRR sel
708
709     vpp-mrr-results-2n-clx:
710       csit-vpp-perf-report-iterative-2005-2n-clx:
711         - 12   # MRR
712
713     vpp-mrr-results-3n-tsh:
714       csit-vpp-perf-report-iterative-2005-3n-tsh:
715         - 10  # MRR sel
716
717     vpp-mrr-results-3n-dnv:
718       csit-vpp-perf-report-iterative-2005-3n-dnv:
719         - 8   # MRR
720
721     vpp-mrr-results-2n-dnv:
722       csit-vpp-perf-report-iterative-2005-2n-dnv:
723         - 15  # MRR sel
724
725     vpp-device-results-ubuntu:
726       csit-vpp-device-2005-ubuntu1804-1n-skx:
727         - 35
728
729     dpdk-perf-results-3n-hsw:
730       csit-dpdk-perf-report-iterative-2005-3n-hsw:
731         - 5   # NDRPDR sel
732
733     dpdk-perf-results-3n-skx:
734       csit-dpdk-perf-report-iterative-2005-3n-skx:
735         - 4   # NDRPDR sel
736
737     dpdk-perf-results-2n-skx:
738       csit-dpdk-perf-report-iterative-2005-2n-skx:
739         - 1   # NDRPDR sel
740
741     dpdk-perf-results-2n-clx:
742       csit-dpdk-perf-report-iterative-2005-2n-clx:
743         - 1   # NDRPDR sel
744
745     dpdk-perf-results-2n-dnv:
746       csit-dpdk-perf-report-iterative-2005-2n-dnv:
747         - 8   # NDRPDR sel
748
749     dpdk-perf-results-3n-dnv:
750       csit-dpdk-perf-report-iterative-2005-3n-dnv:
751         - 6   # NDRPDR sel
752
753     dpdk-perf-results-3n-tsh:
754       csit-dpdk-perf-report-iterative-2005-3n-tsh:
755         - 5   # NDRPDR sel
756
757 ###########################################################################
758     # Tables (more than one data set)
759
760     # Performance changes
761
762     vpp-performance-changes-3n-hsw-h1:
763       csit-vpp-perf-verify-1908-3n-hsw:
764         - 12  # NDRPDR sel
765         - 13  # NDRPDR sel
766         - 14  # NDRPDR sel
767         - 15  # NDRPDR sel
768         - 16  # NDRPDR sel
769         - 17  # NDRPDR sel
770         - 18  # NDRPDR sel
771         - 19  # NDRPDR sel
772         - 20  # NDRPDR sel
773         - 21  # NDRPDR sel
774     vpp-performance-changes-3n-hsw-ref:
775       csit-vpp-perf-verify-2001-3n-hsw:
776         - 21  # NDRPDR sel
777         - 22  # NDRPDR sel
778         - 23  # NDRPDR sel
779         - 24  # NDRPDR sel
780         - 25  # NDRPDR sel
781         - 29  # NDRPDR sel
782         - 30  # NDRPDR sel
783         - 31  # NDRPDR sel
784         - 32  # NDRPDR sel
785         - 34  # NDRPDR sel
786     vpp-performance-changes-3n-hsw-cmp:
787       csit-vpp-perf-report-iterative-2005-3n-hsw:
788         - 3   # NDRPDR sel
789         - 4   # NDRPDR sel
790         - 5   # NDRPDR sel
791         - 10  # NDRPDR sel
792         - 11  # NDRPDR sel
793         - 12  # NDRPDR sel
794         - 15  # NDRPDR sel
795         - 16  # NDRPDR sel
796         - 18  # NDRPDR sel
797         - 19  # NDRPDR sel
798     vpp-performance-changes-3n-hsw-cmp-2:
799       csit-vpp-perf-report-iterative-2005-3n-hsw:
800         - 20  # NDRPDR sel env 4
801         - 21  # NDRPDR sel env 4
802         - 22  # NDRPDR sel env 4
803         - 23  # NDRPDR sel env 4
804         - 24  # NDRPDR sel env 4
805         - 25  # NDRPDR sel env 4
806         - 26  # NDRPDR sel env 4
807         - 27  # NDRPDR sel env 4
808         - 28  # NDRPDR sel env 4
809         - 29  # NDRPDR sel env 4
810     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
811       csit-vpp-perf-report-iterative-2005-3n-hsw:
812         - 31  # NDRPDR sel 2001.0-4
813
814     vpp-performance-changes-3n-skx-h1:
815       csit-vpp-perf-verify-1908_1-3n-skx:
816         - 26  # NDRPDR sel - new1908.1
817         - 27  # NDRPDR sel - new1908.1
818         - 28  # NDRPDR sel - new1908.1
819         - 29  # NDRPDR sel - new1908.1
820         - 30  # NDRPDR sel - new1908.1
821         - 31  # NDRPDR sel - new1908.1
822         - 33  # NDRPDR sel - new1908.1
823         - 34  # NDRPDR sel - new1908.1
824         - 35  # NDRPDR sel - new1908.1
825         - 36  # NDRPDR sel - new1908.1
826     vpp-performance-changes-3n-skx-ref:
827       csit-vpp-perf-verify-2001-3n-skx:
828         - 69  # NDRPDR sel - new2001.0
829         - 71  # NDRPDR sel - new2001.0
830         - 72  # NDRPDR sel - new2001.0
831         - 76  # NDRPDR sel - new2001.0
832         - 77  # NDRPDR sel - new2001.0
833         - 78  # NDRPDR sel - new2001.0
834         - 80  # NDRPDR sel - new2001.0
835     vpp-performance-changes-3n-skx-cmp:
836       csit-vpp-perf-report-iterative-2005-3n-skx:
837         - 4   # NDRPDR sel
838         - 5   # NDRPDR sel ??? all x710 failed
839         - 33  # NDRPDR sel
840         - 28  # NDRPDR sel
841         - 34  # NDRPDR sel
842         - 36  # NDRPDR sel
843         - 37  # NDRPDR sel
844         - 38  # NDRPDR sel
845         - 39  # NDRPDR sel
846         - 41  # NDRPDR sel
847     vpp-performance-changes-3n-skx-cmp-2:
848       csit-vpp-perf-report-iterative-2005-3n-skx:
849         - 42  # NDRPDR sel env 4
850         - 43  # NDRPDR sel env 4
851         - 44  # NDRPDR sel env 4
852         - 45  # NDRPDR sel env 4
853         - 47  # NDRPDR sel env 4
854
855     vpp-performance-changes-2n-skx-h1:
856       csit-vpp-perf-verify-1908_1-2n-skx:
857         - 39  # NDRPDR sel - new1908.1
858         - 40  # NDRPDR sel - new1908.1
859         - 41  # NDRPDR sel - new1908.1
860         - 43  # NDRPDR sel - new1908.1
861         - 44  # NDRPDR sel - new1908.1
862         - 45  # NDRPDR sel - new1908.1
863         - 46  # NDRPDR sel - new1908.1
864         - 47  # NDRPDR sel - new1908.1
865         - 48  # NDRPDR sel - new1908.1
866         - 49  # NDRPDR sel - new1908.1
867     vpp-performance-changes-2n-skx-ref:
868       csit-vpp-perf-verify-2001-2n-skx:
869         - 143  # NDRPDR sel - new2001.0
870         - 146  # NDRPDR sel - new2001.0
871         - 147  # NDRPDR sel - new2001.0
872         - 148  # NDRPDR sel - new2001.0
873         - 149  # NDRPDR sel - new2001.0
874         - 150  # NDRPDR sel - new2001.0
875         - 151  # NDRPDR sel - new2001.0
876         - 152  # NDRPDR sel - new2001.0
877         - 153  # NDRPDR sel - new2001.0
878         - 154  # NDRPDR sel - new2001.0
879     vpp-performance-changes-2n-skx-cmp:
880       csit-vpp-perf-report-iterative-2005-2n-skx:
881         - 43  # NDRPDR sel
882         - 38  # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 65  # NDRPDR sel
885         - 47  # NDRPDR sel
886         - 55  # NDRPDR sel
887         - 67  # NDRPDR sel
888         - 75  # NDRPDR sel
889         - 76  # NDRPDR sel
890         - 73  # NDRPDR sel
891     vpp-performance-changes-2n-skx-cmp-2:
892       csit-vpp-perf-report-iterative-2005-2n-skx:
893         - 88  # NDRPDR sel env 4
894         - 89  # NDRPDR sel env 4
895         - 90  # NDRPDR sel env 4
896         - 91  # NDRPDR sel env 4
897         - 92  # NDRPDR sel env 4
898         - 93  # NDRPDR sel env 4
899         - 94  # NDRPDR sel env 4
900
901 #    vpp-performance-changes-nfv-2n-skx-ref:
902 #      csit-vpp-perf-verify-2001-2n-skx:
903 #        - 30  # NFV
904 #        - 31  # NFV
905 #    vpp-performance-changes-nfv-2n-skx-cmp:
906 #      csit-vpp-perf-report-iterative-2005-2n-skx:
907 #        - 43  # NDRPDR sel
908 #        - 38  # NDRPDR sel
909 #        - 7   # NDRPDR sel
910 #        - 78  # nf-density-sel
911 #        - 83  # nf-density-sel
912
913     vpp-performance-changes-2n-clx-ref:
914       csit-vpp-perf-verify-2001-2n-clx:
915         - 28  # NDRPDR sel
916         - 29  # NDRPDR sel
917         - 32  # NDRPDR sel
918         - 40  # NDRPDR sel
919         - 43  # NDRPDR sel
920         - 44  # NDRPDR sel
921         - 45  # NDRPDR sel
922         - 47  # NDRPDR sel
923         - 48  # NDRPDR sel
924         - 49  # NDRPDR sel
925     vpp-performance-changes-2n-clx-cmp:
926       csit-vpp-perf-report-iterative-2005-2n-clx:
927         - 7   # NDRPDR sel
928         - 38  # NDRPDR sel
929         - 9   # NDRPDR sel
930         - 32  # NDRPDR sel ???
931         - 33  # NDRPDR sel ???
932         - 39  # NDRPDR sel
933         - 40  # NDRPDR sel
934         - 43  # NDRPDR sel
935         - 50  # NDRPDR sel
936         - 51  # NDRPDR sel
937     vpp-performance-changes-2n-clx-cmp-2:
938       csit-vpp-perf-report-iterative-2005-2n-clx:
939         - 62  # NDRPDR sel env 4
940         - 63  # NDRPDR sel env 4
941         - 64  # NDRPDR sel env 4
942         - 65  # NDRPDR sel env 4
943         - 66  # NDRPDR sel env 4
944         - 68  # NDRPDR sel env 4
945         - 69  # NDRPDR sel env 4
946         - 70  # NDRPDR sel env 4
947
948     vpp-performance-changes-2n-dnv-h1:
949       csit-vpp-perf-verify-1908-2n-dnv:
950         - 1   # NDRPDR sel
951         - 2   # NDRPDR sel
952         - 3   # NDRPDR sel
953         - 4   # NDRPDR sel
954         - 5   # NDRPDR sel
955         - 6   # NDRPDR sel
956         - 7   # NDRPDR sel
957         - 8   # NDRPDR sel
958         - 9   # NDRPDR sel
959         - 10  # NDRPDR sel
960     vpp-performance-changes-2n-dnv-ref:
961       csit-vpp-perf-verify-2001-2n-dnv:
962         - 4   # NDRPDR sel
963         - 5   # NDRPDR sel
964         - 6   # NDRPDR sel
965         - 7   # NDRPDR sel
966         - 8   # NDRPDR sel
967         - 9   # NDRPDR sel
968         - 10  # NDRPDR sel
969         - 11  # NDRPDR sel
970         - 13  # NDRPDR sel
971         - 16  # NDRPDR sel
972     vpp-performance-changes-2n-dnv-cmp:
973       csit-vpp-perf-report-iterative-2005-2n-dnv:
974         - 3   # NDRPDR sel
975         - 6   # NDRPDR sel
976         - 7   # NDRPDR sel
977         - 8   # NDRPDR sel
978         - 9   # NDRPDR sel
979         - 10  # NDRPDR sel
980         - 11  # NDRPDR sel
981         - 12  # NDRPDR sel
982         - 13  # NDRPDR sel
983         - 14  # NDRPDR sel
984
985     vpp-performance-changes-3n-dnv-h1:
986       csit-vpp-perf-verify-1908-3n-dnv:
987         - 6   # NDRPDR sel
988         - 7   # NDRPDR sel
989         - 8   # NDRPDR sel
990         - 9   # NDRPDR sel
991         - 10  # NDRPDR sel
992         - 12  # NDRPDR sel
993         - 13  # NDRPDR sel
994         - 14  # NDRPDR sel
995         - 15  # NDRPDR sel
996         - 16  # NDRPDR sel
997     vpp-performance-changes-3n-dnv-ref:
998       csit-vpp-perf-verify-2001-3n-dnv:
999         - 5   # NDRPDR sel
1000         - 6   # NDRPDR sel
1001         - 7   # NDRPDR sel
1002         - 8   # NDRPDR sel
1003         - 9   # NDRPDR sel
1004         - 10  # NDRPDR sel
1005         - 12  # NDRPDR sel
1006         - 16  # NDRPDR sel
1007         - 17  # NDRPDR sel
1008         - 18  # NDRPDR sel
1009     vpp-performance-changes-3n-dnv-cmp:
1010       csit-vpp-perf-report-iterative-2005-3n-dnv:
1011         - 2   # NDRPDR sel
1012         - 3   # NDRPDR sel
1013         - 4   # NDRPDR sel
1014         - 5   # NDRPDR sel
1015         - 6   # NDRPDR sel
1016         - 7   # NDRPDR sel
1017         - 9   # NDRPDR sel
1018         - 10  # NDRPDR sel
1019         - 11  # NDRPDR sel
1020         - 12  # NDRPDR sel
1021
1022     vpp-performance-changes-3n-tsh-h1:
1023       csit-vpp-perf-verify-1908-3n-tsh:
1024         - 7   # NDRPDR sel
1025         - 8   # NDRPDR sel
1026         - 9   # NDRPDR sel
1027         - 10  # NDRPDR sel
1028         - 11  # NDRPDR sel
1029         - 12  # NDRPDR sel
1030         - 13  # NDRPDR sel
1031         - 14  # NDRPDR sel
1032         - 15  # NDRPDR sel
1033         - 16  # NDRPDR sel
1034     vpp-performance-changes-3n-tsh-ref:
1035       csit-vpp-perf-verify-2001-3n-tsh:
1036         - 3   # NDRPDR sel
1037         - 4   # NDRPDR sel
1038         - 7   # NDRPDR sel
1039         - 8   # NDRPDR sel
1040         - 10  # NDRPDR sel
1041         - 12  # NDRPDR sel
1042         - 13  # NDRPDR sel
1043         - 14  # NDRPDR sel
1044         - 15  # NDRPDR sel
1045         - 21  # NDRPDR sel
1046     vpp-performance-changes-3n-tsh-cmp:
1047       # TODO: Add data:
1048       csit-vpp-perf-report-iterative-2005-3n-tsh:
1049         - 9   # NDRPDR sel
1050         - 11  # NDRPDR sel
1051         - 12  # NDRPDR sel
1052         - 20  # NDRPDR sel
1053         - 14  # NDRPDR sel
1054         - 21  # NDRPDR sel
1055     vpp-performance-changes-3n-tsh-cmp-2:
1056       csit-vpp-perf-report-iterative-2005-3n-tsh:
1057         - 23  # NDRPDR sel env 4
1058         - 25  # NDRPDR sel env 4
1059
1060     vpp-soak-vs-ndr-2n-skx-ref:
1061       csit-vpp-perf-report-iterative-2005-2n-skx:
1062         - 43  # NDRPDR sel
1063         - 38  # NDRPDR sel
1064         - 7   # NDRPDR sel
1065         - 65  # NDRPDR sel
1066         - 47  # NDRPDR sel
1067         - 55  # NDRPDR sel
1068         - 67  # NDRPDR sel
1069         - 75  # NDRPDR sel
1070         - 76  # NDRPDR sel
1071         - 73  # NDRPDR sel
1072     vpp-soak-vs-ndr-2n-skx-cmp:
1073       csit-vpp-perf-report-iterative-2005-2n-skx:
1074         - 49  # Soak
1075         - 54  # Soak
1076     vpp-soak-vs-ndr-2n-skx:
1077       csit-vpp-perf-report-iterative-2005-2n-skx:
1078         - 43  # NDRPDR sel
1079         - 38  # NDRPDR sel
1080         - 7   # NDRPDR sel
1081         - 65  # NDRPDR sel
1082         - 47  # NDRPDR sel
1083         - 55  # NDRPDR sel
1084         - 67  # NDRPDR sel
1085         - 75  # NDRPDR sel
1086         - 76  # NDRPDR sel
1087         - 73  # NDRPDR sel
1088         - 49  # Soak
1089         - 54  # Soak
1090
1091     vpp-soak-vs-ndr-2n-clx-ref:
1092       csit-vpp-perf-report-iterative-2005-2n-clx:
1093         - 7   # NDRPDR sel
1094         - 38  # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 32  # NDRPDR sel ???
1097         - 33  # NDRPDR sel ???
1098         - 39  # NDRPDR sel
1099         - 40  # NDRPDR sel
1100         - 43  # NDRPDR sel
1101         - 50  # NDRPDR sel
1102         - 51  # NDRPDR sel
1103     vpp-soak-vs-ndr-2n-clx-cmp:
1104       csit-vpp-perf-report-iterative-2005-2n-clx:
1105         - 44  # Soak
1106         - 49  # Soak
1107     vpp-soak-vs-ndr-2n-clx:
1108       csit-vpp-perf-report-iterative-2005-2n-clx:
1109         - 7   # NDRPDR sel
1110         - 38  # NDRPDR sel
1111         - 9   # NDRPDR sel
1112         - 32  # NDRPDR sel ???
1113         - 33  # NDRPDR sel ???
1114         - 39  # NDRPDR sel
1115         - 40  # NDRPDR sel
1116         - 43  # NDRPDR sel
1117         - 50  # NDRPDR sel
1118         - 51  # NDRPDR sel
1119         - 44  # Soak
1120         - 49  # Soak
1121
1122     vpp-performance-changes-3n-hsw-mrr-h1:
1123       csit-vpp-perf-verify-1908-3n-hsw:
1124         - 39  # MRR sel
1125     vpp-performance-changes-3n-hsw-mrr-ref:
1126       csit-vpp-perf-verify-2001-3n-hsw:
1127         - 17  # MRR sel
1128     vpp-performance-changes-3n-hsw-mrr-cmp:
1129       csit-vpp-perf-report-iterative-2005-3n-hsw:
1130         - 13  # MRR
1131     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1132       csit-vpp-perf-report-iterative-2005-3n-hsw:
1133         - 30  # MRR env 4
1134
1135 #    vpp-performance-changes-3n-skx-mrr-h1:
1136 #      csit-vpp-perf-verify-1908-3n-skx:
1137 #        - 36  # MRR sel
1138     vpp-performance-changes-3n-skx-mrr-ref:
1139       csit-vpp-perf-verify-2001-3n-skx:
1140         - 50  # MRR sel
1141         - 53  # MRR sel addition
1142     vpp-performance-changes-3n-skx-mrr-cmp:
1143       csit-vpp-perf-report-iterative-2005-3n-skx:
1144         - 6   # MRR sel
1145     vpp-performance-changes-3n-skx-mrr-cmp-2:
1146       csit-vpp-perf-report-iterative-2005-3n-skx:
1147         - 49  # MRR sel env 4
1148
1149 #    vpp-performance-changes-2n-skx-mrr-h1:
1150 #      csit-vpp-perf-verify-1908-2n-skx:
1151 #        - 69  # MRR sel
1152     vpp-performance-changes-2n-skx-mrr-ref:
1153       csit-vpp-perf-verify-2001-2n-skx:
1154         - 101 # MRR sel
1155         - 128 # MRR sel addition
1156     vpp-performance-changes-2n-skx-mrr-cmp:
1157       csit-vpp-perf-report-iterative-2005-2n-skx:
1158         - 42  # MRR sel
1159     vpp-performance-changes-2n-skx-mrr-cmp-2:
1160       csit-vpp-perf-report-iterative-2005-2n-skx:
1161         - 99  # MRR sel env 4
1162
1163     vpp-performance-changes-2n-clx-mrr-ref:
1164       csit-vpp-perf-verify-2001-2n-clx:
1165         - 39  # MRR
1166     vpp-performance-changes-2n-clx-mrr-cmp:
1167       csit-vpp-perf-report-iterative-2005-2n-clx:
1168         - 12   # MRR
1169     vpp-performance-changes-2n-clx-mrr-cmp-2:
1170       csit-vpp-perf-report-iterative-2005-2n-clx:
1171         - 72   # MRR
1172
1173 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1174 #      csit-vpp-perf-verify-1908-2n-skx:
1175 #        - 71  # NFV MRR
1176 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1177 #      # csit-vpp-perf-verify-2001-2n-skx:
1178 #      csit-vpp-perf-verify-1908-2n-skx:
1179 #        - 71  # NFV MRR
1180
1181     vpp-performance-changes-2n-dnv-mrr-h1:
1182       csit-vpp-perf-verify-1908-2n-dnv:
1183         - 11  # MRR sel
1184     vpp-performance-changes-2n-dnv-mrr-ref:
1185       csit-vpp-perf-verify-2001-2n-dnv:
1186         - 12  # MRR sel
1187     vpp-performance-changes-2n-dnv-mrr-cmp:
1188       csit-vpp-perf-report-iterative-2005-2n-dnv:
1189         - 15  # MRR sel
1190
1191     vpp-performance-changes-3n-dnv-mrr-h1:
1192       csit-vpp-perf-verify-1908-3n-dnv:
1193         - 17  # MRR sel
1194     vpp-performance-changes-3n-dnv-mrr-ref:
1195       csit-vpp-perf-verify-2001-3n-dnv:
1196         - 11  # MRR sel
1197     vpp-performance-changes-3n-dnv-mrr-cmp:
1198       csit-vpp-perf-report-iterative-2005-3n-dnv:
1199         - 8   # MRR
1200
1201     vpp-performance-changes-3n-tsh-mrr-h1:
1202       csit-vpp-perf-verify-1908-3n-tsh:
1203         - 17  # MRR sel
1204     vpp-performance-changes-3n-tsh-mrr-ref:
1205       csit-vpp-perf-verify-2001-3n-tsh:
1206         - 9   # MRR sel
1207     vpp-performance-changes-3n-tsh-mrr-cmp:
1208       csit-vpp-perf-report-iterative-2005-3n-tsh:
1209         - 10  # MRR sel
1210     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1211       csit-vpp-perf-report-iterative-2005-3n-tsh:
1212         - 27  # MRR sel env 4
1213
1214     dpdk-performance-changes-3n-hsw-h1:
1215       csit-dpdk-perf-verify-1908-3n-hsw:
1216         - 2   # NDRPDR sel
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 6   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225         - 11  # NDRPDR sel
1226     dpdk-performance-changes-3n-hsw-ref:
1227       csit-dpdk-perf-verify-2001-3n-hsw:
1228         - 4   # NDRPDR sel
1229         - 5   # NDRPDR sel
1230         - 6   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235         - 11  # NDRPDR sel
1236         - 12  # NDRPDR sel
1237         - 13  # NDRPDR sel
1238         - 15  # NDRPDR sel
1239         - 16  # NDRPDR sel
1240         - 17  # NDRPDR sel
1241         - 18  # NDRPDR sel
1242         - 19  # NDRPDR sel
1243         - 20  # NDRPDR sel
1244         - 21  # NDRPDR sel
1245         - 22  # NDRPDR sel
1246         - 23  # NDRPDR sel
1247         - 24  # NDRPDR sel
1248     dpdk-performance-changes-3n-hsw-cmp:
1249       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1250         - 5   # NDRPDR sel
1251         - 6   # NDRPDR sel
1252         - 7   # NDRPDR sel
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256         - 11  # NDRPDR sel
1257         - 12  # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 14  # NDRPDR sel
1260
1261     dpdk-performance-changes-3n-skx-h1:
1262       csit-dpdk-perf-verify-1908-3n-skx:
1263         - 3   # NDRPDR sel
1264         - 4   # NDRPDR sel
1265         - 5   # NDRPDR sel
1266         - 6   # NDRPDR sel
1267         - 7   # NDRPDR sel
1268         - 8   # NDRPDR sel
1269         - 9   # NDRPDR sel
1270         - 10  # NDRPDR sel
1271         - 11  # NDRPDR sel
1272         - 12  # NDRPDR sel
1273     dpdk-performance-changes-3n-skx-ref:
1274       csit-dpdk-perf-verify-2001-3n-skx:
1275         - 29  # NDRPDR sel xxv710
1276         - 33  # NDRPDR sel xxv710
1277         - 34  # NDRPDR sel xxv710
1278         - 35  # NDRPDR sel xxv710
1279         - 36  # NDRPDR sel xxv710
1280         - 37  # NDRPDR sel xxv710
1281         - 41  # NDRPDR sel xxv710
1282         - 42  # NDRPDR sel xxv710
1283         - 43  # NDRPDR sel xxv710
1284         - 45  # NDRPDR sel xxv710
1285         - 30  # NDRPDR sel x710
1286         - 31  # NDRPDR sel x710
1287         - 32  # NDRPDR sel x710
1288         - 38  # NDRPDR sel x710
1289         - 39  # NDRPDR sel x710
1290         - 40  # NDRPDR sel x710
1291         - 44  # NDRPDR sel x710
1292         - 46  # NDRPDR sel x710
1293         - 47  # NDRPDR sel x710
1294         - 48  # NDRPDR sel x710
1295     dpdk-performance-changes-3n-skx-cmp:
1296       csit-dpdk-perf-report-iterative-2005-3n-skx:
1297         - 4   # NDRPDR sel
1298         - 5   # NDRPDR sel
1299         - 6   # NDRPDR sel
1300         - 7   # NDRPDR sel
1301         - 8   # NDRPDR sel
1302         - 11  # NDRPDR sel
1303         - 12  # NDRPDR sel
1304         - 13  # NDRPDR sel
1305         - 14  # NDRPDR sel
1306         - 15  # NDRPDR sel
1307
1308     dpdk-performance-changes-2n-skx-h1:
1309       csit-dpdk-perf-verify-1908-2n-skx:
1310         - 2   # NDRPDR sel
1311         - 3   # NDRPDR sel
1312         - 4   # NDRPDR sel
1313         - 5   # NDRPDR sel
1314         - 7   # NDRPDR sel
1315         - 8   # NDRPDR sel
1316         - 9   # NDRPDR sel
1317         - 10  # NDRPDR sel
1318         - 11  # NDRPDR sel
1319         - 12  # NDRPDR sel
1320     dpdk-performance-changes-2n-skx-ref:
1321       csit-dpdk-perf-verify-2001-2n-skx:
1322         - 35  # NDRPDR sel xxv710
1323         - 36  # NDRPDR sel xxv710
1324         - 37  # NDRPDR sel xxv710
1325         - 41  # NDRPDR sel xxv710
1326         - 42  # NDRPDR sel xxv710
1327         - 43  # NDRPDR sel xxv710
1328         - 46  # NDRPDR sel xxv710
1329         - 47  # NDRPDR sel xxv710
1330         - 52  # NDRPDR sel xxv710
1331         - 53  # NDRPDR sel xxv710
1332         - 38  # NDRPDR sel x710
1333         - 39  # NDRPDR sel x710
1334         - 40  # NDRPDR sel x710
1335         - 44  # NDRPDR sel x710
1336         - 45  # NDRPDR sel x710
1337         - 48  # NDRPDR sel x710
1338         - 49  # NDRPDR sel x710
1339         - 50  # NDRPDR sel x710
1340         - 51  # NDRPDR sel x710
1341         - 54  # NDRPDR sel x710
1342     dpdk-performance-changes-2n-skx-cmp:
1343       csit-dpdk-perf-report-iterative-2005-2n-skx:
1344         - 1   # NDRPDR sel
1345         - 2   # NDRPDR sel
1346         - 3   # NDRPDR sel
1347         - 4   # NDRPDR sel
1348         - 5   # NDRPDR sel
1349         - 6   # NDRPDR sel
1350         - 7   # NDRPDR sel
1351         - 8   # NDRPDR sel
1352         - 9   # NDRPDR sel
1353         - 10  # NDRPDR sel
1354
1355     dpdk-performance-changes-2n-clx-ref:
1356       csit-dpdk-perf-verify-2001-2n-clx:
1357         - 15  # NDRPDR sel
1358         - 16  # NDRPDR sel
1359         - 17  # NDRPDR sel
1360         - 18  # NDRPDR sel
1361         - 19  # NDRPDR sel
1362         - 20  # NDRPDR sel
1363         - 21  # NDRPDR sel
1364         - 22  # NDRPDR sel
1365         - 23  # NDRPDR sel
1366         - 24  # NDRPDR sel
1367         - 25  # NDRPDR sel
1368         - 26  # NDRPDR sel
1369         - 27  # NDRPDR sel
1370         - 28  # NDRPDR sel
1371         - 29  # NDRPDR sel
1372         - 30  # NDRPDR sel
1373         - 31  # NDRPDR sel
1374         - 32  # NDRPDR sel
1375         - 33  # NDRPDR sel
1376         - 34  # NDRPDR sel
1377     dpdk-performance-changes-2n-clx-cmp:
1378       csit-dpdk-perf-report-iterative-2005-2n-clx:
1379         - 1   # NDRPDR sel
1380         - 2   # NDRPDR sel
1381         - 3   # NDRPDR sel
1382         - 4   # NDRPDR sel
1383         - 5   # NDRPDR sel
1384         - 6   # NDRPDR sel
1385         - 7   # NDRPDR sel
1386         - 8   # NDRPDR sel
1387         - 9   # NDRPDR sel
1388         - 10  # NDRPDR sel
1389
1390     dpdk-performance-changes-2n-dnv-ref:
1391       csit-dpdk-perf-verify-2001-2n-dnv:
1392         - 9   # NDRPDR sel
1393         - 10  # NDRPDR sel
1394         - 11  # NDRPDR sel
1395         - 12  # NDRPDR sel
1396         - 13  # NDRPDR sel
1397         - 14  # NDRPDR sel
1398         - 15  # NDRPDR sel
1399         - 16  # NDRPDR sel
1400         - 17  # NDRPDR sel
1401         - 18  # NDRPDR sel
1402     dpdk-performance-changes-2n-dnv-cmp:
1403       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1404         - 8   # NDRPDR sel
1405         - 9   # NDRPDR sel
1406         - 10  # NDRPDR sel
1407         - 11  # NDRPDR sel
1408         - 12  # NDRPDR sel
1409         - 13  # NDRPDR sel
1410         - 14  # NDRPDR sel
1411         - 15  # NDRPDR sel
1412         - 16  # NDRPDR sel
1413         - 17  # NDRPDR sel
1414
1415     dpdk-performance-changes-3n-dnv-ref:
1416       csit-dpdk-perf-verify-2001-3n-dnv:
1417         - 12  # NDRPDR sel
1418         - 13  # NDRPDR sel
1419         - 14  # NDRPDR sel
1420         - 15  # NDRPDR sel
1421         - 16  # NDRPDR sel
1422         - 17  # NDRPDR sel
1423         - 18  # NDRPDR sel
1424         - 19  # NDRPDR sel
1425         - 20  # NDRPDR sel
1426         - 22  # NDRPDR sel
1427     dpdk-performance-changes-3n-dnv-cmp:
1428       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1429         - 6   # NDRPDR sel
1430         - 7   # NDRPDR sel
1431         - 8   # NDRPDR sel
1432         - 9   # NDRPDR sel
1433         - 10  # NDRPDR sel
1434         - 11  # NDRPDR sel
1435         - 12  # NDRPDR sel
1436         - 13  # NDRPDR sel
1437         - 14  # NDRPDR sel
1438         - 16  # NDRPDR sel
1439
1440     dpdk-performance-changes-3n-tsh-ref:
1441       csit-dpdk-perf-verify-2001-3n-tsh:
1442         - 3   # NDRPDR sel
1443         - 4   # NDRPDR sel
1444         - 5   # NDRPDR sel
1445         - 9   # NDRPDR sel
1446         - 10  # NDRPDR sel
1447         - 11  # NDRPDR sel
1448         - 12  # NDRPDR sel
1449         - 14  # NDRPDR sel
1450         - 15  # NDRPDR sel
1451         - 18  # NDRPDR sel
1452     dpdk-performance-changes-3n-tsh-cmp:
1453       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1454         - 5   # NDRPDR sel
1455
1456     # Compare testbeds
1457
1458     vpp-compare-testbeds-ref:
1459       csit-vpp-perf-report-iterative-2005-3n-hsw:
1460         - 3   # NDRPDR sel
1461         - 4   # NDRPDR sel
1462         - 5   # NDRPDR sel
1463         - 10  # NDRPDR sel
1464         - 11  # NDRPDR sel
1465         - 12  # NDRPDR sel
1466         - 15  # NDRPDR sel
1467         - 16  # NDRPDR sel
1468         - 18  # NDRPDR sel
1469         - 19  # NDRPDR sel
1470     vpp-compare-testbeds-cmp:
1471       csit-vpp-perf-report-iterative-2005-3n-skx:
1472         - 4   # NDRPDR sel
1473         - 5   # NDRPDR sel ??? all x710 failed
1474         - 33  # NDRPDR sel
1475         - 28  # NDRPDR sel
1476         - 34  # NDRPDR sel
1477         - 36  # NDRPDR sel
1478         - 37  # NDRPDR sel
1479         - 38  # NDRPDR sel
1480         - 39  # NDRPDR sel
1481         - 41  # NDRPDR sel
1482
1483     vpp-compare-testbeds-skx-clx-ref:
1484       csit-vpp-perf-report-iterative-2005-2n-skx:
1485         - 43  # NDRPDR sel
1486         - 38  # NDRPDR sel
1487         - 7   # NDRPDR sel
1488         - 65  # NDRPDR sel
1489         - 47  # NDRPDR sel
1490         - 55  # NDRPDR sel
1491         - 67  # NDRPDR sel
1492         - 75  # NDRPDR sel
1493         - 76  # NDRPDR sel
1494         - 73  # NDRPDR sel
1495     vpp-compare-testbeds-skx-clx-cmp:
1496       csit-vpp-perf-report-iterative-2005-2n-clx:
1497         - 7   # NDRPDR sel
1498         - 38  # NDRPDR sel
1499         - 9   # NDRPDR sel
1500         - 32  # NDRPDR sel ???
1501         - 33  # NDRPDR sel ???
1502         - 39  # NDRPDR sel
1503         - 40  # NDRPDR sel
1504         - 43  # NDRPDR sel
1505         - 50  # NDRPDR sel
1506         - 51  # NDRPDR sel
1507
1508     vpp-compare-testbeds-hsw-clx-ref:
1509       csit-vpp-perf-report-iterative-2005-3n-hsw:
1510         - 3   # NDRPDR sel
1511         - 4   # NDRPDR sel
1512         - 5   # NDRPDR sel
1513         - 10  # NDRPDR sel
1514         - 11  # NDRPDR sel
1515         - 12  # NDRPDR sel
1516         - 15  # NDRPDR sel
1517         - 16  # NDRPDR sel
1518         - 18  # NDRPDR sel
1519         - 19  # NDRPDR sel
1520     vpp-compare-testbeds-hsw-clx-cmp:
1521       csit-vpp-perf-report-iterative-2005-2n-clx:
1522         - 7   # NDRPDR sel
1523         - 38  # NDRPDR sel
1524         - 9   # NDRPDR sel
1525         - 32  # NDRPDR sel ???
1526         - 33  # NDRPDR sel ???
1527         - 39  # NDRPDR sel
1528         - 40  # NDRPDR sel
1529         - 43  # NDRPDR sel
1530         - 50  # NDRPDR sel
1531         - 51  # NDRPDR sel
1532
1533     vpp-compare-testbeds-mrr-ref:
1534       csit-vpp-perf-report-iterative-2005-3n-hsw:
1535         - 13  # MRR
1536     vpp-compare-testbeds-mrr-cmp:
1537       csit-vpp-perf-report-iterative-2005-3n-skx:
1538         - 6   # MRR sel
1539
1540     vpp-compare-testbeds-mrr-skx-clx-ref:
1541       csit-vpp-perf-report-iterative-2005-2n-skx:
1542         - 42  # MRR sel
1543     vpp-compare-testbeds-mrr-skx-clx-cmp:
1544       csit-vpp-perf-report-iterative-2005-2n-clx:
1545         - 12   # MRR
1546
1547     vpp-compare-testbeds-mrr-hsw-clx-ref:
1548       csit-vpp-perf-report-iterative-2005-3n-hsw:
1549         - 13  # MRR
1550     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1551       csit-vpp-perf-report-iterative-2005-2n-clx:
1552         - 12   # MRR
1553
1554     dpdk-compare-testbeds-ref:
1555       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1556         - 5   # NDRPDR sel
1557         - 6   # NDRPDR sel
1558         - 7   # NDRPDR sel
1559         - 8   # NDRPDR sel
1560         - 9   # NDRPDR sel
1561         - 10  # NDRPDR sel
1562         - 11  # NDRPDR sel
1563         - 12  # NDRPDR sel
1564         - 13  # NDRPDR sel
1565         - 14  # NDRPDR sel
1566     dpdk-compare-testbeds-cmp:
1567       csit-dpdk-perf-report-iterative-2005-3n-skx:
1568         - 4   # NDRPDR sel
1569         - 5   # NDRPDR sel
1570         - 6   # NDRPDR sel
1571         - 7   # NDRPDR sel
1572         - 8   # NDRPDR sel
1573         - 11  # NDRPDR sel
1574         - 12  # NDRPDR sel
1575         - 13  # NDRPDR sel
1576         - 14  # NDRPDR sel
1577         - 15  # NDRPDR sel
1578
1579     dpdk-compare-testbeds-skx-clx-ref:
1580       csit-dpdk-perf-report-iterative-2005-2n-skx:
1581         - 1   # NDRPDR sel
1582         - 2   # NDRPDR sel
1583         - 3   # NDRPDR sel
1584         - 4   # NDRPDR sel
1585         - 5   # NDRPDR sel
1586         - 6   # NDRPDR sel
1587         - 7   # NDRPDR sel
1588         - 8   # NDRPDR sel
1589         - 9   # NDRPDR sel
1590         - 10  # NDRPDR sel
1591     dpdk-compare-testbeds-skx-clx-cmp:
1592       csit-dpdk-perf-report-iterative-2005-2n-clx:
1593         - 1   # NDRPDR sel
1594         - 2   # NDRPDR sel
1595         - 3   # NDRPDR sel
1596         - 4   # NDRPDR sel
1597         - 5   # NDRPDR sel
1598         - 6   # NDRPDR sel
1599         - 7   # NDRPDR sel
1600         - 8   # NDRPDR sel
1601         - 9   # NDRPDR sel
1602         - 10  # NDRPDR sel
1603
1604     # Compare topologies
1605
1606     vpp-compare-topologies-ref:
1607       csit-vpp-perf-report-iterative-2005-3n-skx:
1608         - 4   # NDRPDR sel
1609         - 5   # NDRPDR sel ??? all x710 failed
1610         - 33  # NDRPDR sel
1611         - 28  # NDRPDR sel
1612         - 34  # NDRPDR sel
1613         - 36  # NDRPDR sel
1614         - 37  # NDRPDR sel
1615         - 38  # NDRPDR sel
1616         - 39  # NDRPDR sel
1617         - 41  # NDRPDR sel
1618     vpp-compare-topologies-cmp:
1619       csit-vpp-perf-report-iterative-2005-2n-skx:
1620         - 43  # NDRPDR sel
1621         - 38  # NDRPDR sel
1622         - 7   # NDRPDR sel
1623         - 65  # NDRPDR sel
1624         - 47  # NDRPDR sel
1625         - 55  # NDRPDR sel
1626         - 67  # NDRPDR sel
1627         - 75  # NDRPDR sel
1628         - 76  # NDRPDR sel
1629         - 73  # NDRPDR sel
1630
1631     vpp-compare-topologies-mrr-ref:
1632       csit-vpp-perf-report-iterative-2005-3n-skx:
1633         - 6   # MRR sel
1634     vpp-compare-topologies-mrr-cmp:
1635       csit-vpp-perf-report-iterative-2005-2n-skx:
1636         - 42  # MRR sel
1637
1638     dpdk-compare-topologies-ref:
1639       csit-dpdk-perf-report-iterative-2005-3n-skx:
1640         - 4   # NDRPDR sel
1641         - 5   # NDRPDR sel
1642         - 6   # NDRPDR sel
1643         - 7   # NDRPDR sel
1644         - 8   # NDRPDR sel
1645         - 11  # NDRPDR sel
1646         - 12  # NDRPDR sel
1647         - 13  # NDRPDR sel
1648         - 14  # NDRPDR sel
1649         - 15  # NDRPDR sel
1650     dpdk-compare-topologies-cmp:
1651       csit-dpdk-perf-report-iterative-2005-2n-skx:
1652         - 1   # NDRPDR sel
1653         - 2   # NDRPDR sel
1654         - 3   # NDRPDR sel
1655         - 4   # NDRPDR sel
1656         - 5   # NDRPDR sel
1657         - 6   # NDRPDR sel
1658         - 7   # NDRPDR sel
1659         - 8   # NDRPDR sel
1660         - 9   # NDRPDR sel
1661         - 10  # NDRPDR sel
1662
1663   plot-layouts:
1664
1665     plot-soak-throughput:
1666       titlefont:
1667         size: 18
1668       xaxis:
1669         title: "<b>Test Cases [Index]</b>"
1670         titlefont:
1671           size: 16
1672         autorange: True
1673         fixedrange: False
1674         gridcolor: "rgb(230, 230, 230)"
1675         linecolor: "rgb(220, 220, 220)"
1676         linewidth: 1
1677         showgrid: True
1678         showline: True
1679         showticklabels: True
1680         tickcolor: "rgb(220, 220, 220)"
1681         tickmode: "linear"
1682         tickfont:
1683           size: 16
1684         zeroline: False
1685       yaxis:
1686         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1687         titlefont:
1688           size: 16
1689         gridcolor: "rgb(230, 230, 230)"
1690         hoverformat: ".4r"
1691         tickformat: ".3r"
1692         linecolor: "rgb(220, 220, 220)"
1693         linewidth: 1
1694         showgrid: True
1695         showline: True
1696         showticklabels: True
1697         tickcolor: "rgb(220, 220, 220)"
1698         tickfont:
1699           size: 16
1700         zeroline: False
1701         range: [0,50]
1702       autosize: False
1703       margin:
1704         t: 50
1705         b: 0
1706         l: 80
1707         r: 20
1708       showlegend: True
1709       legend:
1710         orientation: "h"
1711         font:
1712           size: 16
1713       width: 700
1714       height: 900
1715       paper_bgcolor: "#fff"
1716       plot_bgcolor: "#fff"
1717       hoverlabel:
1718         namelength: -1
1719
1720     plot-service-density:
1721       titlefont:
1722         size: 18
1723       xaxis:
1724         side: "top"
1725         autorange: True
1726         fixedrange: False
1727         showgrid: False
1728         showline: False
1729         showticklabels: False
1730         ticks: ""
1731         ticklen: 0
1732         tickwidth: 0
1733         zeroline: False
1734       yaxis:
1735         autorange: "reversed"
1736         showgrid: False
1737         showline: False
1738         showticklabels: False
1739         ticks: ""
1740         ticklen: 0
1741         tickwidth: 0
1742         zeroline: False
1743       showlegend: False
1744       paper_bgcolor: "#fff"
1745       plot_bgcolor: "#fff"
1746       width: 700
1747       height: 700
1748       hoverlabel:
1749         namelength: -1
1750
1751     plot-hoststack:
1752       titlefont:
1753         size: 16
1754       xaxis:
1755         title: "<b>Test Cases [Index]</b>"
1756         titlefont:
1757           size: 14
1758         autorange: True
1759         fixedrange: False
1760         gridcolor: "rgb(230, 230, 230)"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickmode: "linear"
1768         tickfont:
1769           size: 14
1770         zeroline: False
1771       yaxis:
1772         title: "<b>Bandwidth [Gbps]</b>"
1773         titlefont:
1774           size: 14
1775         gridcolor: "rgb(230, 230, 230)"
1776         hoverformat: ".4s"
1777         linecolor: "rgb(220, 220, 220)"
1778         linewidth: 1
1779         rangemode: "tozero"
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(230, 230, 230)"
1784         tickformat: ".3s"
1785         tickfont:
1786           size: 14
1787         zeroline: False
1788       boxmode: "group"
1789       boxgroupgap: 0.5
1790       autosize: False
1791       margin:
1792         t: 50
1793         b: 20
1794         l: 80
1795         r: 20
1796       showlegend: True
1797       legend:
1798         orientation: "h"
1799         font:
1800           size: 14
1801       width: 700
1802       height: 800
1803       paper_bgcolor: "#fff"
1804       plot_bgcolor: "#fff"
1805       hoverlabel:
1806         namelength: -1
1807
1808     plot-throughput:
1809       titlefont:
1810         size: 18
1811       xaxis:
1812         title: "<b>Test Cases [Index]</b>"
1813         titlefont:
1814           size: 16
1815         autorange: True
1816         fixedrange: False
1817         gridcolor: "rgb(230, 230, 230)"
1818         linecolor: "rgb(220, 220, 220)"
1819         linewidth: 1
1820         showgrid: True
1821         showline: True
1822         showticklabels: True
1823         tickcolor: "rgb(220, 220, 220)"
1824         tickmode: "linear"
1825         tickfont:
1826           size: 16
1827         zeroline: False
1828       yaxis:
1829         title: "<b>Packet Throughput [Mpps]</b>"
1830         titlefont:
1831           size: 16
1832         gridcolor: "rgb(230, 230, 230)"
1833         hoverformat: ".4r"
1834         tickformat: ".3r"
1835         linecolor: "rgb(220, 220, 220)"
1836         linewidth: 1
1837         showgrid: True
1838         showline: True
1839         showticklabels: True
1840         tickcolor: "rgb(220, 220, 220)"
1841         tickfont:
1842           size: 16
1843         zeroline: False
1844         range: [0,50]
1845       autosize: False
1846       margin:
1847         t: 50
1848         b: 0
1849         l: 80
1850         r: 20
1851       showlegend: True
1852       legend:
1853         orientation: "h"
1854         font:
1855           size: 16
1856       width: 700
1857       height: 900
1858       paper_bgcolor: "#fff"
1859       plot_bgcolor: "#fff"
1860       hoverlabel:
1861         namelength: -1
1862
1863     plot-throughput-speedup-analysis:
1864       titlefont:
1865         size: 18
1866       xaxis:
1867         title: "<b>Number of Cores [Qty]</b>"
1868         titlefont:
1869           size: 16
1870         autorange: True
1871         fixedrange: False
1872         gridcolor: "rgb(230, 230, 230)"
1873         linecolor: "rgb(220, 220, 220)"
1874         linewidth: 1
1875         showgrid: True
1876         showline: True
1877         showticklabels: True
1878         tickcolor: "rgb(238, 238, 238)"
1879         tickmode: "linear"
1880         tickfont:
1881           size: 16
1882         zeroline: False
1883       yaxis:
1884         title: "<b>Packet Throughput [Mpps]</b>"
1885         titlefont:
1886           size: 16
1887         type: "linear"
1888         gridcolor: "rgb(230, 230, 230)"
1889         hoverformat: ".4s"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         showgrid: True
1893         showline: True
1894         showticklabels: True
1895         tickcolor: "rgb(220, 220, 220)"
1896         tickformat: ".4s"
1897         tickfont:
1898           size: 16
1899         zeroline: True
1900         rangemode: "tozero"
1901         range: [0,100]
1902       legend:
1903         orientation: "h"
1904         font:
1905           size: 16
1906         xanchor: "left"
1907         yanchor: "top"
1908         x: 0
1909         y: -0.2
1910         bgcolor: "rgba(255, 255, 255, 0)"
1911         bordercolor: "rgba(255, 255, 255, 0)"
1912         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1913       autosize: False
1914       margin:
1915           't': 50
1916           'b': 150
1917           'l': 85
1918           'r': 10
1919       showlegend: True
1920       width: 700
1921       height: 700
1922       paper_bgcolor: "#fff"
1923       plot_bgcolor: "#fff"
1924       hoverlabel:
1925         namelength: -1
1926       annotations: [
1927         {
1928           text: "_ _          __          ...",
1929           align: "left",
1930           showarrow: False,
1931           xref: "paper",
1932           yref: "paper",
1933           xanchor: "left",
1934           yanchor: "top",
1935           x: 0,
1936           y: -0.13,
1937           font: {
1938             family: "Consolas, Courier New",
1939             size: 15
1940           },
1941         },
1942         {
1943           text: "    Perfect     Measured     Limit",
1944           align: "left",
1945           showarrow: False,
1946           xref: "paper",
1947           yref: "paper",
1948           xanchor: "left",
1949           yanchor: "top",
1950           x: 0,
1951           y: -0.15,
1952           font: {
1953             family: "Consolas, Courier New",
1954             size: 15
1955           },
1956         },
1957       ]
1958
1959     plot-latency:
1960       titlefont:
1961         size: 18
1962       xaxis:
1963         title: "<b>Direction</b>"
1964         titlefont:
1965           size: 16
1966         autorange: True
1967         fixedrange: False
1968         gridcolor: "rgb(230, 230, 230)"
1969         linecolor: "rgb(220, 220, 220)"
1970         linewidth: 1
1971         showgrid: True
1972         showline: True
1973         showticklabels: False
1974         tickcolor: "rgb(220, 220, 220)"
1975         tickmode: "linear"
1976         tickfont:
1977           size: 16
1978         zeroline: False
1979       yaxis:
1980         title: "<b>Packet Latency [uSec]</b>"
1981         titlefont:
1982           size: 16
1983         type: "linear"
1984         gridcolor: "rgb(230, 230, 230)"
1985         hoverformat: ".4s"
1986         linecolor: "rgb(220, 220, 220)"
1987         linewidth: 1
1988         showgrid: True
1989         showline: True
1990         showticklabels: True
1991         tickcolor: "rgb(220, 220, 220)"
1992         tickformat: ".4s"
1993         tickfont:
1994           size: 16
1995         zeroline: True
1996         rangemode: "tozero"
1997       legend:
1998         orientation: "h"
1999         font:
2000           size: 16
2001         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2002       autosize: False
2003       margin:
2004           't': 50
2005           'b': 150
2006           'l': 80
2007           'r': 10
2008       showlegend: True
2009       width: 700
2010       height: 700
2011       paper_bgcolor: "#fff"
2012       plot_bgcolor: "#fff"
2013       hoverlabel:
2014         namelength: -1
2015
2016     plot-hdrh-latency:
2017       title:
2018         text: ""
2019         xanchor: "center"
2020         x: 0.5
2021         font:
2022           size: 16
2023       width: 700
2024       plot_bgcolor: "white"
2025       annotations:
2026         - font:
2027             size: 14
2028           showarrow: False
2029           text: "<b>Packet Latency [uSec]</b>"
2030           x: 1
2031           xanchor: "right"
2032           xref: "paper"
2033           y: -0.045
2034           yanchor: "top"
2035           yref: "paper"
2036         - font:
2037             size: 14
2038           showarrow: False
2039           text: "<b>Probability [%]</b>"
2040           textangle: 270
2041           x: -0.06
2042           xanchor: "center"
2043           xref: "paper"
2044           y: 0.5
2045           yanchor: "middle"
2046           yref: "paper"
2047         - font:
2048             size: 14
2049           showarrow: False
2050           text: "<b>Direction: E-W</b>"
2051           x: 0.24
2052           xanchor: "center"
2053           xref: "paper"
2054           y: 1.05
2055           yanchor: "bottom"
2056           yref: "paper"
2057         - font:
2058             size: 14
2059           showarrow: False
2060           text: "<b>Direction: W-E</b>"
2061           x: 0.74
2062           xanchor: "center"
2063           xref: "paper"
2064           y: 1.05
2065           yanchor: "bottom"
2066           yref: "paper"
2067
2068     plot-hdrh-latency-percentile:
2069       title:
2070         text: ""
2071         xanchor: "center"
2072         x: 0.5
2073         font:
2074           size: 18
2075       xaxis:
2076         type: "log"
2077         title: "<b>Percentile [%]</b>"
2078         titlefont:
2079           size: 16
2080         autorange: True
2081         fixedrange: False
2082         gridcolor: "rgb(230, 230, 230)"
2083         linecolor: "rgb(220, 220, 220)"
2084         linewidth: 1
2085         showgrid: True
2086         showline: True
2087         showticklabels: True
2088         tickcolor: "rgb(220, 220, 220)"
2089         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2090         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2091         tickfont:
2092           size: 16
2093       yaxis:
2094         title: "<b>Packet Latency [uSec]</b>"
2095         titlefont:
2096           size: 16
2097         gridcolor: "rgb(230, 230, 230)"
2098         linecolor: "rgb(220, 220, 220)"
2099         linewidth: 1
2100         showgrid: True
2101         showline: True
2102         showticklabels: True
2103         tickcolor: "rgb(220, 220, 220)"
2104         tickfont:
2105           size: 16
2106       autosize: False
2107       showlegend: True
2108       legend:
2109         traceorder: "normal"
2110         orientation: "h"
2111         font:
2112           size: 16
2113         xanchor: "left"
2114         yanchor: "top"
2115         x: 0
2116         y: -0.15
2117         bgcolor: "rgba(255, 255, 255, 0)"
2118         bordercolor: "rgba(255, 255, 255, 0)"
2119       width: 700
2120       height: 700
2121       paper_bgcolor: "white"
2122       plot_bgcolor: "white"
2123
2124     plot-hdrh-latency-by-percentile:
2125       title:
2126         text: "<b>Latency by Percentile Distribution</b>"
2127         xanchor: "center"
2128         x: 0.5
2129         font:
2130           size: 18
2131       showlegend: True
2132       legend:
2133         traceorder: "normal"
2134         orientation: "h"
2135         font:
2136           size: 16
2137         xanchor: "left"
2138         yanchor: "top"
2139         x: 0
2140         y: -0.2
2141         bgcolor: "rgba(255, 255, 255, 0)"
2142         bordercolor: "rgba(255, 255, 255, 0)"
2143       xaxis:
2144         type: "linear"
2145         title: "<b>Percentile [%]</b>"
2146         titlefont:
2147           size: 14
2148         autorange: False
2149         fixedrange: False
2150         range: [0, 100]
2151         gridcolor: "rgb(230, 230, 230)"
2152         linecolor: "rgb(220, 220, 220)"
2153         linewidth: 1
2154         showgrid: True
2155         showline: True
2156         showticklabels: True
2157         tickcolor: "rgb(220, 220, 220)"
2158         tickvals: [0, 25, 50, 75, 100]
2159         ticktext: [0, 25, 50, 75, 100]
2160         tickfont:
2161           size: 14
2162       yaxis:
2163         title: "<b>One-Way Latency per Direction [uSec]</b>"
2164         titlefont:
2165           size: 14
2166         gridcolor: "rgb(230, 230, 230)"
2167         linecolor: "rgb(220, 220, 220)"
2168         linewidth: 1
2169         showgrid: True
2170         showline: True
2171         showticklabels: True
2172         tickcolor: "rgb(220, 220, 220)"
2173         tickfont:
2174           size: 14
2175       width: 700
2176       height: 700
2177       paper_bgcolor: "white"
2178       plot_bgcolor: "white"
2179
2180 - type: "static"
2181   src-path: "{DIR[RST]}"
2182   dst-path: "{DIR[WORKING,SRC]}"
2183
2184 - type: "input"
2185   general:
2186     file-name: "output_info.xml.gz"
2187     file-format: ".gz"
2188     arch-file-format:
2189       - ".gz"
2190       - ".zip"
2191     download-path: "{job}/{build}/archives/{filename}"
2192     extract: "output.xml"
2193
2194     zip-file-name: "robot-plugin.zip"
2195     zip-file-format: ".zip"
2196     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2197     zip-extract: "robot-plugin/output.xml"
2198
2199   builds:
2200
2201     csit-vpp-perf-verify-1908-3n-hsw:
2202       - 12  # NDRPDR sel
2203       - 13  # NDRPDR sel
2204       - 14  # NDRPDR sel
2205       - 15  # NDRPDR sel
2206       - 16  # NDRPDR sel
2207       - 17  # NDRPDR sel
2208       - 18  # NDRPDR sel
2209       - 19  # NDRPDR sel
2210       - 20  # NDRPDR sel
2211       - 21  # NDRPDR sel
2212       - 39  # MRR sel
2213     csit-vpp-perf-verify-2001-3n-hsw:
2214       - 21  # NDRPDR sel
2215       - 22  # NDRPDR sel
2216       - 23  # NDRPDR sel
2217       - 24  # NDRPDR sel
2218       - 25  # NDRPDR sel
2219       - 29  # NDRPDR sel
2220       - 30  # NDRPDR sel
2221       - 31  # NDRPDR sel
2222       - 32  # NDRPDR sel
2223       - 34  # NDRPDR sel
2224       - 17  # MRR sel
2225     csit-vpp-perf-report-iterative-2005-3n-hsw:
2226       - 3   # NDRPDR sel
2227       - 4   # NDRPDR sel
2228       - 5   # NDRPDR sel
2229       - 10  # NDRPDR sel
2230       - 11  # NDRPDR sel
2231       - 12  # NDRPDR sel
2232       - 15  # NDRPDR sel
2233       - 16  # NDRPDR sel
2234       - 18  # NDRPDR sel
2235       - 19  # NDRPDR sel
2236       - 20  # NDRPDR sel env 4
2237       - 21  # NDRPDR sel env 4
2238       - 22  # NDRPDR sel env 4
2239       - 23  # NDRPDR sel env 4
2240       - 24  # NDRPDR sel env 4
2241       - 25  # NDRPDR sel env 4
2242       - 26  # NDRPDR sel env 4
2243       - 27  # NDRPDR sel env 4
2244       - 28  # NDRPDR sel env 4
2245       - 29  # NDRPDR sel env 4
2246       - 13  # MRR
2247       - 30  # MRR env 4
2248       - 31  # NDRPDR sel 2001.0-4
2249     csit-vpp-perf-verify-2005-3n-hsw:
2250       - 3   # hoststack
2251       - 5   # hoststack
2252       - 6   # hoststack
2253       - 7   # hoststack
2254       - 8   # hoststack
2255       - 9   # hoststack
2256       - 10  # hoststack
2257       - 11  # hoststack
2258       - 12  # hoststack
2259       - 13  # hoststack
2260     csit-vpp-perf-report-coverage-2005-3n-hsw:
2261       - 1   # perf-full-3n-dnv-crypto_I
2262       - 7   # perf-full-3n-hsw-crypto_II
2263       - 3   # perf-full-3n-hsw-crypto_III
2264       - 4   # perf-full-3n-dnv-crypto_IV
2265       - 5   # perf-full-3n-hsw-ip4_I
2266       - 6   # perf-full-3n-hsw-ip4_II
2267       - 8   # perf-full-3n-hsw-ip4_III
2268       - 9   # perf-full-3n-hsw-ip4_IV
2269       - 10  # perf-full-3n-hsw-ip4_V
2270       - 26  # perf-full-3n-hsw-ip4_VI
2271       - 18  # perf-full-3n-hsw-ip4_VII
2272       - 27  # perf-full-3n-hsw-ip4_VIII
2273       - 28  # perf-full-3n-hsw-ip4_IX
2274       - 29  # perf-full-3n-hsw-ip6_I
2275       - 35  # perf-full-3n-hsw-ip6_II
2276       - 42  # perf-full-3n-hsw-l2_I
2277       - 33  # perf-full-3n-hsw-l2_II
2278       - 37  # perf-full-3n-hsw-l2_III
2279       - 45  # perf-full-3n-hsw-l2_IV
2280       - 43  # perf-full-3n-hsw-l2_V
2281       - 40  # perf-full-3n-hsw-l2_VI
2282       - 44  # perf-full-3n-hsw-l2_VII
2283       - 51  # perf-full-3n-hsw-l2_VIII
2284       - 50  # perf-full-3n-hsw-l2_IX
2285       - 52  # perf-full-3n-hsw-l2_X
2286       - 53  # perf-full-3n-hsw-l2_XI
2287       - 54  # perf-full-3n-hsw-memif
2288       - 55  # perf-full-3n-hsw-ip4tunnels-I
2289       - 56  # perf-full-3n-hsw-ip4tunnels-II
2290       - 57  # perf-full-3n-hsw-ip4tunnels-III
2291       - 58  # perf-full-3n-hsw-ip6tunnels-I
2292       - 59  # perf-full-3n-hsw-srv6-I
2293       - 60  # perf-full-3n-hsw-srv6-II
2294       - 61  # perf-full-3n-hsw-vhost-I
2295       - 62  # perf-full-3n-hsw-vhost-II
2296       - 63  # perf-full-3n-hsw-vhost-III
2297
2298     csit-vpp-perf-verify-1908_1-3n-skx:
2299       - 26  # NDRPDR sel - new1908.1
2300       - 27  # NDRPDR sel - new1908.1
2301       - 28  # NDRPDR sel - new1908.1
2302       - 29  # NDRPDR sel - new1908.1
2303       - 30  # NDRPDR sel - new1908.1
2304       - 31  # NDRPDR sel - new1908.1
2305       - 33  # NDRPDR sel - new1908.1
2306       - 34  # NDRPDR sel - new1908.1
2307       - 35  # NDRPDR sel - new1908.1
2308       - 36  # NDRPDR sel - new1908.1
2309     csit-vpp-perf-verify-2001-3n-skx:
2310       - 69  # NDRPDR sel - new2001.0
2311       - 71  # NDRPDR sel - new2001.0
2312       - 72  # NDRPDR sel - new2001.0
2313       - 76  # NDRPDR sel - new2001.0
2314       - 77  # NDRPDR sel - new2001.0
2315       - 78  # NDRPDR sel - new2001.0
2316       - 80  # NDRPDR sel - new2001.0
2317       - 50  # MRR sel
2318       - 53  # MRR sel addition
2319     csit-vpp-perf-report-iterative-2005-3n-skx:
2320       - 4   # NDRPDR sel
2321       - 5   # NDRPDR sel ??? all x710 failed
2322       - 33  # NDRPDR sel
2323       - 28  # NDRPDR sel
2324       - 34  # NDRPDR sel
2325       - 36  # NDRPDR sel
2326       - 37  # NDRPDR sel
2327       - 38  # NDRPDR sel
2328       - 39  # NDRPDR sel
2329       - 41  # NDRPDR sel
2330       - 42  # NDRPDR sel env 4
2331       - 43  # NDRPDR sel env 4
2332       - 44  # NDRPDR sel env 4
2333       - 45  # NDRPDR sel env 4
2334       - 47  # NDRPDR sel env 4
2335       - 6   # MRR sel
2336       - 49  # MRR sel env 4
2337     csit-vpp-perf-report-coverage-2005-3n-skx:
2338       - 10  # perf-full-3n-skx-crypto_I
2339       - 11  # perf-full-3n-skx-crypto_II
2340       - 12  # perf-full-3n-skx-crypto_III
2341       - 5   # perf-full-3n-skx-ip4_I
2342       - 14  # perf-full-3n-skx-ip4_II
2343       - 7   # perf-full-3n-skx-ip4_III
2344       - 15  # perf-full-3n-skx-ip4_IV
2345       - 16  # perf-full-3n-skx-ip4_V
2346       - 17  # perf-full-3n-skx-ip4_VI
2347       - 18  # perf-full-3n-skx-ip4_VII
2348       - 19  # perf-full-3n-skx-ip4_VIII
2349       - 20  # perf-full-3n-skx-ip4_IX
2350       - 24  # perf-full-3n-skx-ip6_I
2351       - 25  # perf-full-3n-skx-ip6_II
2352       - 21  # perf-full-3n-skx-ip4tunnels-I
2353       - 22  # perf-full-3n-skx-ip4tunnels-II
2354       - 23  # perf-full-3n-skx-ip4tunnels-III
2355       - 26  # perf-full-3n-skx-ip6tunnels-I
2356       - 28  # perf-full-3n-skx-l2_II
2357       - 29  # perf-full-3n-skx-l2_III
2358       - 30  # perf-full-3n-skx-l2_IV
2359       - 32  # perf-full-3n-skx-l2_VI
2360       - 33  # perf-full-3n-skx-l2_VII
2361       - 34  # perf-full-3n-skx-l2_VIII
2362       - 35  # perf-full-3n-skx-l2_IX
2363       - 36  # perf-full-3n-skx-l2_X
2364       - 37  # perf-full-3n-skx-l2_XI
2365       - 38  # perf-full-3n-skx-memif
2366       - 39  # perf-full-3n-skx-srv6-I
2367       - 40  # perf-full-3n-skx-srv6-II
2368       - 43  # perf-full-3n-skx-vhost-III
2369
2370     csit-vpp-perf-verify-1908_1-2n-skx:
2371       - 39  # NDRPDR sel - new1908.1
2372       - 40  # NDRPDR sel - new1908.1
2373       - 41  # NDRPDR sel - new1908.1
2374       - 43  # NDRPDR sel - new1908.1
2375       - 44  # NDRPDR sel - new1908.1
2376       - 45  # NDRPDR sel - new1908.1
2377       - 46  # NDRPDR sel - new1908.1
2378       - 47  # NDRPDR sel - new1908.1
2379       - 48  # NDRPDR sel - new1908.1
2380       - 49  # NDRPDR sel - new1908.1
2381     csit-vpp-perf-verify-2001-2n-skx:
2382       - 143  # NDRPDR sel - new2001.0
2383       - 146  # NDRPDR sel - new2001.0
2384       - 147  # NDRPDR sel - new2001.0
2385       - 148  # NDRPDR sel - new2001.0
2386       - 149  # NDRPDR sel - new2001.0
2387       - 150  # NDRPDR sel - new2001.0
2388       - 151  # NDRPDR sel - new2001.0
2389       - 152  # NDRPDR sel - new2001.0
2390       - 153  # NDRPDR sel - new2001.0
2391       - 154  # NDRPDR sel - new2001.0
2392       - 101  # MRR sel - old
2393       - 128  # MRR sel addition - old
2394     csit-vpp-perf-report-iterative-2005-2n-skx:
2395       - 43  # NDRPDR sel
2396       - 38  # NDRPDR sel
2397       - 7   # NDRPDR sel
2398       - 65  # NDRPDR sel
2399       - 47  # NDRPDR sel
2400       - 55  # NDRPDR sel
2401       - 67  # NDRPDR sel
2402       - 75  # NDRPDR sel
2403       - 76  # NDRPDR sel
2404       - 73  # NDRPDR sel
2405       - 88  # NDRPDR sel env 4
2406       - 89  # NDRPDR sel env 4
2407       - 90  # NDRPDR sel env 4
2408       - 91  # NDRPDR sel env 4
2409       - 92  # NDRPDR sel env 4
2410       - 93  # NDRPDR sel env 4
2411       - 94  # NDRPDR sel env 4
2412       - 42  # MRR sel
2413       - 99  # MRR sel env 4
2414       - 48  # Reconf
2415       - 50  # Reconf
2416       - 51  # Reconf
2417       - 52  # Reconf
2418       - 53  # Reconf
2419       - 60  # Reconf
2420       - 70  # Reconf
2421       - 71  # Reconf
2422       - 63  # Reconf
2423       - 66  # Reconf
2424       - 49  # Soak
2425       - 54  # Soak
2426       - 78  # nf-density-sel
2427       - 83  # nf-density-sel
2428     csit-vpp-perf-report-coverage-2005-2n-skx:
2429       - 11  # perf-full-2n-skx-ip4_I
2430       - 3   # perf-full-2n-skx-ip4_II
2431       - 18  # perf-full-2n-skx-ip4_III
2432       - 19  # perf-full-2n-skx-ip4_IV
2433       - 5   # perf-full-2n-skx-ip4_V
2434       - 20  # perf-full-2n-skx-ip4_VI
2435       - 7   # perf-full-2n-skx-ip6_I
2436       - 21  # perf-full-2n-skx-ip6_II
2437       - 9   # perf-full-2n-skx-l2_I
2438       - 22  # perf-full-2n-skx-l2_II
2439       - 23  # perf-full-2n-skx-memif
2440       - 24  # perf-full-2n-skx-loadbalancer
2441       - 25  # perf-full-2n-skx-vhost I
2442       - 26  # perf-full-2n-skx-vhost II
2443       - 27  # perf-full-2n-skx-vts
2444
2445     csit-vpp-perf-verify-1908_1-2n-clx:
2446       - 5  # NDRPDR sel
2447       - 6  # NDRPDR sel
2448       - 7  # NDRPDR sel
2449       - 8  # NDRPDR sel
2450       - 9  # NDRPDR sel
2451     csit-vpp-perf-verify-2001-2n-clx:
2452       - 28  # NDRPDR sel
2453       - 29  # NDRPDR sel
2454       - 32  # NDRPDR sel
2455       - 40  # NDRPDR sel
2456       - 43  # NDRPDR sel
2457       - 44  # NDRPDR sel
2458       - 45  # NDRPDR sel
2459       - 47  # NDRPDR sel
2460       - 48  # NDRPDR sel
2461       - 49  # NDRPDR sel
2462       - 39  # MRR
2463     csit-vpp-perf-report-iterative-2005-2n-clx:
2464       - 7   # NDRPDR sel
2465       - 38  # NDRPDR sel
2466       - 9   # NDRPDR sel
2467       - 32  # NDRPDR sel ???
2468       - 33  # NDRPDR sel ???
2469       - 39  # NDRPDR sel
2470       - 40  # NDRPDR sel
2471       - 43  # NDRPDR sel
2472       - 50  # NDRPDR sel
2473       - 51  # NDRPDR sel
2474       - 62  # NDRPDR sel env 4
2475       - 63  # NDRPDR sel env 4
2476       - 64  # NDRPDR sel env 4
2477       - 65  # NDRPDR sel env 4
2478       - 66  # NDRPDR sel env 4
2479       - 68  # NDRPDR sel env 4
2480       - 69  # NDRPDR sel env 4
2481       - 70  # NDRPDR sel env 4
2482       - 12  # MRR
2483       - 72  # MRR env 4
2484       - 42  # Reconf
2485       - 45  # Reconf
2486       - 46  # Reconf
2487       - 47  # Reconf
2488       - 48  # Reconf
2489       - 52  # Reconf
2490       - 53  # Reconf
2491       - 54  # Reconf
2492       - 55  # Reconf
2493       - 56  # Reconf
2494       - 44  # Soak
2495       - 49  # Soak
2496       - 57  # 2n-clx nfv-density-00
2497       - 58  # 2n-clx nfv-density-00
2498       - 59  # 2n-clx nfv-density-00
2499       - 60  # 2n-clx nfv-density-00
2500       - 61  # 2n-clx nfv-density-00
2501     csit-vpp-perf-report-coverage-2005-2n-clx:
2502       - 21  # perf-full-2n-clx-ip4_I
2503       - 2   # perf-full-2n-clx-ip4_II
2504       - 3   # perf-full-2n-clx-ip4_III
2505       - 4   # perf-full-2n-clx-ip4_IV
2506       - 5   # perf-full-2n-clx-ip4_V
2507       - 6   # perf-full-2n-clx-ip4_VI
2508       - 7   # perf-full-2n-clx-ip6_I
2509       - 16  # perf-full-2n-clx-ip6_II
2510       - 23  # perf-full-2n-clx-l2_I
2511       - 10  # perf-full-2n-clx-l2_II
2512       - 11  # perf-full-2n-clx-memif
2513       - 12  # perf-full-2n-clx-loadbalancer
2514       - 13  # perf-full-2n-clx-vhost I
2515       - 22  # perf-full-2n-clx-vhost II
2516       - 15  # perf-full-2n-clx-vts
2517
2518     csit-vpp-perf-verify-1908-3n-tsh:
2519       - 7   # NDRPDR sel
2520       - 8   # NDRPDR sel
2521       - 9   # NDRPDR sel
2522       - 10  # NDRPDR sel
2523       - 11  # NDRPDR sel
2524       - 12  # NDRPDR sel
2525       - 13  # NDRPDR sel
2526       - 14  # NDRPDR sel
2527       - 15  # NDRPDR sel
2528       - 16  # NDRPDR sel
2529       - 17  # MRR sel
2530     csit-vpp-perf-verify-2001-3n-tsh:
2531       - 3   # NDRPDR sel
2532       - 4   # NDRPDR sel
2533       - 7   # NDRPDR sel
2534       - 8   # NDRPDR sel
2535       - 10  # NDRPDR sel
2536       - 12  # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 14  # NDRPDR sel
2539       - 15  # NDRPDR sel
2540       - 21  # NDRPDR sel
2541       - 9   # MRR sel
2542     # TODO: Add data:
2543     csit-vpp-perf-report-iterative-2005-3n-tsh:
2544       - 9   # NDRPDR sel
2545       - 11  # NDRPDR sel
2546       - 12  # NDRPDR sel
2547       - 20  # NDRPDR sel
2548       - 14  # NDRPDR sel
2549       - 21  # NDRPDR sel
2550       - 23  # NDRPDR sel env 4
2551       - 25  # NDRPDR sel env 4
2552       - 10  # MRR sel
2553       - 27  # MRR sel env 4
2554
2555     csit-vpp-perf-verify-1908-3n-dnv:
2556       - 6   # NDRPDR sel
2557       - 7   # NDRPDR sel
2558       - 8   # NDRPDR sel
2559       - 9   # NDRPDR sel
2560       - 10  # NDRPDR sel
2561       - 12  # NDRPDR sel
2562       - 13  # NDRPDR sel
2563       - 14  # NDRPDR sel
2564       - 15  # NDRPDR sel
2565       - 16  # NDRPDR sel
2566       - 17  # MRR sel
2567     csit-vpp-perf-verify-2001-3n-dnv:
2568       - 5   # NDRPDR sel
2569       - 6   # NDRPDR sel
2570       - 7   # NDRPDR sel
2571       - 8   # NDRPDR sel
2572       - 9   # NDRPDR sel
2573       - 10  # NDRPDR sel
2574       - 12  # NDRPDR sel
2575       - 16  # NDRPDR sel
2576       - 17  # NDRPDR sel
2577       - 18  # NDRPDR sel
2578       - 11  # MRR sel
2579     csit-vpp-perf-report-iterative-2005-3n-dnv:
2580       - 2   # NDRPDR sel
2581       - 3   # NDRPDR sel
2582       - 4   # NDRPDR sel
2583       - 5   # NDRPDR sel
2584       - 6   # NDRPDR sel
2585       - 7   # NDRPDR sel
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 11  # NDRPDR sel
2589       - 12  # NDRPDR sel
2590       - 8   # MRR
2591     csit-vpp-perf-report-coverage-2005-3n-dnv:
2592       - 1   # perf-full-3n-dnv-crypto_I
2593       - 24  # perf-full-3n-dnv-crypto_II
2594       - 5   # perf-full-3n-dnv-ip4_I
2595       - 13  # perf-full-3n-dnv-ip4_II
2596       - 17  # perf-full-3n-dnv-ip6_I
2597       - 18  # perf-full-3n-dnv-ip6_II
2598       - 21  # perf-full-3n-dnv-l2_I
2599       - 22  # perf-full-3n-dnv-l2_II
2600       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2601
2602     csit-vpp-perf-verify-1908-2n-dnv:
2603       - 1   # NDRPDR sel
2604       - 2   # NDRPDR sel
2605       - 3   # NDRPDR sel
2606       - 4   # NDRPDR sel
2607       - 5   # NDRPDR sel
2608       - 6   # NDRPDR sel
2609       - 7   # NDRPDR sel
2610       - 8   # NDRPDR sel
2611       - 9   # NDRPDR sel
2612       - 10  # NDRPDR sel
2613       - 11  # MRR sel
2614     csit-vpp-perf-verify-2001-2n-dnv:
2615       - 4   # NDRPDR sel
2616       - 5   # NDRPDR sel
2617       - 6   # NDRPDR sel
2618       - 7   # NDRPDR sel
2619       - 8   # NDRPDR sel
2620       - 9   # NDRPDR sel
2621       - 10  # NDRPDR sel
2622       - 11  # NDRPDR sel
2623       - 13  # NDRPDR sel
2624       - 16  # NDRPDR sel
2625       - 12  # MRR sel
2626     csit-vpp-perf-report-iterative-2005-2n-dnv:
2627       - 3   # NDRPDR sel
2628       - 6   # NDRPDR sel
2629       - 7   # NDRPDR sel
2630       - 8   # NDRPDR sel
2631       - 9   # NDRPDR sel
2632       - 10  # NDRPDR sel
2633       - 11  # NDRPDR sel
2634       - 12  # NDRPDR sel
2635       - 13  # NDRPDR sel
2636       - 14  # NDRPDR sel
2637       - 15  # MRR sel
2638     csit-vpp-perf-report-coverage-2005-2n-dnv:
2639       - 1   # perf-full-2n-dnv-ip4_I
2640       - 2   # perf-full-2n-dnv-ip4_II
2641       - 3   # perf-full-2n-dnv-ip6_I
2642       - 4   # perf-full-2n-dnv-ip6_II
2643       - 5   # perf-full-2n-dnv-l2_I
2644       - 6   # perf-full-2n-dnv-l2_II
2645
2646     csit-dpdk-perf-verify-1908-3n-hsw:
2647       - 2   # NDRPDR sel
2648       - 3   # NDRPDR sel
2649       - 4   # NDRPDR sel
2650       - 5   # NDRPDR sel
2651       - 6   # NDRPDR sel
2652       - 7   # NDRPDR sel
2653       - 8   # NDRPDR sel
2654       - 9   # NDRPDR sel
2655       - 10  # NDRPDR sel
2656       - 11  # NDRPDR sel
2657     csit-dpdk-perf-verify-2001-3n-hsw:
2658       - 4   # NDRPDR sel
2659       - 5   # NDRPDR sel
2660       - 6   # NDRPDR sel
2661       - 7   # NDRPDR sel
2662       - 8   # NDRPDR sel
2663       - 9   # NDRPDR sel
2664       - 10  # NDRPDR sel
2665       - 11  # NDRPDR sel
2666       - 12  # NDRPDR sel
2667       - 13  # NDRPDR sel
2668       - 15  # NDRPDR sel
2669       - 16  # NDRPDR sel
2670       - 17  # NDRPDR sel
2671       - 18  # NDRPDR sel
2672       - 19  # NDRPDR sel
2673       - 20  # NDRPDR sel
2674       - 21  # NDRPDR sel
2675       - 22  # NDRPDR sel
2676       - 23  # NDRPDR sel
2677       - 24  # NDRPDR sel
2678     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2679       - 5   # NDRPDR sel
2680       - 6   # NDRPDR sel
2681       - 7   # NDRPDR sel
2682       - 8   # NDRPDR sel
2683       - 9   # NDRPDR sel
2684       - 10  # NDRPDR sel
2685       - 11  # NDRPDR sel
2686       - 12  # NDRPDR sel
2687       - 13  # NDRPDR sel
2688       - 14  # NDRPDR sel
2689
2690     csit-dpdk-perf-verify-1908-3n-skx:
2691       - 3   # NDRPDR sel
2692       - 4   # NDRPDR sel
2693       - 5   # NDRPDR sel
2694       - 6   # NDRPDR sel
2695       - 7   # NDRPDR sel
2696       - 8   # NDRPDR sel
2697       - 9   # NDRPDR sel
2698       - 10  # NDRPDR sel
2699       - 11  # NDRPDR sel
2700       - 12  # NDRPDR sel
2701     csit-dpdk-perf-verify-2001-3n-skx:
2702       - 29  # NDRPDR sel xxv710
2703       - 33  # NDRPDR sel xxv710
2704       - 34  # NDRPDR sel xxv710
2705       - 35  # NDRPDR sel xxv710
2706       - 36  # NDRPDR sel xxv710
2707       - 37  # NDRPDR sel xxv710
2708       - 41  # NDRPDR sel xxv710
2709       - 42  # NDRPDR sel xxv710
2710       - 43  # NDRPDR sel xxv710
2711       - 45  # NDRPDR sel xxv710
2712       - 30  # NDRPDR sel x710
2713       - 31  # NDRPDR sel x710
2714       - 32  # NDRPDR sel x710
2715       - 38  # NDRPDR sel x710
2716       - 39  # NDRPDR sel x710
2717       - 40  # NDRPDR sel x710
2718       - 44  # NDRPDR sel x710
2719       - 46  # NDRPDR sel x710
2720       - 47  # NDRPDR sel x710
2721       - 48  # NDRPDR sel x710
2722     csit-dpdk-perf-report-iterative-2005-3n-skx:
2723       - 4   # NDRPDR sel
2724       - 5   # NDRPDR sel
2725       - 6   # NDRPDR sel
2726       - 7   # NDRPDR sel
2727       - 8   # NDRPDR sel
2728       - 11  # NDRPDR sel
2729       - 12  # NDRPDR sel
2730       - 13  # NDRPDR sel
2731       - 14  # NDRPDR sel
2732       - 15  # NDRPDR sel
2733
2734     csit-dpdk-perf-verify-1908-2n-skx:
2735       - 2   # NDRPDR sel
2736       - 3   # NDRPDR sel
2737       - 4   # NDRPDR sel
2738       - 5   # NDRPDR sel
2739       - 7   # NDRPDR sel
2740       - 8   # NDRPDR sel
2741       - 9   # NDRPDR sel
2742       - 10  # NDRPDR sel
2743       - 11  # NDRPDR sel
2744       - 12  # NDRPDR sel
2745     csit-dpdk-perf-verify-2001-2n-skx:
2746       - 35  # NDRPDR sel xxv710
2747       - 36  # NDRPDR sel xxv710
2748       - 37  # NDRPDR sel xxv710
2749       - 41  # NDRPDR sel xxv710
2750       - 42  # NDRPDR sel xxv710
2751       - 43  # NDRPDR sel xxv710
2752       - 46  # NDRPDR sel xxv710
2753       - 47  # NDRPDR sel xxv710
2754       - 52  # NDRPDR sel xxv710
2755       - 53  # NDRPDR sel xxv710
2756       - 38  # NDRPDR sel x710
2757       - 39  # NDRPDR sel x710
2758       - 40  # NDRPDR sel x710
2759       - 44  # NDRPDR sel x710
2760       - 45  # NDRPDR sel x710
2761       - 48  # NDRPDR sel x710
2762       - 49  # NDRPDR sel x710
2763       - 50  # NDRPDR sel x710
2764       - 51  # NDRPDR sel x710
2765       - 54  # NDRPDR sel x710
2766     csit-dpdk-perf-report-iterative-2005-2n-skx:
2767       - 1   # NDRPDR sel
2768       - 2   # NDRPDR sel
2769       - 3   # NDRPDR sel
2770       - 4   # NDRPDR sel
2771       - 5   # NDRPDR sel
2772       - 6   # NDRPDR sel
2773       - 7   # NDRPDR sel
2774       - 8   # NDRPDR sel
2775       - 9   # NDRPDR sel
2776       - 10  # NDRPDR sel
2777
2778     csit-dpdk-perf-verify-2001-2n-clx:
2779       - 15  # NDRPDR sel
2780       - 16  # NDRPDR sel
2781       - 17  # NDRPDR sel
2782       - 18  # NDRPDR sel
2783       - 19  # NDRPDR sel
2784       - 20  # NDRPDR sel
2785       - 21  # NDRPDR sel
2786       - 22  # NDRPDR sel
2787       - 23  # NDRPDR sel
2788       - 24  # NDRPDR sel
2789       - 25  # NDRPDR sel
2790       - 26  # NDRPDR sel
2791       - 27  # NDRPDR sel
2792       - 28  # NDRPDR sel
2793       - 29  # NDRPDR sel
2794       - 30  # NDRPDR sel
2795       - 31  # NDRPDR sel
2796       - 32  # NDRPDR sel
2797       - 33  # NDRPDR sel
2798       - 34  # NDRPDR sel
2799     csit-dpdk-perf-report-iterative-2005-2n-clx:
2800       - 1   # NDRPDR sel
2801       - 2   # NDRPDR sel
2802       - 3   # NDRPDR sel
2803       - 4   # NDRPDR sel
2804       - 5   # NDRPDR sel
2805       - 6   # NDRPDR sel
2806       - 7   # NDRPDR sel
2807       - 8   # NDRPDR sel
2808       - 9   # NDRPDR sel
2809       - 10  # NDRPDR sel
2810
2811     csit-dpdk-perf-verify-2001-2n-dnv:
2812       - 9   # NDRPDR sel
2813       - 10  # NDRPDR sel
2814       - 11  # NDRPDR sel
2815       - 12  # NDRPDR sel
2816       - 13  # NDRPDR sel
2817       - 14  # NDRPDR sel
2818       - 15  # NDRPDR sel
2819       - 16  # NDRPDR sel
2820       - 17  # NDRPDR sel
2821       - 18  # NDRPDR sel
2822     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2823       - 8   # NDRPDR sel
2824       - 9   # NDRPDR sel
2825       - 10  # NDRPDR sel
2826       - 11  # NDRPDR sel
2827       - 12  # NDRPDR sel
2828       - 13  # NDRPDR sel
2829       - 14  # NDRPDR sel
2830       - 15  # NDRPDR sel
2831       - 16  # NDRPDR sel
2832       - 17  # NDRPDR sel
2833
2834     csit-dpdk-perf-verify-2001-3n-dnv:
2835       - 12  # NDRPDR sel
2836       - 13  # NDRPDR sel
2837       - 14  # NDRPDR sel
2838       - 15  # NDRPDR sel
2839       - 16  # NDRPDR sel
2840       - 17  # NDRPDR sel
2841       - 18  # NDRPDR sel
2842       - 19  # NDRPDR sel
2843       - 20  # NDRPDR sel
2844       - 22  # NDRPDR sel
2845     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2846       - 6   # NDRPDR sel
2847       - 7   # NDRPDR sel
2848       - 8   # NDRPDR sel
2849       - 9   # NDRPDR sel
2850       - 10  # NDRPDR sel
2851       - 11  # NDRPDR sel
2852       - 12  # NDRPDR sel
2853       - 13  # NDRPDR sel
2854       - 14  # NDRPDR sel
2855       - 16  # NDRPDR sel
2856
2857     csit-dpdk-perf-verify-2001-3n-tsh:
2858       - 3   # NDRPDR sel
2859       - 4   # NDRPDR sel
2860       - 5   # NDRPDR sel
2861       - 9   # NDRPDR sel
2862       - 10  # NDRPDR sel
2863       - 11  # NDRPDR sel
2864       - 12  # NDRPDR sel
2865       - 14  # NDRPDR sel
2866       - 15  # NDRPDR sel
2867       - 18  # NDRPDR sel
2868     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2869       - 5   # NDRPDR sel
2870
2871     csit-vpp-device-2005-ubuntu1804-1n-skx:
2872       - 35
2873
2874 - type: "output"
2875   output: "report"
2876   format:
2877     html:
2878     - full
2879 #    pdf:
2880 #    - minimal
2881
2882 ################################################################################
2883 ###                               T A B L E S                                ###
2884 ################################################################################
2885
2886 # VPP Soak vs NDR - 2n-skx
2887 - type: "table"
2888   title: "VPP Soak vs NDR 2n-skx"
2889   algorithm: "table_soak_vs_ndr"
2890   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2891   reference:
2892     title: "NDR"
2893     data: "vpp-soak-vs-ndr-2n-skx-ref"
2894   compare:
2895     title: "Soak"
2896     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2897   data: "vpp-soak-vs-ndr-2n-skx"
2898   include-tests: "NDR"
2899   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2900   parameters:
2901     - "throughput"
2902     - "name"
2903     - "parent"
2904
2905 # VPP Soak vs NDR - 2n-clx
2906 - type: "table"
2907   title: "VPP Soak vs NDR 2n-clx"
2908   algorithm: "table_soak_vs_ndr"
2909   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2910   reference:
2911     title: "NDR"
2912     data: "vpp-soak-vs-ndr-2n-clx-ref"
2913   compare:
2914     title: "Soak"
2915     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2916   data: "vpp-soak-vs-ndr-2n-clx"
2917   include-tests: "NDR"
2918   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2919   parameters:
2920     - "throughput"
2921     - "name"
2922     - "parent"
2923
2924 ################################################################################
2925
2926 # VPP Compare NICs 3n-skx 2t1c ndr
2927 - type: "table"
2928   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2929   algorithm: "table_comparison"
2930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2932   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2933   columns:
2934     - title: "x710"
2935       data-set: "vpp-nic-comparison-3n-skx"
2936       tag: "NIC_Intel-X710"
2937     - title: "xxv710"
2938       data-set: "vpp-nic-comparison-3n-skx"
2939       tag: "NIC_Intel-XXV710"
2940   comparisons:
2941     - title: "Diff"
2942       reference: 1
2943       compare: 2
2944   legend:
2945     - "Legend to Table:"
2946     - "x710, xxv710 - NICs tested."
2947     - "Diff - difference between x710 and xxv710 NIC."
2948
2949 # VPP Compare NICs 3n-skx 4t2c ndr
2950 - type: "table"
2951   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2952   algorithm: "table_comparison"
2953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2955   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2956   columns:
2957     - title: "x710"
2958       data-set: "vpp-nic-comparison-3n-skx"
2959       tag: "NIC_Intel-X710"
2960     - title: "xxv710"
2961       data-set: "vpp-nic-comparison-3n-skx"
2962       tag: "NIC_Intel-XXV710"
2963   comparisons:
2964     - title: "Diff"
2965       reference: 1
2966       compare: 2
2967   legend:
2968     - "Legend to Table:"
2969     - "x710, xxv710 - NICs tested."
2970     - "Diff - difference between x710 and xxv710 NIC."
2971
2972 # VPP Compare NICs 3n-skx 2t1c pdr
2973 - type: "table"
2974   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2975   algorithm: "table_comparison"
2976   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2978   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2979   columns:
2980     - title: "x710"
2981       data-set: "vpp-nic-comparison-3n-skx"
2982       tag: "NIC_Intel-X710"
2983     - title: "xxv710"
2984       data-set: "vpp-nic-comparison-3n-skx"
2985       tag: "NIC_Intel-XXV710"
2986   comparisons:
2987     - title: "Diff"
2988       reference: 1
2989       compare: 2
2990   legend:
2991     - "Legend to Table:"
2992     - "x710, xxv710 - NICs tested."
2993     - "Diff - difference between x710 and xxv710 NIC."
2994
2995 # VPP Compare NICs 3n-skx 4t2c pdr
2996 - type: "table"
2997   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2998   algorithm: "table_comparison"
2999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3001   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3002   columns:
3003     - title: "x710"
3004       data-set: "vpp-nic-comparison-3n-skx"
3005       tag: "NIC_Intel-X710"
3006     - title: "xxv710"
3007       data-set: "vpp-nic-comparison-3n-skx"
3008       tag: "NIC_Intel-XXV710"
3009   comparisons:
3010     - title: "Diff"
3011       reference: 1
3012       compare: 2
3013   legend:
3014     - "Legend to Table:"
3015     - "x710, xxv710 - NICs tested."
3016     - "Diff - difference between x710 and xxv710 NIC."
3017
3018 ## VPP Compare NICs 3n-skx 2t1c mrr
3019 #- type: "table"
3020 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3021 #  algorithm: "table_comparison"
3022 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3024 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3025 #  columns:
3026 #    - title: "x710"
3027 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3028 #      tag: "NIC_Intel-X710"
3029 #    - title: "xxv710"
3030 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3031 #      tag: "NIC_Intel-XXV710"
3032 #  comparisons:
3033 #    - title: "Diff"
3034 #      reference: 1
3035 #      compare: 2
3036 #  legend:
3037 #    - "Legend to Table:"
3038 #    - "x710, xxv710 - NICs tested."
3039 #    - "Diff - difference between x710 and xxv710 NIC."
3040 #
3041 ## VPP Compare NICs 3n-skx 4t2c mrr
3042 #- type: "table"
3043 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3044 #  algorithm: "table_comparison"
3045 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3046 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3047 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3048 #  columns:
3049 #    - title: "x710"
3050 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3051 #      tag: "NIC_Intel-X710"
3052 #    - title: "xxv710"
3053 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3054 #      tag: "NIC_Intel-XXV710"
3055 #  comparisons:
3056 #    - title: "Diff"
3057 #      reference: 1
3058 #      compare: 2
3059 #  legend:
3060 #    - "Legend to Table:"
3061 #    - "x710, xxv710 - NICs tested."
3062 #    - "Diff - difference between x710 and xxv710 NIC."
3063 #
3064 ## VPP Compare NICs 3n-skx 8t4c mrr
3065 #- type: "table"
3066 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3067 #  algorithm: "table_comparison"
3068 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3069 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3070 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3071 #  columns:
3072 #    - title: "x710"
3073 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3074 #      tag: "NIC_Intel-X710"
3075 #    - title: "xxv710"
3076 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3077 #      tag: "NIC_Intel-XXV710"
3078 #  comparisons:
3079 #    - title: "Diff"
3080 #      reference: 1
3081 #      compare: 2
3082 #  legend:
3083 #    - "Legend to Table:"
3084 #    - "x710, xxv710 - NICs tested."
3085 #    - "Diff - difference between x710 and xxv710 NIC."
3086
3087 # VPP Compare NICs 2n-skx 2t1c ndr
3088 - type: "table"
3089   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3090   algorithm: "table_comparison"
3091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3093   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3094   columns:
3095     - title: "x710"
3096       data-set: "vpp-nic-comparison-2n-skx"
3097       tag: "NIC_Intel-X710"
3098     - title: "xxv710"
3099       data-set: "vpp-nic-comparison-2n-skx"
3100       tag: "NIC_Intel-XXV710"
3101   comparisons:
3102     - title: "Diff"
3103       reference: 1
3104       compare: 2
3105   legend:
3106     - "Legend to Table:"
3107     - "x710, xxv710 - NICs tested."
3108     - "Diff - difference between x710 and xxv710 NIC."
3109
3110 # VPP Compare NICs 2n-skx 4t2c ndr
3111 - type: "table"
3112   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3113   algorithm: "table_comparison"
3114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3116   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3117   columns:
3118     - title: "x710"
3119       data-set: "vpp-nic-comparison-2n-skx"
3120       tag: "NIC_Intel-X710"
3121     - title: "xxv710"
3122       data-set: "vpp-nic-comparison-2n-skx"
3123       tag: "NIC_Intel-XXV710"
3124   comparisons:
3125     - title: "Diff"
3126       reference: 1
3127       compare: 2
3128   legend:
3129     - "Legend to Table:"
3130     - "x710, xxv710 - NICs tested."
3131     - "Diff - difference between x710 and xxv710 NIC."
3132
3133 # VPP Compare NICs 2n-skx 2t1c pdr
3134 - type: "table"
3135   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3136   algorithm: "table_comparison"
3137   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3139   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3140   columns:
3141     - title: "x710"
3142       data-set: "vpp-nic-comparison-2n-skx"
3143       tag: "NIC_Intel-X710"
3144     - title: "xxv710"
3145       data-set: "vpp-nic-comparison-2n-skx"
3146       tag: "NIC_Intel-XXV710"
3147   comparisons:
3148     - title: "Diff"
3149       reference: 1
3150       compare: 2
3151   legend:
3152     - "Legend to Table:"
3153     - "x710, xxv710 - NICs tested."
3154     - "Diff - difference between x710 and xxv710 NIC."
3155
3156 # VPP Compare NICs 2n-skx 4t2c pdr
3157 - type: "table"
3158   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3159   algorithm: "table_comparison"
3160   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3162   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3163   columns:
3164     - title: "x710"
3165       data-set: "vpp-nic-comparison-2n-skx"
3166       tag: "NIC_Intel-X710"
3167     - title: "xxv710"
3168       data-set: "vpp-nic-comparison-2n-skx"
3169       tag: "NIC_Intel-XXV710"
3170   comparisons:
3171     - title: "Diff"
3172       reference: 1
3173       compare: 2
3174   legend:
3175     - "Legend to Table:"
3176     - "x710, xxv710 - NICs tested."
3177     - "Diff - difference between x710 and xxv710 NIC."
3178
3179 # VPP Compare NICs 2n-skx 2t1c mrr
3180 - type: "table"
3181   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3182   algorithm: "table_comparison"
3183   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3185   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3186   columns:
3187     - title: "x710"
3188       data-set: "vpp-nic-comparison-2n-skx-mrr"
3189       tag: "NIC_Intel-X710"
3190     - title: "xxv710"
3191       data-set: "vpp-nic-comparison-2n-skx-mrr"
3192       tag: "NIC_Intel-XXV710"
3193   comparisons:
3194     - title: "Diff"
3195       reference: 1
3196       compare: 2
3197   legend:
3198     - "Legend to Table:"
3199     - "x710, xxv710 - NICs tested."
3200     - "Diff - difference between x710 and xxv710 NIC."
3201
3202 # VPP Compare NICs 2n-skx 4t2c mrr
3203 - type: "table"
3204   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3205   algorithm: "table_comparison"
3206   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3208   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3209   columns:
3210     - title: "x710"
3211       data-set: "vpp-nic-comparison-2n-skx-mrr"
3212       tag: "NIC_Intel-X710"
3213     - title: "xxv710"
3214       data-set: "vpp-nic-comparison-2n-skx-mrr"
3215       tag: "NIC_Intel-XXV710"
3216   comparisons:
3217     - title: "Diff"
3218       reference: 1
3219       compare: 2
3220   legend:
3221     - "Legend to Table:"
3222     - "x710, xxv710 - NICs tested."
3223     - "Diff - difference between x710 and xxv710 NIC."
3224
3225 # VPP Compare NICs 2n-skx 8t4c mrr
3226 - type: "table"
3227   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3228   algorithm: "table_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3231   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3232   columns:
3233     - title: "x710"
3234       data-set: "vpp-nic-comparison-2n-skx-mrr"
3235       tag: "NIC_Intel-X710"
3236     - title: "xxv710"
3237       data-set: "vpp-nic-comparison-2n-skx-mrr"
3238       tag: "NIC_Intel-XXV710"
3239   comparisons:
3240     - title: "Diff"
3241       reference: 1
3242       compare: 2
3243   legend:
3244     - "Legend to Table:"
3245     - "x710, xxv710 - NICs tested."
3246     - "Diff - difference between x710 and xxv710 NIC."
3247
3248 ################################################################################
3249 # VPP
3250
3251 # VPP Performance Changes 3n-hsw 1t1c pdr
3252 - type: "table"
3253   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3254   algorithm: "table_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3256   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3257   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3258   columns:
3259     - title: "1908.1-2"
3260       data-set: "vpp-performance-changes-3n-hsw-h1"
3261     - title: "2001.0-2"
3262       data-set: "vpp-performance-changes-3n-hsw-ref"
3263     - title: "2001.0-4"
3264       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3265     - title: "2005.0-3"
3266       data-set: "vpp-performance-changes-3n-hsw-cmp"
3267     - title: "2005.0-4"
3268       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3269   comparisons:
3270     - title: "2001.0-4 vs 2001.0-2"
3271       reference: 2
3272       compare: 3
3273     - title: "2005.0-4 vs 2005.0-3"
3274       reference: 4
3275       compare: 5
3276     - title: "2005.0-4 vs 2001.0-2"
3277       reference: 2
3278       compare: 5
3279 #  rca:
3280 #    - title: "RCA1"
3281 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3282 #    - title: "RCA2"
3283 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3284 #    - title: "RCA3"
3285 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca3.yaml"
3286   legend:
3287     - 'Legend to Table:'
3288     - ''
3289     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3290     - '            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).'
3291     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3292     - '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.'
3293     - '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.'
3294 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3295 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3296
3297 # VPP Performance Changes 3n-hsw 2t2c pdr
3298 - type: "table"
3299   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3300   algorithm: "table_comparison"
3301   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3303   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3304   columns:
3305     - title: "1908.1-2"
3306       data-set: "vpp-performance-changes-3n-hsw-h1"
3307     - title: "2001.0-2"
3308       data-set: "vpp-performance-changes-3n-hsw-ref"
3309     - title: "2001.0-4"
3310       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3311     - title: "2005.0-3"
3312       data-set: "vpp-performance-changes-3n-hsw-cmp"
3313     - title: "2005.0-4"
3314       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3315   comparisons:
3316     - title: "2001.0-4 vs 2001.0-2"
3317       reference: 2
3318       compare: 3
3319     - title: "2005.0-4 vs 2005.0-3"
3320       reference: 4
3321       compare: 5
3322     - title: "2005.0-4 vs 2001.0-2"
3323       reference: 2
3324       compare: 5
3325 #  rca:
3326 #    - title: "RCA1"
3327 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3328 #    - title: "RCA2"
3329 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3330 #    - title: "RCA3"
3331 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca3.yaml"
3332   legend:
3333     - 'Legend to Table:'
3334     - ''
3335     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3336     - '            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).'
3337     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3338     - '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.'
3339     - '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.'
3340 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3341 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3342
3343 # VPP Performance Changes 3n-hsw 1t1c ndr
3344 - type: "table"
3345   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3346   algorithm: "table_comparison"
3347   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3349   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3350   columns:
3351     - title: "1908.1-2"
3352       data-set: "vpp-performance-changes-3n-hsw-h1"
3353     - title: "2001.0-2"
3354       data-set: "vpp-performance-changes-3n-hsw-ref"
3355     - title: "2001.0-4"
3356       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3357     - title: "2005.0-3"
3358       data-set: "vpp-performance-changes-3n-hsw-cmp"
3359     - title: "2005.0-4"
3360       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3361   comparisons:
3362     - title: "2001.0-4 vs 2001.0-2"
3363       reference: 2
3364       compare: 3
3365     - title: "2005.0-4 vs 2005.0-3"
3366       reference: 4
3367       compare: 5
3368     - title: "2005.0-4 vs 2001.0-2"
3369       reference: 2
3370       compare: 5
3371 #  rca:
3372 #    - title: "RCA1"
3373 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3374 #    - title: "RCA2"
3375 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3376 #    - title: "RCA3"
3377 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3378   legend:
3379     - 'Legend to Table:'
3380     - ''
3381     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3382     - '            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).'
3383     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3384     - '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.'
3385     - '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.'
3386 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3387 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3388
3389 # VPP Performance Changes 3n-hsw 2t2c ndr
3390 - type: "table"
3391   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3392   algorithm: "table_comparison"
3393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3395   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3396   columns:
3397     - title: "1908.1-2"
3398       data-set: "vpp-performance-changes-3n-hsw-h1"
3399     - title: "2001.0-2"
3400       data-set: "vpp-performance-changes-3n-hsw-ref"
3401     - title: "2001.0-4"
3402       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3403     - title: "2005.0-3"
3404       data-set: "vpp-performance-changes-3n-hsw-cmp"
3405     - title: "2005.0-4"
3406       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3407   comparisons:
3408     - title: "2001.0-4 vs 2001.0-2"
3409       reference: 2
3410       compare: 3
3411     - title: "2005.0-4 vs 2005.0-3"
3412       reference: 4
3413       compare: 5
3414     - title: "2005.0-4 vs 2001.0-2"
3415       reference: 2
3416       compare: 5
3417 #  rca:
3418 #    - title: "RCA1"
3419 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3420 #    - title: "RCA2"
3421 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3422 #    - title: "RCA3"
3423 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca3.yaml"
3424   legend:
3425     - 'Legend to Table:'
3426     - ''
3427     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3428     - '            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).'
3429     - '2001.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
3430     - '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.'
3431     - '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.'
3432 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3433 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3434
3435 # VPP Performance Changes 3n-skx 2t1c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "1908.1-2"
3444       data-set: "vpp-performance-changes-3n-skx-h1"
3445     - title: "2001.0-2"
3446       data-set: "vpp-performance-changes-3n-skx-ref"
3447     - title: "2005.0-3"
3448       data-set: "vpp-performance-changes-3n-skx-cmp"
3449     - title: "2005.0-4"
3450       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3451   comparisons:
3452     - title: "2005.0-4 vs 2005.0-3"
3453       reference: 3
3454       compare: 4
3455     - title: "2005.0-4 vs 2001.0-2"
3456       reference: 2
3457       compare: 4
3458 #  rca:
3459 #    - title: "RCA1"
3460 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3461 #    - title: "RCA2"
3462 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3463   legend:
3464     - 'Legend to Table:'
3465     - ''
3466     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3467     - '            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).'
3468     - '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.'
3469     - '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.'
3470 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3471 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3472
3473 # VPP Performance Changes 3n-skx 4t2c pdr
3474 - type: "table"
3475   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3476   algorithm: "table_comparison"
3477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3479   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3480   columns:
3481     - title: "1908.1-2"
3482       data-set: "vpp-performance-changes-3n-skx-h1"
3483     - title: "2001.0-2"
3484       data-set: "vpp-performance-changes-3n-skx-ref"
3485     - title: "2005.0-3"
3486       data-set: "vpp-performance-changes-3n-skx-cmp"
3487     - title: "2005.0-4"
3488       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3489   comparisons:
3490     - title: "2005.0-4 vs 2005.0-3"
3491       reference: 3
3492       compare: 4
3493     - title: "2005.0-4 vs 2001.0-2"
3494       reference: 2
3495       compare: 4
3496 #  rca:
3497 #    - title: "RCA1"
3498 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3499 #    - title: "RCA2"
3500 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3501   legend:
3502     - 'Legend to Table:'
3503     - ''
3504     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3505     - '            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).'
3506     - '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.'
3507     - '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.'
3508 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3509 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3510
3511 # VPP Performance Changes 3n-skx 2t1c ndr
3512 - type: "table"
3513   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3514   algorithm: "table_comparison"
3515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3517   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3518   columns:
3519     - title: "1908.1-2"
3520       data-set: "vpp-performance-changes-3n-skx-h1"
3521     - title: "2001.0-2"
3522       data-set: "vpp-performance-changes-3n-skx-ref"
3523     - title: "2005.0-3"
3524       data-set: "vpp-performance-changes-3n-skx-cmp"
3525     - title: "2005.0-4"
3526       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3527   comparisons:
3528     - title: "2005.0-4 vs 2005.0-3"
3529       reference: 3
3530       compare: 4
3531     - title: "2005.0-4 vs 2001.0-2"
3532       reference: 2
3533       compare: 4
3534 #  rca:
3535 #    - title: "RCA1"
3536 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3537 #    - title: "RCA2"
3538 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3539   legend:
3540     - 'Legend to Table:'
3541     - ''
3542     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3543     - '            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).'
3544     - '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.'
3545     - '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.'
3546 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3547 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3548
3549 # VPP Performance Changes 3n-skx 4t2c ndr
3550 - type: "table"
3551   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3552   algorithm: "table_comparison"
3553   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3556   columns:
3557     - title: "1908.1-2"
3558       data-set: "vpp-performance-changes-3n-skx-h1"
3559     - title: "2001.0-2"
3560       data-set: "vpp-performance-changes-3n-skx-ref"
3561     - title: "2005.0-3"
3562       data-set: "vpp-performance-changes-3n-skx-cmp"
3563     - title: "2005.0-4"
3564       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3565   comparisons:
3566     - title: "2005.0-4 vs 2005.0-3"
3567       reference: 3
3568       compare: 4
3569     - title: "2005.0-4 vs 2001.0-2"
3570       reference: 2
3571       compare: 4
3572 #  rca:
3573 #    - title: "RCA1"
3574 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3575 #    - title: "RCA2"
3576 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3577   legend:
3578     - 'Legend to Table:'
3579     - ''
3580     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3581     - '            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).'
3582     - '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.'
3583     - '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.'
3584 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3585 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3586
3587 # VPP Performance Changes 2n-skx 2t1c pdr
3588 - type: "table"
3589   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3590   algorithm: "table_comparison"
3591   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3593   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3594   columns:
3595     - title: "1908.1-2"
3596       data-set: "vpp-performance-changes-2n-skx-h1"
3597     - title: "2001.0-2"
3598       data-set: "vpp-performance-changes-2n-skx-ref"
3599     - title: "2005.0-3"
3600       data-set: "vpp-performance-changes-2n-skx-cmp"
3601     - title: "2005.0-4"
3602       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3603   comparisons:
3604     - title: "2005.0-4 vs 2005.0-3"
3605       reference: 3
3606       compare: 4
3607     - title: "2005.0-4 vs 2001.0-2"
3608       reference: 2
3609       compare: 4
3610 #  rca:
3611 #    - title: "RCA1"
3612 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3613 #    - title: "RCA2"
3614 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3615   legend:
3616     - 'Legend to Table:'
3617     - ''
3618     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3619     - '            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).'
3620     - '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.'
3621     - '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.'
3622 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3623 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3624
3625 # VPP Performance Changes 2n-skx 4t2c pdr
3626 - type: "table"
3627   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3628   algorithm: "table_comparison"
3629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3632   columns:
3633     - title: "1908.1-2"
3634       data-set: "vpp-performance-changes-2n-skx-h1"
3635     - title: "2001.0-2"
3636       data-set: "vpp-performance-changes-2n-skx-ref"
3637     - title: "2005.0-3"
3638       data-set: "vpp-performance-changes-2n-skx-cmp"
3639     - title: "2005.0-4"
3640       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3641   comparisons:
3642     - title: "2005.0-4 vs 2005.0-3"
3643       reference: 3
3644       compare: 4
3645     - title: "2005.0-4 vs 2001.0-2"
3646       reference: 2
3647       compare: 4
3648 #  rca:
3649 #    - title: "RCA1"
3650 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3651 #    - title: "RCA2"
3652 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3653   legend:
3654     - 'Legend to Table:'
3655     - ''
3656     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3657     - '            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).'
3658     - '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.'
3659     - '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.'
3660 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3661 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3662
3663 # VPP Performance Changes 2n-skx 2t1c ndr
3664 - type: "table"
3665   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3666   algorithm: "table_comparison"
3667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3669   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3670   columns:
3671     - title: "1908.1-2"
3672       data-set: "vpp-performance-changes-2n-skx-h1"
3673     - title: "2001.0-2"
3674       data-set: "vpp-performance-changes-2n-skx-ref"
3675     - title: "2005.0-3"
3676       data-set: "vpp-performance-changes-2n-skx-cmp"
3677     - title: "2005.0-4"
3678       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3679   comparisons:
3680     - title: "2005.0-4 vs 2005.0-3"
3681       reference: 3
3682       compare: 4
3683     - title: "2005.0-4 vs 2001.0-2"
3684       reference: 2
3685       compare: 4
3686 #  rca:
3687 #    - title: "RCA1"
3688 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3689 #    - title: "RCA2"
3690 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3691   legend:
3692     - 'Legend to Table:'
3693     - ''
3694     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3695     - '            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).'
3696     - '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.'
3697     - '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.'
3698 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3699 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3700
3701 # VPP Performance Changes 2n-skx 4t2c ndr
3702 - type: "table"
3703   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3704   algorithm: "table_comparison"
3705   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3707   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3708   columns:
3709     - title: "1908.1-2"
3710       data-set: "vpp-performance-changes-2n-skx-h1"
3711     - title: "2001.0-2"
3712       data-set: "vpp-performance-changes-2n-skx-ref"
3713     - title: "2005.0-3"
3714       data-set: "vpp-performance-changes-2n-skx-cmp"
3715     - title: "2005.0-4"
3716       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3717   comparisons:
3718     - title: "2005.0-4 vs 2005.0-3"
3719       reference: 3
3720       compare: 4
3721     - title: "2005.0-4 vs 2001.0-2"
3722       reference: 2
3723       compare: 4
3724 #  rca:
3725 #    - title: "RCA1"
3726 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
3727 #    - title: "RCA2"
3728 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
3729   legend:
3730     - 'Legend to Table:'
3731     - ''
3732     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3733     - '            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).'
3734     - '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.'
3735     - '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.'
3736 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3737 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3738
3739 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3740 - type: "table"
3741   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3742   algorithm: "table_comparison"
3743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3745   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3746   columns:
3747     - title: "2001.0-2"
3748       data-set: "vpp-performance-changes-2n-clx-ref"
3749     - title: "2005.0-3"
3750       data-set: "vpp-performance-changes-2n-clx-cmp"
3751     - title: "2005.0-4"
3752       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3753   comparisons:
3754     - title: "2005.0-4 vs 2005.0-3"
3755       reference: 2
3756       compare: 3
3757     - title: "2005.0-4 vs 2001.0-2"
3758       reference: 1
3759       compare: 3
3760 #  rca:
3761 #    - title: "RCA1"
3762 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
3763 #    - title: "RCA2"
3764 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
3765   legend:
3766     - 'Legend to Table:'
3767     - ''
3768     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3769     - '            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).'
3770     - '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.'
3771     - '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.'
3772 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3773 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3774
3775 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3776 - type: "table"
3777   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3778   algorithm: "table_comparison"
3779   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3782   columns:
3783     - title: "2001.0-2"
3784       data-set: "vpp-performance-changes-2n-clx-ref"
3785     - title: "2005.0-3"
3786       data-set: "vpp-performance-changes-2n-clx-cmp"
3787     - title: "2005.0-4"
3788       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3789   comparisons:
3790     - title: "2005.0-4 vs 2005.0-3"
3791       reference: 2
3792       compare: 3
3793     - title: "2005.0-4 vs 2001.0-2"
3794       reference: 1
3795       compare: 3
3796 #  rca:
3797 #    - title: "RCA1"
3798 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
3799 #    - title: "RCA2"
3800 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
3801   legend:
3802     - 'Legend to Table:'
3803     - ''
3804     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3805     - '            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).'
3806     - '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.'
3807     - '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.'
3808 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3809 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3810
3811 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3812 - type: "table"
3813   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3814   algorithm: "table_comparison"
3815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3818   columns:
3819     - title: "2001.0-2"
3820       data-set: "vpp-performance-changes-2n-clx-ref"
3821     - title: "2005.0-3"
3822       data-set: "vpp-performance-changes-2n-clx-cmp"
3823     - title: "2005.0-4"
3824       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3825   comparisons:
3826     - title: "2005.0-4 vs 2005.0-3"
3827       reference: 2
3828       compare: 3
3829     - title: "2005.0-4 vs 2001.0-2"
3830       reference: 1
3831       compare: 3
3832 #  rca:
3833 #    - title: "RCA1"
3834 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
3835 #    - title: "RCA2"
3836 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
3837   legend:
3838     - 'Legend to Table:'
3839     - ''
3840     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3841     - '            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).'
3842     - '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.'
3843     - '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.'
3844 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3845 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3846
3847 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3848 - type: "table"
3849   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3850   algorithm: "table_comparison"
3851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3854   columns:
3855     - title: "2001.0-2"
3856       data-set: "vpp-performance-changes-2n-clx-ref"
3857     - title: "2005.0-3"
3858       data-set: "vpp-performance-changes-2n-clx-cmp"
3859     - title: "2005.0-4"
3860       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3861   comparisons:
3862     - title: "2005.0-4 vs 2005.0-3"
3863       reference: 2
3864       compare: 3
3865     - title: "2005.0-4 vs 2001.0-2"
3866       reference: 1
3867       compare: 3
3868 #  rca:
3869 #    - title: "RCA1"
3870 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
3871 #    - title: "RCA2"
3872 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
3873   legend:
3874     - 'Legend to Table:'
3875     - ''
3876     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3877     - '            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).'
3878     - '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.'
3879     - '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.'
3880 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3881 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3882
3883 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3884 - type: "table"
3885   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3886   algorithm: "table_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3889   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3890   columns:
3891     - title: "2001.0-2"
3892       data-set: "vpp-performance-changes-2n-clx-ref"
3893     - title: "2005.0-4"
3894       data-set: "vpp-performance-changes-2n-clx-cmp"
3895   comparisons:
3896     - title: "Diff"
3897       reference: 1
3898       compare: 2
3899   legend:
3900     - "Legend to Table"
3901     - "2001, 2005 - VPP versions tested."
3902     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3903
3904 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3905 - type: "table"
3906   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3907   algorithm: "table_comparison"
3908   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3909   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3910   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3911   columns:
3912     - title: "2001.0-2"
3913       data-set: "vpp-performance-changes-2n-clx-ref"
3914     - title: "2005.0-4"
3915       data-set: "vpp-performance-changes-2n-clx-cmp"
3916   comparisons:
3917     - title: "Diff"
3918       reference: 1
3919       compare: 2
3920   legend:
3921     - "Legend to Table"
3922     - "2001, 2005 - VPP versions tested."
3923     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3924
3925 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3926 - type: "table"
3927   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3928   algorithm: "table_comparison"
3929   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3931   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3932   columns:
3933     - title: "2001.0-2"
3934       data-set: "vpp-performance-changes-2n-clx-ref"
3935     - title: "2005.0-4"
3936       data-set: "vpp-performance-changes-2n-clx-cmp"
3937   comparisons:
3938     - title: "Diff"
3939       reference: 1
3940       compare: 2
3941   legend:
3942     - "Legend to Table"
3943     - "2001, 2005 - VPP versions tested."
3944     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3945
3946 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3947 - type: "table"
3948   title: "VPP Performance Changes 2n-clx-x556 ndr"
3949   algorithm: "table_comparison"
3950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3952   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3953   columns:
3954     - title: "2001.0-2"
3955       data-set: "vpp-performance-changes-2n-clx-ref"
3956     - title: "2005.0-4"
3957       data-set: "vpp-performance-changes-2n-clx-cmp"
3958   comparisons:
3959     - title: "Diff"
3960       reference: 1
3961       compare: 2
3962   legend:
3963     - "Legend to Table"
3964     - "2001, 2005 - VPP versions tested."
3965     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3966
3967 # VPP Performance Changes 2n-dnv 1t1c pdr
3968 - type: "table"
3969   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3970   algorithm: "table_comparison"
3971   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3973   filter: "'1T1C'"
3974   columns:
3975     - title: "1908"
3976       data-set: "vpp-performance-changes-2n-dnv-h1"
3977     - title: "2001"
3978       data-set: "vpp-performance-changes-2n-dnv-ref"
3979     - title: "2005"
3980       data-set: "vpp-performance-changes-2n-dnv-cmp"
3981   comparisons:
3982     - title: "Diff"
3983       reference: 2
3984       compare: 3
3985   legend:
3986     - "Legend to Table"
3987     - "1908, 2001, 2005 - VPP versions tested."
3988     - "Diff - difference between 2001 and 2005 VPP version."
3989
3990 # VPP Performance Changes 2n-dnv 2t2c pdr
3991 - type: "table"
3992   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3993   algorithm: "table_comparison"
3994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3996   filter: "'2T2C'"
3997   columns:
3998     - title: "1908"
3999       data-set: "vpp-performance-changes-2n-dnv-h1"
4000     - title: "2001"
4001       data-set: "vpp-performance-changes-2n-dnv-ref"
4002     - title: "2005"
4003       data-set: "vpp-performance-changes-2n-dnv-cmp"
4004   comparisons:
4005     - title: "Diff"
4006       reference: 2
4007       compare: 3
4008   legend:
4009     - "Legend to Table"
4010     - "1908, 2001, 2005 - VPP versions tested."
4011     - "Diff - difference between 2001 and 2005 VPP version."
4012
4013 # VPP Performance Changes 2n-dnv 1t1c ndr
4014 - type: "table"
4015   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4016   algorithm: "table_comparison"
4017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4019   filter: "'1T1C'"
4020   columns:
4021     - title: "1908"
4022       data-set: "vpp-performance-changes-2n-dnv-h1"
4023     - title: "2001"
4024       data-set: "vpp-performance-changes-2n-dnv-ref"
4025     - title: "2005"
4026       data-set: "vpp-performance-changes-2n-dnv-cmp"
4027   comparisons:
4028     - title: "Diff"
4029       reference: 2
4030       compare: 3
4031   legend:
4032     - "Legend to Table"
4033     - "1908, 2001, 2005 - VPP versions tested."
4034     - "Diff - difference between 2001 and 2005 VPP version."
4035
4036 # VPP Performance Changes 2n-dnv 2t2c ndr
4037 - type: "table"
4038   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4039   algorithm: "table_comparison"
4040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4042   filter: "'2T2C'"
4043   columns:
4044     - title: "1908"
4045       data-set: "vpp-performance-changes-2n-dnv-h1"
4046     - title: "2001"
4047       data-set: "vpp-performance-changes-2n-dnv-ref"
4048     - title: "2005"
4049       data-set: "vpp-performance-changes-2n-dnv-cmp"
4050   comparisons:
4051     - title: "Diff"
4052       reference: 2
4053       compare: 3
4054   legend:
4055     - "Legend to Table"
4056     - "1908, 2001, 2005 - VPP versions tested."
4057     - "Diff - difference between 2001 and 2005 VPP version."
4058
4059 # VPP Performance Changes 3n-dnv 1t1c pdr
4060 - type: "table"
4061   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4062   algorithm: "table_comparison"
4063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4065   filter: "'1T1C'"
4066   columns:
4067     - title: "1908"
4068       data-set: "vpp-performance-changes-3n-dnv-h1"
4069     - title: "2001"
4070       data-set: "vpp-performance-changes-3n-dnv-ref"
4071     - title: "2005"
4072       data-set: "vpp-performance-changes-3n-dnv-cmp"
4073   comparisons:
4074     - title: "Diff"
4075       reference: 2
4076       compare: 3
4077   legend:
4078     - "Legend to Table"
4079     - "1908, 2001, 2005 - VPP versions tested."
4080     - "Diff - difference between 2001 and 2005 VPP version."
4081
4082 # VPP Performance Changes 3n-dnv 2t2c pdr
4083 - type: "table"
4084   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4085   algorithm: "table_comparison"
4086   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4088   filter: "'2T2C'"
4089   columns:
4090     - title: "1908"
4091       data-set: "vpp-performance-changes-3n-dnv-h1"
4092     - title: "2001"
4093       data-set: "vpp-performance-changes-3n-dnv-ref"
4094     - title: "2005"
4095       data-set: "vpp-performance-changes-3n-dnv-cmp"
4096   comparisons:
4097     - title: "Diff"
4098       reference: 2
4099       compare: 3
4100   legend:
4101     - "Legend to Table"
4102     - "1908, 2001, 2005 - VPP versions tested."
4103     - "Diff - difference between 2001 and 2005 VPP version."
4104
4105 # VPP Performance Changes 3n-dnv 1t1c ndr
4106 - type: "table"
4107   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4108   algorithm: "table_comparison"
4109   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "'1T1C'"
4112   columns:
4113     - title: "1908"
4114       data-set: "vpp-performance-changes-3n-dnv-h1"
4115     - title: "2001"
4116       data-set: "vpp-performance-changes-3n-dnv-ref"
4117     - title: "2005"
4118       data-set: "vpp-performance-changes-3n-dnv-cmp"
4119   comparisons:
4120     - title: "Diff"
4121       reference: 2
4122       compare: 3
4123   legend:
4124     - "Legend to Table"
4125     - "1908, 2001, 2005 - VPP versions tested."
4126     - "Diff - difference between 2001 and 2005 VPP version."
4127
4128 # VPP Performance Changes 3n-dnv 2t2c ndr
4129 - type: "table"
4130   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4131   algorithm: "table_comparison"
4132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4134   filter: "'2T2C'"
4135   columns:
4136     - title: "1908"
4137       data-set: "vpp-performance-changes-3n-dnv-h1"
4138     - title: "2001"
4139       data-set: "vpp-performance-changes-3n-dnv-ref"
4140     - title: "2005"
4141       data-set: "vpp-performance-changes-3n-dnv-cmp"
4142   comparisons:
4143     - title: "Diff"
4144       reference: 2
4145       compare: 3
4146   legend:
4147     - "Legend to Table"
4148     - "1908, 2001, 2005 - VPP versions tested."
4149     - "Diff - difference between 2001 and 2005 VPP version."
4150
4151 # VPP Performance Changes 3n-tsh 1t1c pdr
4152 - type: "table"
4153   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4154   algorithm: "table_comparison"
4155   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4157   filter: "'1T1C'"
4158   columns:
4159     - title: "1908.1-2"
4160       data-set: "vpp-performance-changes-3n-tsh-h1"
4161     - title: "2001.0-2"
4162       data-set: "vpp-performance-changes-3n-tsh-ref"
4163     - title: "2005.0-3"
4164       data-set: "vpp-performance-changes-3n-tsh-cmp"
4165     - title: "2005.0-4"
4166       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4167   comparisons:
4168     - title: "2005.0-4 vs 2005.0-3"
4169       reference: 3
4170       compare: 4
4171     - title: "2005.0-4 vs 2001.0-2"
4172       reference: 2
4173       compare: 4
4174 #  rca:
4175 #    - title: "RCA1"
4176 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4177 #    - title: "RCA2"
4178 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4179   legend:
4180     - 'Legend to Table:'
4181     - ''
4182     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
4183     - '            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).'
4184     - '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.'
4185     - '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.'
4186 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4187 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4188
4189 # VPP Performance Changes 3n-tsh 2t2c pdr
4190 - type: "table"
4191   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4192   algorithm: "table_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4195   filter: "'2T2C'"
4196   columns:
4197     - title: "1908.1-2"
4198       data-set: "vpp-performance-changes-3n-tsh-h1"
4199     - title: "2001.0-2"
4200       data-set: "vpp-performance-changes-3n-tsh-ref"
4201     - title: "2005.0-3"
4202       data-set: "vpp-performance-changes-3n-tsh-cmp"
4203     - title: "2005.0-4"
4204       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4205   comparisons:
4206     - title: "2005.0-4 vs 2005.0-3"
4207       reference: 3
4208       compare: 4
4209     - title: "2005.0-4 vs 2001.0-2"
4210       reference: 2
4211       compare: 4
4212 #  rca:
4213 #    - title: "RCA1"
4214 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4215 #    - title: "RCA2"
4216 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4217   legend:
4218     - 'Legend to Table:'
4219     - ''
4220     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
4221     - '            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).'
4222     - '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.'
4223     - '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.'
4224 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4225 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4226
4227 # VPP Performance Changes 3n-tsh 1t1c ndr
4228 - type: "table"
4229   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4230   algorithm: "table_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4233   filter: "'1T1C'"
4234   columns:
4235     - title: "1908.1-2"
4236       data-set: "vpp-performance-changes-3n-tsh-h1"
4237     - title: "2001.0-2"
4238       data-set: "vpp-performance-changes-3n-tsh-ref"
4239     - title: "2005.0-3"
4240       data-set: "vpp-performance-changes-3n-tsh-cmp"
4241     - title: "2005.0-4"
4242       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4243   comparisons:
4244     - title: "2005.0-4 vs 2005.0-3"
4245       reference: 3
4246       compare: 4
4247     - title: "2005.0-4 vs 2001.0-2"
4248       reference: 2
4249       compare: 4
4250 #  rca:
4251 #    - title: "RCA1"
4252 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4253 #    - title: "RCA2"
4254 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4255   legend:
4256     - 'Legend to Table:'
4257     - ''
4258     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
4259     - '            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).'
4260     - '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.'
4261     - '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.'
4262 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4263 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4264
4265 # VPP Performance Changes 3n-tsh 2t2c ndr
4266 - type: "table"
4267   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'2T2C'"
4272   columns:
4273     - title: "1908.1-2"
4274       data-set: "vpp-performance-changes-3n-tsh-h1"
4275     - title: "2001.0-2"
4276       data-set: "vpp-performance-changes-3n-tsh-ref"
4277     - title: "2005.0-3"
4278       data-set: "vpp-performance-changes-3n-tsh-cmp"
4279     - title: "2005.0-4"
4280       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4281   comparisons:
4282     - title: "2005.0-4 vs 2005.0-3"
4283       reference: 3
4284       compare: 4
4285     - title: "2005.0-4 vs 2001.0-2"
4286       reference: 2
4287       compare: 4
4288 #  rca:
4289 #    - title: "RCA1"
4290 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4291 #    - title: "RCA2"
4292 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4293   legend:
4294     - 'Legend to Table:'
4295     - ''
4296     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
4297     - '            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).'
4298     - '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.'
4299     - '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.'
4300 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4301 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4302
4303 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4304 - type: "table"
4305   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4306   algorithm: "table_comparison"
4307   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4309   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4310   columns:
4311     - title: "3n-hsw xl710"
4312       data-set: "vpp-compare-testbeds-ref"
4313       tag: "NIC_Intel-XL710"
4314     - title: "3n-skx xxv710"
4315       data-set: "vpp-compare-testbeds-cmp"
4316       tag: "NIC_Intel-XXV710"
4317   comparisons:
4318     - title: "Diff"
4319       reference: 1
4320       compare: 2
4321   legend:
4322     - "Legend to Table"
4323     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4324     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4325
4326 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4327 - type: "table"
4328   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4329   algorithm: "table_comparison"
4330   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4332   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4333   columns:
4334     - title: "3n-hsw xl710"
4335       data-set: "vpp-compare-testbeds-ref"
4336       tag: "NIC_Intel-XL710"
4337     - title: "3n-skx xxv710"
4338       data-set: "vpp-compare-testbeds-cmp"
4339       tag: "NIC_Intel-XXV710"
4340   comparisons:
4341     - title: "Diff"
4342       reference: 1
4343       compare: 2
4344   legend:
4345     - "Legend to Table"
4346     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4347     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4348
4349 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4350 - type: "table"
4351   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4352   algorithm: "table_comparison"
4353   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4355   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4356   columns:
4357     - title: "3n-hsw xl710"
4358       data-set: "vpp-compare-testbeds-ref"
4359       tag: "NIC_Intel-XL710"
4360     - title: "3n-skx xxv710"
4361       data-set: "vpp-compare-testbeds-cmp"
4362       tag: "NIC_Intel-XXV710"
4363   comparisons:
4364     - title: "Diff"
4365       reference: 1
4366       compare: 2
4367   legend:
4368     - "Legend to Table"
4369     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4370     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4371
4372 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4373 - type: "table"
4374   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4375   algorithm: "table_comparison"
4376   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4378   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4379   columns:
4380     - title: "3n-hsw xl710"
4381       data-set: "vpp-compare-testbeds-ref"
4382       tag: "NIC_Intel-XL710"
4383     - title: "3n-skx xxv710"
4384       data-set: "vpp-compare-testbeds-cmp"
4385       tag: "NIC_Intel-XXV710"
4386   comparisons:
4387     - title: "Diff"
4388       reference: 1
4389       compare: 2
4390   legend:
4391     - "Legend to Table"
4392     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4393     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4394
4395 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4396 - type: "table"
4397   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4398   algorithm: "table_comparison"
4399   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4401   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4402   columns:
4403     - title: "2n-skx"
4404       data-set: "vpp-compare-testbeds-skx-clx-ref"
4405     - title: "2n-clx"
4406       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4407   comparisons:
4408     - title: "Diff"
4409       reference: 1
4410       compare: 2
4411   legend:
4412     - "Legend to Table"
4413     - "2n-skx, 2n-clx - testbeds and NICs tested."
4414     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4415
4416 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4417 - type: "table"
4418   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4419   algorithm: "table_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4422   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4423   columns:
4424     - title: "2n-skx"
4425       data-set: "vpp-compare-testbeds-skx-clx-ref"
4426     - title: "2n-clx"
4427       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4428   comparisons:
4429     - title: "Diff"
4430       reference: 1
4431       compare: 2
4432   legend:
4433     - "Legend to Table"
4434     - "2n-skx, 2n-clx - testbeds and NICs tested."
4435     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4436
4437 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4438 - type: "table"
4439   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4440   algorithm: "table_comparison"
4441   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4443   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4444   columns:
4445     - title: "2n-skx"
4446       data-set: "vpp-compare-testbeds-skx-clx-ref"
4447     - title: "2n-clx"
4448       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4449   comparisons:
4450     - title: "Diff"
4451       reference: 1
4452       compare: 2
4453   legend:
4454     - "Legend to Table"
4455     - "2n-skx, 2n-clx - testbeds and NICs tested."
4456     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4457
4458 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4459 - type: "table"
4460   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4461   algorithm: "table_comparison"
4462   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4464   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4465   columns:
4466     - title: "2n-skx"
4467       data-set: "vpp-compare-testbeds-skx-clx-ref"
4468     - title: "2n-clx"
4469       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4470   comparisons:
4471     - title: "Diff"
4472       reference: 1
4473       compare: 2
4474   legend:
4475     - "Legend to Table"
4476     - "2n-skx, 2n-clx - testbeds and NICs tested."
4477     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4478
4479 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4480 - type: "table"
4481   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4482   algorithm: "table_comparison"
4483   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4485   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4486   columns:
4487     - title: "3n-hsw xl710"
4488       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4489       tag: "NIC_Intel-XL710"
4490     - title: "2n-clx xxv710"
4491       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4492       tag: "NIC_Intel-XXV710"
4493   comparisons:
4494     - title: "Diff"
4495       reference: 1
4496       compare: 2
4497   legend:
4498     - "Legend to Table"
4499     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4500     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4501
4502 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4503 - type: "table"
4504   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4505   algorithm: "table_comparison"
4506   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4508   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4509   columns:
4510     - title: "3n-hsw xl710"
4511       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4512       tag: "NIC_Intel-XL710"
4513     - title: "2n-clx xxv710"
4514       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4515       tag: "NIC_Intel-XXV710"
4516   comparisons:
4517     - title: "Diff"
4518       reference: 1
4519       compare: 2
4520   legend:
4521     - "Legend to Table"
4522     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4523     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4524
4525 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4526 - type: "table"
4527   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4531   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4532   columns:
4533     - title: "3n-hsw xl710"
4534       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4535       tag: "NIC_Intel-XL710"
4536     - title: "2n-clx xxv710"
4537       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4538       tag: "NIC_Intel-XXV710"
4539   comparisons:
4540     - title: "Diff"
4541       reference: 1
4542       compare: 2
4543   legend:
4544     - "Legend to Table"
4545     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4546     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4547
4548 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4549 - type: "table"
4550   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4551   algorithm: "table_comparison"
4552   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4554   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4555   columns:
4556     - title: "3n-hsw xl710"
4557       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4558       tag: "NIC_Intel-XL710"
4559     - title: "2n-clx xxv710"
4560       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4561       tag: "NIC_Intel-XXV710"
4562   comparisons:
4563     - title: "Diff"
4564       reference: 1
4565       compare: 2
4566   legend:
4567     - "Legend to Table"
4568     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4569     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4570
4571 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4572 - type: "table"
4573   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4574   algorithm: "table_comparison"
4575   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4577   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4578   columns:
4579     - title: "3n-skx"
4580       data-set: "vpp-compare-topologies-ref"
4581     - title: "2n-skx"
4582       data-set: "vpp-compare-topologies-cmp"
4583   comparisons:
4584     - title: "Diff"
4585       reference: 1
4586       compare: 2
4587   legend:
4588     - "Legend to Table"
4589     - "3n-skx, 2n-skx - topologies tested."
4590     - "Diff - difference between 3n-skx and 2n-skx topologies."
4591
4592 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4593 - type: "table"
4594   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4595   algorithm: "table_comparison"
4596   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4598   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4599   columns:
4600     - title: "3n-skx"
4601       data-set: "vpp-compare-topologies-ref"
4602     - title: "2n-skx"
4603       data-set: "vpp-compare-topologies-cmp"
4604   comparisons:
4605     - title: "Diff"
4606       reference: 1
4607       compare: 2
4608   legend:
4609     - "Legend to Table"
4610     - "3n-skx, 2n-skx - topologies tested."
4611     - "Diff - difference between 3n-skx and 2n-skx topologies."
4612
4613 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4614 - type: "table"
4615   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4619   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4620   columns:
4621     - title: "3n-skx"
4622       data-set: "vpp-compare-topologies-ref"
4623     - title: "2n-skx"
4624       data-set: "vpp-compare-topologies-cmp"
4625   comparisons:
4626     - title: "Diff"
4627       reference: 1
4628       compare: 2
4629   legend:
4630     - "Legend to Table"
4631     - "3n-skx, 2n-skx - topologies tested."
4632     - "Diff - difference between 3n-skx and 2n-skx topologies."
4633
4634 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4635 - type: "table"
4636   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4637   algorithm: "table_comparison"
4638   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4640   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4641   columns:
4642     - title: "3n-skx"
4643       data-set: "vpp-compare-topologies-ref"
4644     - title: "2n-skx"
4645       data-set: "vpp-compare-topologies-cmp"
4646   comparisons:
4647     - title: "Diff"
4648       reference: 1
4649       compare: 2
4650   legend:
4651     - "Legend to Table"
4652     - "3n-skx, 2n-skx - topologies tested."
4653     - "Diff - difference between 3n-skx and 2n-skx topologies."
4654
4655 # VPP Performance Changes 3n-hsw 1t1c mrr
4656 - type: "table"
4657   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4662   columns:
4663     - title: "1908.1-2"
4664       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4665     - title: "2001.0-2"
4666       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4667     - title: "2005.0-3"
4668       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4669     - title: "2005.0-4"
4670       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
4671   comparisons:
4672     - title: "2005.0-4 vs 2005.0-3"
4673       reference: 3
4674       compare: 4
4675     - title: "2005.0-4 vs 2001.0-2"
4676       reference: 2
4677       compare: 4
4678 #  rca:
4679 #    - title: "RCA1"
4680 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca1.yaml"
4681 #    - title: "RCA2"
4682 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca2.yaml"
4683   legend:
4684     - 'Legend to Table:'
4685     - ''
4686     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4687     - '            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).'
4688     - '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.'
4689     - '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.'
4690 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4691 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4692
4693 # VPP Performance Changes 3n-hsw 2t2c mrr
4694 - type: "table"
4695   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4696   algorithm: "table_comparison"
4697   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4699   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4700   columns:
4701     - title: "1908.1-2"
4702       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4703     - title: "2001.0-2"
4704       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4705     - title: "2005.0-3"
4706       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4707     - title: "2005.0-4"
4708       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
4709   comparisons:
4710     - title: "2005.0-4 vs 2005.0-3"
4711       reference: 3
4712       compare: 4
4713     - title: "2005.0-4 vs 2001.0-2"
4714       reference: 2
4715       compare: 4
4716 #  rca:
4717 #    - title: "RCA1"
4718 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca1.yaml"
4719 #    - title: "RCA2"
4720 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca2.yaml"
4721   legend:
4722     - 'Legend to Table:'
4723     - ''
4724     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4725     - '            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).'
4726     - '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.'
4727     - '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.'
4728 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4729 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4730
4731 # VPP Performance Changes 3n-hsw 4t4c mrr
4732 - type: "table"
4733   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4737   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4738   columns:
4739     - title: "1908.1-2"
4740       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4741     - title: "2001.0-2"
4742       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4743     - title: "2005.0-3"
4744       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4745     - title: "2005.0-4"
4746       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
4747   comparisons:
4748     - title: "2005.0-4 vs 2005.0-3"
4749       reference: 3
4750       compare: 4
4751     - title: "2005.0-4 vs 2001.0-2"
4752       reference: 2
4753       compare: 4
4754 #  rca:
4755 #    - title: "RCA1"
4756 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca1.yaml"
4757 #    - title: "RCA2"
4758 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca2.yaml"
4759   legend:
4760     - 'Legend to Table:'
4761     - ''
4762     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4763     - '            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).'
4764     - '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.'
4765     - '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.'
4766 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4767 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4768
4769
4770 # VPP Performance Changes 3n-skx 2t1c mrr
4771 - type: "table"
4772   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4773   algorithm: "table_comparison"
4774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4776   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4777   columns:
4778 #    - title: "1908"
4779 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4780     - title: "2001.0-2"
4781       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4782     - title: "2005.0-3"
4783       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4784     - title: "2005.0-4"
4785       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
4786   comparisons:
4787     - title: "2005.0-4 vs 2005.0-3"
4788       reference: 2
4789       compare: 3
4790     - title: "2005.0-4 vs 2001.0-2"
4791       reference: 1
4792       compare: 3
4793 #  rca:
4794 #    - title: "RCA1"
4795 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca1.yaml"
4796 #    - title: "RCA2"
4797 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca2.yaml"
4798   legend:
4799     - 'Legend to Table:'
4800     - ''
4801     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4802     - '            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).'
4803     - '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.'
4804     - '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.'
4805 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4806 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4807
4808 # VPP Performance Changes 3n-skx 4t2c mrr
4809 - type: "table"
4810   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4811   algorithm: "table_comparison"
4812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4814   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4815   columns:
4816 #    - title: "1908"
4817 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4818     - title: "2001.0-2"
4819       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4820     - title: "2005.0-3"
4821       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4822     - title: "2005.0-4"
4823       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
4824   comparisons:
4825     - title: "2005.0-4 vs 2005.0-3"
4826       reference: 2
4827       compare: 3
4828     - title: "2005.0-4 vs 2001.0-2"
4829       reference: 1
4830       compare: 3
4831 #  rca:
4832 #    - title: "RCA1"
4833 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca1.yaml"
4834 #    - title: "RCA2"
4835 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca2.yaml"
4836   legend:
4837     - 'Legend to Table:'
4838     - ''
4839     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4840     - '            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).'
4841     - '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.'
4842     - '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.'
4843 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4844 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4845
4846 # VPP Performance Changes 3n-skx 8t4c mrr
4847 - type: "table"
4848   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4849   algorithm: "table_comparison"
4850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4852   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4853   columns:
4854 #    - title: "1908"
4855 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4856     - title: "2001.0-2"
4857       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4858     - title: "2005.0-3"
4859       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4860     - title: "2005.0-4"
4861       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
4862   comparisons:
4863     - title: "2005.0-4 vs 2005.0-3"
4864       reference: 2
4865       compare: 3
4866     - title: "2005.0-4 vs 2001.0-2"
4867       reference: 1
4868       compare: 3
4869 #  rca:
4870 #    - title: "RCA1"
4871 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca1.yaml"
4872 #    - title: "RCA2"
4873 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca2.yaml"
4874   legend:
4875     - 'Legend to Table:'
4876     - ''
4877     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4878     - '            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).'
4879     - '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.'
4880     - '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.'
4881 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4882 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4883
4884 # VPP Performance Changes 2n-skx 2t1c mrr
4885 - type: "table"
4886   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4887   algorithm: "table_comparison"
4888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4890   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4891   columns:
4892     - title: "2001.0-2"
4893       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4894     - title: "2005.0-3"
4895       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4896     - title: "2005.0-4"
4897       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
4898   comparisons:
4899     - title: "2005.0-4 vs 2005.0-3"
4900       reference: 2
4901       compare: 3
4902     - title: "2005.0-4 vs 2001.0-2"
4903       reference: 1
4904       compare: 3
4905 #  rca:
4906 #    - title: "RCA1"
4907 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca1.yaml"
4908 #    - title: "RCA2"
4909 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca2.yaml"
4910   legend:
4911     - 'Legend to Table:'
4912     - ''
4913     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4914     - '            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).'
4915     - '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.'
4916     - '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.'
4917 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4918 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4919
4920 # VPP Performance Changes 2n-skx 4t2c mrr
4921 - type: "table"
4922   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4923   algorithm: "table_comparison"
4924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4926   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4927   columns:
4928     - title: "2001.0-2"
4929       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4930     - title: "2005.0-3"
4931       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4932     - title: "2005.0-4"
4933       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
4934   comparisons:
4935     - title: "2005.0-4 vs 2005.0-3"
4936       reference: 2
4937       compare: 3
4938     - title: "2005.0-4 vs 2001.0-2"
4939       reference: 1
4940       compare: 3
4941 #  rca:
4942 #    - title: "RCA1"
4943 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca1.yaml"
4944 #    - title: "RCA2"
4945 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca2.yaml"
4946   legend:
4947     - 'Legend to Table:'
4948     - ''
4949     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4950     - '            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).'
4951     - '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.'
4952     - '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.'
4953 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4954 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4955
4956 # VPP Performance Changes 2n-skx 8t4c mrr
4957 - type: "table"
4958   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4959   algorithm: "table_comparison"
4960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4962   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4963   columns:
4964     - title: "2001.0-2"
4965       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4966     - title: "2005.0-3"
4967       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4968     - title: "2005.0-4"
4969       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
4970   comparisons:
4971     - title: "2005.0-4 vs 2005.0-3"
4972       reference: 2
4973       compare: 3
4974     - title: "2005.0-4 vs 2001.0-2"
4975       reference: 1
4976       compare: 3
4977 #  rca:
4978 #    - title: "RCA1"
4979 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca1.yaml"
4980 #    - title: "RCA2"
4981 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca2.yaml"
4982   legend:
4983     - 'Legend to Table:'
4984     - ''
4985     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4986     - '            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).'
4987     - '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.'
4988     - '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.'
4989 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4990 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4991
4992 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4993 - type: "table"
4994   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4995   algorithm: "table_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4999   columns:
5000     - title: "2001.0-2"
5001       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5002     - title: "2005.0-3"
5003       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5004     - title: "2005.0-4"
5005       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5006   comparisons:
5007     - title: "2005.0-4 vs 2005.0-3"
5008       reference: 2
5009       compare: 3
5010     - title: "2005.0-4 vs 2001.0-2"
5011       reference: 1
5012       compare: 3
5013 #  rca:
5014 #    - title: "RCA1"
5015 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca1.yaml"
5016 #    - title: "RCA2"
5017 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca2.yaml"
5018   legend:
5019     - 'Legend to Table:'
5020     - ''
5021     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5022     - '            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).'
5023     - '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.'
5024     - '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.'
5025 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5026 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5027
5028 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5029 - type: "table"
5030   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5031   algorithm: "table_comparison"
5032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5034   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5035   columns:
5036     - title: "2001.0-2"
5037       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5038     - title: "2005.0-3"
5039       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5040     - title: "2005.0-4"
5041       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5042   comparisons:
5043     - title: "2005.0-4 vs 2005.0-3"
5044       reference: 2
5045       compare: 3
5046     - title: "2005.0-4 vs 2001.0-2"
5047       reference: 1
5048       compare: 3
5049 #  rca:
5050 #    - title: "RCA1"
5051 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca1.yaml"
5052 #    - title: "RCA2"
5053 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca2.yaml"
5054   legend:
5055     - 'Legend to Table:'
5056     - ''
5057     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5058     - '            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).'
5059     - '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.'
5060     - '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.'
5061 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5062 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5063
5064 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5065 - type: "table"
5066   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5067   algorithm: "table_comparison"
5068   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5070   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5071   columns:
5072     - title: "2001.0-2"
5073       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5074     - title: "2005.0-3"
5075       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5076     - title: "2005.0-4"
5077       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5078   comparisons:
5079     - title: "2005.0-4 vs 2005.0-3"
5080       reference: 2
5081       compare: 3
5082     - title: "2005.0-4 vs 2001.0-2"
5083       reference: 1
5084       compare: 3
5085 #  rca:
5086 #    - title: "RCA1"
5087 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca1.yaml"
5088 #    - title: "RCA2"
5089 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca2.yaml"
5090   legend:
5091     - 'Legend to Table:'
5092     - ''
5093     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5094     - '            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).'
5095     - '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.'
5096     - '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.'
5097 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5098 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5099
5100 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
5101 - type: "table"
5102   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
5103   algorithm: "table_comparison"
5104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
5105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5106   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5107   columns:
5108     - title: "2001"
5109       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5110     - title: "2005"
5111       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5112   comparisons:
5113     - title: "Diff"
5114       reference: 1
5115       compare: 2
5116   legend:
5117     - "Legend to Table"
5118     - "2001, 2005 - VPP versions tested."
5119     - "Diff - difference between 2001 and 2005 VPP version."
5120
5121 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
5122 - type: "table"
5123   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
5124   algorithm: "table_comparison"
5125   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
5126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5127   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5128   columns:
5129     - title: "2001"
5130       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5131     - title: "2005"
5132       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5133   comparisons:
5134     - title: "Diff"
5135       reference: 1
5136       compare: 2
5137   legend:
5138     - "Legend to Table"
5139     - "2001, 2005 - VPP versions tested."
5140     - "Diff - difference between 2001 and 2005 VPP version."
5141
5142 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
5143 - type: "table"
5144   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
5145   algorithm: "table_comparison"
5146   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
5147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5148   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5149   columns:
5150     - title: "2001"
5151       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5152     - title: "2005"
5153       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5154   comparisons:
5155     - title: "Diff"
5156       reference: 1
5157       compare: 2
5158   legend:
5159     - "Legend to Table"
5160     - "2001, 2005 - VPP versions tested."
5161     - "Diff - difference between 2001 and 2005 VPP version."
5162
5163 # VPP Performance Changes 2n-dnv 1t1c mrr
5164 - type: "table"
5165   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5166   algorithm: "table_comparison"
5167   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5169   filter: "'1T1C'"
5170   columns:
5171     - title: "1908"
5172       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5173     - title: "2001"
5174       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5175     - title: "2005"
5176       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5177   comparisons:
5178     - title: "Diff"
5179       reference: 2
5180       compare: 3
5181   legend:
5182     - "Legend to Table"
5183     - "1908, 2001, 2005 - VPP versions tested."
5184     - "Diff - difference between 2001 and 2005 VPP version."
5185
5186 # VPP Performance Changes 2n-dnv 2t2c mrr
5187 - type: "table"
5188   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5189   algorithm: "table_comparison"
5190   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5192   filter: "'2T2C'"
5193   columns:
5194     - title: "1908"
5195       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5196     - title: "2001"
5197       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5198     - title: "2005"
5199       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5200   comparisons:
5201     - title: "Diff"
5202       reference: 2
5203       compare: 3
5204   legend:
5205     - "Legend to Table"
5206     - "1908, 2001, 2005 - VPP versions tested."
5207     - "Diff - difference between 2001 and 2005 VPP version."
5208
5209 # VPP Performance Changes 2n-dnv 4t4c mrr
5210 - type: "table"
5211   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5212   algorithm: "table_comparison"
5213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5214   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5215   filter: "'4T4C'"
5216   columns:
5217     - title: "1908"
5218       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5219     - title: "2001"
5220       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5221     - title: "2005"
5222       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5223   comparisons:
5224     - title: "Diff"
5225       reference: 2
5226       compare: 3
5227   legend:
5228     - "Legend to Table"
5229     - "1908, 2001, 2005 - VPP versions tested."
5230     - "Diff - difference between 2001 and 2005 VPP version."
5231
5232 # VPP Performance Changes 3n-dnv 1t1c mrr
5233 - type: "table"
5234   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5235   algorithm: "table_comparison"
5236   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5238   filter: "'1T1C'"
5239   columns:
5240     - title: "1908"
5241       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5242     - title: "2001"
5243       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5244     - title: "2005"
5245       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5246   comparisons:
5247     - title: "Diff"
5248       reference: 2
5249       compare: 3
5250   legend:
5251     - "Legend to Table"
5252     - "1908, 2001, 2005 - VPP versions tested."
5253     - "Diff - difference between 2001 and 2005 VPP version."
5254
5255 # VPP Performance Changes 3n-dnv 2t2c mrr
5256 - type: "table"
5257   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5258   algorithm: "table_comparison"
5259   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5261   filter: "'2T2C'"
5262   columns:
5263     - title: "1908"
5264       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5265     - title: "2001"
5266       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5267     - title: "2005"
5268       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5269   comparisons:
5270     - title: "Diff"
5271       reference: 2
5272       compare: 3
5273   legend:
5274     - "Legend to Table"
5275     - "1908, 2001, 2005 - VPP versions tested."
5276     - "Diff - difference between 2001 and 2005 VPP version."
5277
5278 # VPP Performance Changes 3n-dnv 4t4c mrr
5279 - type: "table"
5280   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5281   algorithm: "table_comparison"
5282   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5284   filter: "'4T4C'"
5285   columns:
5286     - title: "1908"
5287       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5288     - title: "2001"
5289       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5290     - title: "2005"
5291       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5292   comparisons:
5293     - title: "Diff"
5294       reference: 2
5295       compare: 3
5296   legend:
5297     - "Legend to Table"
5298     - "1908, 2001, 2005 - VPP versions tested."
5299     - "Diff - difference between 2001 and 2005 VPP version."
5300
5301 # VPP Performance Changes 3n-tsh 1t1c mrr
5302 - type: "table"
5303   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5304   algorithm: "table_comparison"
5305   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5307   filter: "'1T1C'"
5308   columns:
5309     - title: "1908.1-2"
5310       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5311     - title: "2001.0-2"
5312       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5313     - title: "2005.0-3"
5314       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5315     - title: "2005.0-4"
5316       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5317   comparisons:
5318     - title: "2005.0-4 vs 2005.0-3"
5319       reference: 3
5320       compare: 4
5321     - title: "2005.0-4 vs 2001.0-2"
5322       reference: 2
5323       compare: 4
5324 #  rca:
5325 #    - title: "RCA1"
5326 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca1.yaml"
5327 #    - title: "RCA2"
5328 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca2.yaml"
5329   legend:
5330     - 'Legend to Table:'
5331     - ''
5332     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
5333     - '            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).'
5334     - '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.'
5335     - '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.'
5336 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5337 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5338
5339 # VPP Performance Changes 3n-tsh 2t2c mrr
5340 - type: "table"
5341   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5342   algorithm: "table_comparison"
5343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5345   filter: "'2T2C'"
5346   columns:
5347     - title: "1908.1-2"
5348       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5349     - title: "2001.0-2"
5350       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5351     - title: "2005.0-3"
5352       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5353     - title: "2005.0-4"
5354       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5355   comparisons:
5356     - title: "2005.0-4 vs 2005.0-3"
5357       reference: 3
5358       compare: 4
5359     - title: "2005.0-4 vs 2001.0-2"
5360       reference: 2
5361       compare: 4
5362 #  rca:
5363 #    - title: "RCA1"
5364 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca1.yaml"
5365 #    - title: "RCA2"
5366 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca2.yaml"
5367   legend:
5368     - 'Legend to Table:'
5369     - ''
5370     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
5371     - '            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).'
5372     - '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.'
5373     - '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.'
5374 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5375 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5376
5377 # VPP Performance Changes 3n-tsh 4t4c mrr
5378 - type: "table"
5379   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5380   algorithm: "table_comparison"
5381   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5383   filter: "'4T4C'"
5384   columns:
5385     - title: "1908.1-2"
5386       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5387     - title: "2001.0-2"
5388       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5389     - title: "2005.0-3"
5390       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5391     - title: "2005.0-4"
5392       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5393   comparisons:
5394     - title: "2005.0-4 vs 2005.0-3"
5395       reference: 3
5396       compare: 4
5397     - title: "2005.0-4 vs 2001.0-2"
5398       reference: 2
5399       compare: 4
5400 #  rca:
5401 #    - title: "RCA1"
5402 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca1.yaml"
5403 #    - title: "RCA2"
5404 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca2.yaml"
5405   legend:
5406     - 'Legend to Table:'
5407     - ''
5408     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
5409     - '            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).'
5410     - '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.'
5411     - '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.'
5412 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5413 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5414
5415 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5416 - type: "table"
5417   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5418   algorithm: "table_comparison"
5419   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5421   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5422   columns:
5423     - title: "3n-hsw xl710"
5424       data-set: "vpp-compare-testbeds-mrr-ref"
5425       tag: "NIC_Intel-XL710"
5426     - title: "3n-skx xxv710"
5427       data-set: "vpp-compare-testbeds-mrr-cmp"
5428       tag: "NIC_Intel-XXV710"
5429   comparisons:
5430     - title: "Diff"
5431       reference: 1
5432       compare: 2
5433   legend:
5434     - "Legend to Table"
5435     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5436     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5437
5438 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5439 - type: "table"
5440   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5441   algorithm: "table_comparison"
5442   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5444   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5445   columns:
5446     - title: "3n-hsw xl710"
5447       data-set: "vpp-compare-testbeds-mrr-ref"
5448       tag: "NIC_Intel-XL710"
5449     - title: "3n-skx xxv710"
5450       data-set: "vpp-compare-testbeds-mrr-cmp"
5451       tag: "NIC_Intel-XXV710"
5452   comparisons:
5453     - title: "Diff"
5454       reference: 1
5455       compare: 2
5456   legend:
5457     - "Legend to Table"
5458     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5459     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5460
5461 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5462 - type: "table"
5463   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5464   algorithm: "table_comparison"
5465   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5467   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5468   columns:
5469     - title: "3n-hsw xl710"
5470       data-set: "vpp-compare-testbeds-mrr-ref"
5471       tag: "NIC_Intel-XL710"
5472     - title: "3n-skx xxv710"
5473       data-set: "vpp-compare-testbeds-mrr-cmp"
5474       tag: "NIC_Intel-XXV710"
5475   comparisons:
5476     - title: "Diff"
5477       reference: 1
5478       compare: 2
5479   legend:
5480     - "Legend to Table"
5481     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5482     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5483
5484 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5485 - type: "table"
5486   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5490   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5491   columns:
5492     - title: "2n-skx"
5493       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5494     - title: "2n-clx"
5495       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5496   comparisons:
5497     - title: "Diff"
5498       reference: 1
5499       compare: 2
5500   legend:
5501     - "Legend to Table"
5502     - "2n-skx, 2n-clx - testbeds and NICs tested."
5503     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5504
5505 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5506 - type: "table"
5507   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5508   algorithm: "table_comparison"
5509   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5511   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5512   columns:
5513     - title: "2n-skx"
5514       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5515     - title: "2n-clx"
5516       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5517   comparisons:
5518     - title: "Diff"
5519       reference: 1
5520       compare: 2
5521   legend:
5522     - "Legend to Table"
5523     - "2n-skx, 2n-clx - testbeds and NICs tested."
5524     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5525
5526 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5527 - type: "table"
5528   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5529   algorithm: "table_comparison"
5530   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5531   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5532   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5533   columns:
5534     - title: "2n-skx"
5535       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5536     - title: "2n-clx"
5537       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5538   comparisons:
5539     - title: "Diff"
5540       reference: 1
5541       compare: 2
5542   legend:
5543     - "Legend to Table"
5544     - "2n-skx, 2n-clx - testbeds and NICs tested."
5545     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5546
5547 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5548 - type: "table"
5549   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5550   algorithm: "table_comparison"
5551   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5553   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5554   columns:
5555     - title: "3n-skx"
5556       data-set: "vpp-compare-topologies-mrr-ref"
5557     - title: "2n-skx"
5558       data-set: "vpp-compare-topologies-mrr-cmp"
5559   comparisons:
5560     - title: "Diff"
5561       reference: 1
5562       compare: 2
5563   legend:
5564     - "Legend to Table"
5565     - "3n-skx, 2n-skx - topologies tested."
5566     - "Diff - difference between 3n-skx and 2n-skx topologies."
5567
5568 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5569 - type: "table"
5570   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5571   algorithm: "table_comparison"
5572   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5574   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5575   columns:
5576     - title: "3n-skx"
5577       data-set: "vpp-compare-topologies-mrr-ref"
5578     - title: "2n-skx"
5579       data-set: "vpp-compare-topologies-mrr-cmp"
5580   comparisons:
5581     - title: "Diff"
5582       reference: 1
5583       compare: 2
5584   legend:
5585     - "Legend to Table"
5586     - "3n-skx, 2n-skx - topologies tested."
5587     - "Diff - difference between 3n-skx and 2n-skx topologies."
5588
5589 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5590 - type: "table"
5591   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5592   algorithm: "table_comparison"
5593   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5595   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5596   columns:
5597     - title: "3n-skx"
5598       data-set: "vpp-compare-topologies-mrr-ref"
5599     - title: "2n-skx"
5600       data-set: "vpp-compare-topologies-mrr-cmp"
5601   comparisons:
5602     - title: "Diff"
5603       reference: 1
5604       compare: 2
5605   legend:
5606     - "Legend to Table"
5607     - "3n-skx, 2n-skx - topologies tested."
5608     - "Diff - difference between 3n-skx and 2n-skx topologies."
5609
5610 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5611 - type: "table"
5612   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5613   algorithm: "table_comparison"
5614   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5616   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5617   columns:
5618     - title: "3n-hsw xl710"
5619       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5620       tag: "NIC_Intel-XL710"
5621     - title: "2n-clx xxv710"
5622       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5623       tag: "NIC_Intel-XXV710"
5624   comparisons:
5625     - title: "Diff"
5626       reference: 1
5627       compare: 2
5628   legend:
5629     - "Legend to Table"
5630     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5631     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5632
5633 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5634 - type: "table"
5635   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5636   algorithm: "table_comparison"
5637   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5639   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5640   columns:
5641     - title: "3n-hsw xl710"
5642       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5643       tag: "NIC_Intel-XL710"
5644     - title: "2n-clx xxv710"
5645       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5646       tag: "NIC_Intel-XXV710"
5647   comparisons:
5648     - title: "Diff"
5649       reference: 1
5650       compare: 2
5651   legend:
5652     - "Legend to Table"
5653     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5654     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5655
5656 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5657 - type: "table"
5658   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5659   algorithm: "table_comparison"
5660   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5662   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5663   columns:
5664     - title: "3n-hsw xl710"
5665       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5666       tag: "NIC_Intel-XL710"
5667     - title: "2n-clx xxv710"
5668       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5669       tag: "NIC_Intel-XXV710"
5670   comparisons:
5671     - title: "Diff"
5672       reference: 1
5673       compare: 2
5674   legend:
5675     - "Legend to Table"
5676     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5677     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5678
5679 # Detailed Test Results - VPP Performance Results 3n-hsw
5680 - type: "table"
5681   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5682   algorithm: "table_merged_details"
5683   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5684   columns:
5685     - title: " |prein| Test Name |preout| "
5686       data: "data name"
5687     - 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| "
5688       data: "data msg"
5689   data: "vpp-perf-results-3n-hsw"
5690   filter: "all"
5691   parameters:
5692   - "name"
5693   - "parent"
5694   - "msg"
5695
5696 # Detailed Test Results - VPP Performance Results 3n-skx
5697 - type: "table"
5698   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5699   algorithm: "table_merged_details"
5700   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5701   columns:
5702     - title: " |prein| Test Name |preout| "
5703       data: "data name"
5704     - 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| "
5705       data: "data msg"
5706   data: "vpp-perf-results-3n-skx"
5707   filter: "all"
5708   remove-ndr: False
5709   parameters:
5710   - "name"
5711   - "parent"
5712   - "msg"
5713
5714 # Detailed Test Results - VPP Performance Results 2n-skx
5715 - type: "table"
5716   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5717   algorithm: "table_merged_details"
5718   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5719   columns:
5720     - title: " |prein| Test Name |preout| "
5721       data: "data name"
5722     - 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| "
5723       data: "data msg"
5724   data: "vpp-perf-results-2n-skx"
5725   filter: "all"
5726   remove-ndr: False
5727   parameters:
5728   - "name"
5729   - "parent"
5730   - "msg"
5731
5732 # Detailed Test Results - VPP Performance Results 2n-clx
5733 - type: "table"
5734   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5735   algorithm: "table_merged_details"
5736   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5737   columns:
5738     - title: " |prein| Test Name |preout| "
5739       data: "data name"
5740     - 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| "
5741       data: "data msg"
5742   data: "vpp-perf-results-2n-clx"
5743   filter: "all"
5744   parameters:
5745   - "name"
5746   - "parent"
5747   - "msg"
5748
5749 # Detailed Test Results - VPP Performance Results 3n-tsh
5750 - type: "table"
5751   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5752   algorithm: "table_merged_details"
5753   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5754   columns:
5755     - title: " |prein| Test Name |preout| "
5756       data: "data name"
5757     - 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| "
5758       data: "data msg"
5759   data: "vpp-perf-results-3n-tsh"
5760   filter: "all"
5761   parameters:
5762   - "name"
5763   - "parent"
5764   - "msg"
5765
5766 # Detailed Test Results - VPP Performance Results 3n-dnv
5767 - type: "table"
5768   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5769   algorithm: "table_merged_details"
5770   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5771   columns:
5772     - title: " |prein| Test Name |preout| "
5773       data: "data name"
5774     - 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| "
5775       data: "data msg"
5776   data: "vpp-perf-results-3n-dnv"
5777   filter: "all"
5778   parameters:
5779   - "name"
5780   - "parent"
5781   - "msg"
5782
5783 # Detailed Test Results - VPP Performance Results 2n-dnv
5784 - type: "table"
5785   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5786   algorithm: "table_merged_details"
5787   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5788   columns:
5789     - title: " |prein| Test Name |preout| "
5790       data: "data name"
5791     - 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| "
5792       data: "data msg"
5793   data: "vpp-perf-results-2n-dnv"
5794   filter: "all"
5795   parameters:
5796   - "name"
5797   - "parent"
5798   - "msg"
5799
5800 # Test configuration - VPP Performance Test Configs 3n-hsw
5801 - type: "table"
5802   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5803   algorithm: "table_merged_details"
5804   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5805   columns:
5806     - title: " |prein| Test Name |preout| "
5807       data: "data name"
5808     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5809       data: "data conf-history"
5810   data: "vpp-perf-results-3n-hsw"
5811   filter: "all"
5812   parameters:
5813   - "parent"
5814   - "name"
5815   - "conf-history"
5816
5817 # Test configuration - VPP Performance Test Configs 3n-skx
5818 - type: "table"
5819   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5820   algorithm: "table_merged_details"
5821   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5822   columns:
5823     - title: " |prein| Test Name |preout| "
5824       data: "data name"
5825     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5826       data: "data conf-history"
5827   data: "vpp-perf-results-3n-skx"
5828   filter: "all"
5829   parameters:
5830   - "parent"
5831   - "name"
5832   - "conf-history"
5833
5834 # Test configuration - VPP Performance Test Configs 2n-skx
5835 - type: "table"
5836   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5837   algorithm: "table_merged_details"
5838   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5839   columns:
5840     - title: " |prein| Test Name |preout| "
5841       data: "data name"
5842     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5843       data: "data conf-history"
5844   data: "vpp-perf-results-2n-skx"
5845   filter: "all"
5846   parameters:
5847   - "parent"
5848   - "name"
5849   - "conf-history"
5850
5851 # Test configuration - VPP Performance Test Configs 2n-clx
5852 - type: "table"
5853   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5854   algorithm: "table_merged_details"
5855   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5856   columns:
5857     - title: " |prein| Test Name |preout| "
5858       data: "data name"
5859     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5860       data: "data conf-history"
5861   data: "vpp-perf-results-2n-clx"
5862   filter: "all"
5863   parameters:
5864   - "parent"
5865   - "name"
5866   - "conf-history"
5867
5868 # Test configuration - VPP Performance Test Configs 3n-tsh
5869 - type: "table"
5870   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5871   algorithm: "table_merged_details"
5872   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5873   columns:
5874     - title: " |prein| Test Name |preout| "
5875       data: "data name"
5876     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5877       data: "data conf-history"
5878   data: "vpp-perf-results-3n-tsh"
5879   filter: "all"
5880   parameters:
5881   - "parent"
5882   - "name"
5883   - "conf-history"
5884
5885 # Test configuration - VPP Performance Test Configs 3n-dnv
5886 - type: "table"
5887   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5888   algorithm: "table_merged_details"
5889   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5890   columns:
5891     - title: " |prein| Test Name |preout| "
5892       data: "data name"
5893     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5894       data: "data conf-history"
5895   data: "vpp-perf-results-3n-dnv"
5896   filter: "all"
5897   parameters:
5898   - "parent"
5899   - "name"
5900   - "conf-history"
5901
5902 # Test configuration - VPP Performance Test Configs 2n-dnv
5903 - type: "table"
5904   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5905   algorithm: "table_merged_details"
5906   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5907   columns:
5908     - title: " |prein| Test Name |preout| "
5909       data: "data name"
5910     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5911       data: "data conf-history"
5912   data: "vpp-perf-results-2n-dnv"
5913   filter: "all"
5914   parameters:
5915   - "parent"
5916   - "name"
5917   - "conf-history"
5918
5919 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5920 - type: "table"
5921   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5922   algorithm: "table_oper_data_html"
5923   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5924   data: "vpp-perf-results-3n-hsw"
5925   filter: "all"
5926
5927 # Test Operational Data - VPP Performance Operational Data 3n-skx
5928 - type: "table"
5929   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5930   algorithm: "table_oper_data_html"
5931   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5932   data: "vpp-perf-results-3n-skx"
5933   filter: "all"
5934
5935 # Test Operational Data - VPP Performance Operational Data 2n-skx
5936 - type: "table"
5937   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5938   algorithm: "table_oper_data_html"
5939   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5940   data: "vpp-perf-results-2n-skx"
5941   filter: "all"
5942
5943 # Test Operational Data - VPP Performance Operational Data 2n-clx
5944 - type: "table"
5945   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5946   algorithm: "table_oper_data_html"
5947   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5948   data: "vpp-perf-results-2n-clx"
5949   filter: "all"
5950
5951 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5952 - type: "table"
5953   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5954   algorithm: "table_oper_data_html"
5955   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5956   data: "vpp-perf-results-3n-tsh"
5957   filter: "all"
5958
5959 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5960 - type: "table"
5961   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5962   algorithm: "table_oper_data_html"
5963   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5964   data: "vpp-perf-results-3n-dnv"
5965   filter: "all"
5966
5967 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5968 - type: "table"
5969   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5970   algorithm: "table_oper_data_html"
5971   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5972   data: "vpp-perf-results-2n-dnv"
5973   filter: "all"
5974
5975 # Detailed Test Results - VPP MRR Results 3n-hsw
5976 - type: "table"
5977   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5978   algorithm: "table_merged_details"
5979   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5980   columns:
5981     - title: " |prein| Test Name |preout| "
5982       data: "data name"
5983     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5984       data: "data msg"
5985   data: "vpp-mrr-results-3n-hsw"
5986   filter: "all"
5987   parameters:
5988   - "name"
5989   - "parent"
5990   - "msg"
5991
5992 # Detailed Test Results - VPP MRR Results 3n-skx
5993 - type: "table"
5994   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5995   algorithm: "table_merged_details"
5996   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5997   columns:
5998     - title: " |prein| Test Name |preout| "
5999       data: "data name"
6000     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6001       data: "data msg"
6002   data: "vpp-mrr-results-3n-skx"
6003   filter: "all"
6004   parameters:
6005   - "name"
6006   - "parent"
6007   - "msg"
6008
6009 # Detailed Test Results - VPP MRR Results 2n-skx
6010 - type: "table"
6011   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6012   algorithm: "table_merged_details"
6013   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6014   columns:
6015     - title: " |prein| Test Name |preout| "
6016       data: "data name"
6017     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6018       data: "data msg"
6019   data: "vpp-mrr-results-2n-skx"
6020   filter: "all"
6021   parameters:
6022   - "name"
6023   - "parent"
6024   - "msg"
6025
6026 # Detailed Test Results - VPP MRR Results 2n-clx
6027 - type: "table"
6028   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6029   algorithm: "table_merged_details"
6030   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6031   columns:
6032     - title: " |prein| Test Name |preout| "
6033       data: "data name"
6034     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6035       data: "data msg"
6036   data: "vpp-mrr-results-2n-clx"
6037   filter: "all"
6038   parameters:
6039   - "name"
6040   - "parent"
6041   - "msg"
6042
6043 # Detailed Test Results - VPP MRR Results 3n-tsh
6044 - type: "table"
6045   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6046   algorithm: "table_merged_details"
6047   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6048   columns:
6049     - title: " |prein| Test Name |preout| "
6050       data: "data name"
6051     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6052       data: "data msg"
6053   data: "vpp-mrr-results-3n-tsh"
6054   filter: "all"
6055   parameters:
6056   - "name"
6057   - "parent"
6058   - "msg"
6059
6060 # Detailed Test Results - VPP MRR Results 3n-dnv
6061 - type: "table"
6062   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6063   algorithm: "table_merged_details"
6064   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6065   columns:
6066     - title: " |prein| Test Name |preout| "
6067       data: "data name"
6068     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6069       data: "data msg"
6070   data: "vpp-mrr-results-3n-dnv"
6071   filter: "all"
6072   parameters:
6073   - "name"
6074   - "parent"
6075   - "msg"
6076
6077 # Detailed Test Results - VPP MRR Results 2n-dnv
6078 - type: "table"
6079   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6080   algorithm: "table_merged_details"
6081   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6082   columns:
6083     - title: " |prein| Test Name |preout| "
6084       data: "data name"
6085     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6086       data: "data msg"
6087   data: "vpp-mrr-results-2n-dnv"
6088   filter: "all"
6089   parameters:
6090   - "name"
6091   - "parent"
6092   - "msg"
6093
6094 # Test configuration - VPP MRR Test Configs 3n-hsw
6095 - type: "table"
6096   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6097   algorithm: "table_merged_details"
6098   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6099   columns:
6100     - title: " |prein| Test Name |preout| "
6101       data: "data name"
6102     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6103       data: "data conf-history"
6104   data: "vpp-mrr-results-3n-hsw"
6105   filter: "all"
6106   parameters:
6107   - "parent"
6108   - "name"
6109   - "conf-history"
6110
6111 # Test configuration - VPP MRR Test Configs 3n-skx
6112 - type: "table"
6113   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6114   algorithm: "table_merged_details"
6115   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6116   columns:
6117     - title: " |prein| Test Name |preout| "
6118       data: "data name"
6119     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6120       data: "data conf-history"
6121   data: "vpp-mrr-results-3n-skx"
6122   filter: "all"
6123   parameters:
6124   - "parent"
6125   - "name"
6126   - "conf-history"
6127
6128 # Test configuration - VPP MRR Test Configs 2n-skx
6129 - type: "table"
6130   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6131   algorithm: "table_merged_details"
6132   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6133   columns:
6134     - title: " |prein| Test Name |preout| "
6135       data: "data name"
6136     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6137       data: "data conf-history"
6138   data: "vpp-mrr-results-2n-skx"
6139   filter: "all"
6140   parameters:
6141   - "parent"
6142   - "name"
6143   - "conf-history"
6144
6145 # Test configuration - VPP MRR Test Configs 2n-clx
6146 - type: "table"
6147   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6148   algorithm: "table_merged_details"
6149   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6150   columns:
6151     - title: " |prein| Test Name |preout| "
6152       data: "data name"
6153     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6154       data: "data conf-history"
6155   data: "vpp-mrr-results-2n-clx"
6156   filter: "all"
6157   parameters:
6158   - "parent"
6159   - "name"
6160   - "conf-history"
6161
6162 # Test configuration - VPP MRR Test Configs 3n-tsh
6163 - type: "table"
6164   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6165   algorithm: "table_merged_details"
6166   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6167   columns:
6168     - title: " |prein| Test Name |preout| "
6169       data: "data name"
6170     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6171       data: "data conf-history"
6172   data: "vpp-mrr-results-3n-tsh"
6173   filter: "all"
6174   parameters:
6175   - "parent"
6176   - "name"
6177   - "conf-history"
6178
6179 # Test configuration - VPP MRR Test Configs 3n-dnv
6180 - type: "table"
6181   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6182   algorithm: "table_merged_details"
6183   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6184   columns:
6185     - title: " |prein| Test Name |preout| "
6186       data: "data name"
6187     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6188       data: "data conf-history"
6189   data: "vpp-mrr-results-3n-dnv"
6190   filter: "all"
6191   parameters:
6192   - "parent"
6193   - "name"
6194   - "conf-history"
6195
6196 # Test configuration - VPP MRR Test Configs 2n-dnv
6197 - type: "table"
6198   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6199   algorithm: "table_merged_details"
6200   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6201   columns:
6202     - title: " |prein| Test Name |preout| "
6203       data: "data name"
6204     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6205       data: "data conf-history"
6206   data: "vpp-mrr-results-2n-dnv"
6207   filter: "all"
6208   parameters:
6209   - "parent"
6210   - "name"
6211   - "conf-history"
6212
6213 # Detailed Test Results - VPP Device Results - Ubuntu
6214 - type: "table"
6215   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6216   algorithm: "table_merged_details"
6217   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6218   columns:
6219     - title: " |prein| Test Name |preout| "
6220       data: "data name"
6221     - title: " |prein| Status |preout| "
6222       data: "data status"
6223   data: "vpp-device-results-ubuntu"
6224   filter: "all"
6225   parameters:
6226   - "name"
6227   - "parent"
6228   - "doc"
6229   - "status"
6230
6231 # Test configuration - VPP Device Test Configs - Ubuntu
6232 - type: "table"
6233   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6234   algorithm: "table_merged_details"
6235   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6236   columns:
6237     - title: " |prein| Test Name |preout| "
6238       data: "data name"
6239     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6240       data: "data conf-history"
6241   data: "vpp-device-results-ubuntu"
6242   filter: "all"
6243   parameters:
6244   - "parent"
6245   - "name"
6246   - "conf-history"
6247
6248 ################################################################################
6249
6250 # DPDK Performance Changes 3n-hsw 1t1c pdr
6251 - type: "table"
6252   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6253   algorithm: "table_comparison"
6254   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6256   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6257   columns:
6258     - title: "1908"
6259       data-set: "dpdk-performance-changes-3n-hsw-h1"
6260     - title: "2001"
6261       data-set: "dpdk-performance-changes-3n-hsw-ref"
6262     - title: "2005"
6263       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6264   comparisons:
6265     - title: "Diff"
6266       reference: 2
6267       compare: 3
6268   legend:
6269     - "Legend to Table"
6270     - "1908, 2001, 2005 - DPDK versions tested."
6271     - "Diff - difference between 2001 and 2005 DPDK version."
6272
6273 # DPDK Performance Changes 3n-hsw 2t2c pdr
6274 - type: "table"
6275   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6276   algorithm: "table_comparison"
6277   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6279   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6280   columns:
6281     - title: "1908"
6282       data-set: "dpdk-performance-changes-3n-hsw-h1"
6283     - title: "2001"
6284       data-set: "dpdk-performance-changes-3n-hsw-ref"
6285     - title: "2005"
6286       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6287   comparisons:
6288     - title: "Diff"
6289       reference: 2
6290       compare: 3
6291   legend:
6292     - "Legend to Table"
6293     - "1908, 2001, 2005 - DPDK versions tested."
6294     - "Diff - difference between 2001 and 2005 DPDK version."
6295
6296 # DPDK Performance Changes 3n-hsw 1t1c pdr
6297 - type: "table"
6298   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6299   algorithm: "table_comparison"
6300   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6302   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6303   columns:
6304     - title: "1908"
6305       data-set: "dpdk-performance-changes-3n-hsw-h1"
6306     - title: "2001"
6307       data-set: "dpdk-performance-changes-3n-hsw-ref"
6308     - title: "2005"
6309       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6310   comparisons:
6311     - title: "Diff"
6312       reference: 2
6313       compare: 3
6314   legend:
6315     - "Legend to Table"
6316     - "1908, 2001, 2005 - DPDK versions tested."
6317     - "Diff - difference between 2001 and 2005 DPDK version."
6318
6319 # DPDK Performance Changes 3n-hsw 2t2c ndr
6320 - type: "table"
6321   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6322   algorithm: "table_comparison"
6323   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6325   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6326   columns:
6327     - title: "1908"
6328       data-set: "dpdk-performance-changes-3n-hsw-h1"
6329     - title: "2001"
6330       data-set: "dpdk-performance-changes-3n-hsw-ref"
6331     - title: "2005"
6332       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6333   comparisons:
6334     - title: "Diff"
6335       reference: 2
6336       compare: 3
6337   legend:
6338     - "Legend to Table"
6339     - "1908, 2001, 2005 - DPDK versions tested."
6340     - "Diff - difference between 2001 and 2005 DPDK version."
6341
6342 # DPDK Performance Changes 3n-skx 2t1c pdr
6343 - type: "table"
6344   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6345   algorithm: "table_comparison"
6346   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6348   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6349   columns:
6350     - title: "1908"
6351       data-set: "dpdk-performance-changes-3n-skx-h1"
6352     - title: "2001"
6353       data-set: "dpdk-performance-changes-3n-skx-ref"
6354     - title: "2005"
6355       data-set: "dpdk-performance-changes-3n-skx-cmp"
6356   comparisons:
6357     - title: "Diff"
6358       reference: 2
6359       compare: 3
6360   legend:
6361     - "Legend to Table"
6362     - "1908, 2001, 2005 - DPDK versions tested."
6363     - "Diff - difference between 2001 and 2005 DPDK version."
6364
6365 # DPDK Performance Changes 3n-skx 4t2c pdr
6366 - type: "table"
6367   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6368   algorithm: "table_comparison"
6369   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6371   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6372   columns:
6373     - title: "1908"
6374       data-set: "dpdk-performance-changes-3n-skx-h1"
6375     - title: "2001"
6376       data-set: "dpdk-performance-changes-3n-skx-ref"
6377     - title: "2005"
6378       data-set: "dpdk-performance-changes-3n-skx-cmp"
6379   comparisons:
6380     - title: "Diff"
6381       reference: 2
6382       compare: 3
6383   legend:
6384     - "Legend to Table"
6385     - "1908, 2001, 2005 - DPDK versions tested."
6386     - "Diff - difference between 2001 and 2005 DPDK version."
6387
6388 # DPDK Performance Changes 3n-skx 2t1c ndr
6389 - type: "table"
6390   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6391   algorithm: "table_comparison"
6392   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6394   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6395   columns:
6396     - title: "1908"
6397       data-set: "dpdk-performance-changes-3n-skx-h1"
6398     - title: "2001"
6399       data-set: "dpdk-performance-changes-3n-skx-ref"
6400     - title: "2005"
6401       data-set: "dpdk-performance-changes-3n-skx-cmp"
6402   comparisons:
6403     - title: "Diff"
6404       reference: 2
6405       compare: 3
6406   legend:
6407     - "Legend to Table"
6408     - "1908, 2001, 2005 - DPDK versions tested."
6409     - "Diff - difference between 2001 and 2005 DPDK version."
6410
6411 # DPDK Performance Changes 3n-skx 4t2c ndr
6412 - type: "table"
6413   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6414   algorithm: "table_comparison"
6415   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6417   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6418   columns:
6419     - title: "1908"
6420       data-set: "dpdk-performance-changes-3n-skx-h1"
6421     - title: "2001"
6422       data-set: "dpdk-performance-changes-3n-skx-ref"
6423     - title: "2005"
6424       data-set: "dpdk-performance-changes-3n-skx-cmp"
6425   comparisons:
6426     - title: "Diff"
6427       reference: 2
6428       compare: 3
6429   legend:
6430     - "Legend to Table"
6431     - "1908, 2001, 2005 - DPDK versions tested."
6432     - "Diff - difference between 2001 and 2005 DPDK version."
6433
6434 # DPDK Performance Changes 2n-skx 2t1c pdr
6435 - type: "table"
6436   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6437   algorithm: "table_comparison"
6438   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6440   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6441   columns:
6442     - title: "1908"
6443       data-set: "dpdk-performance-changes-2n-skx-h1"
6444     - title: "2001"
6445       data-set: "dpdk-performance-changes-2n-skx-ref"
6446     - title: "2005"
6447       data-set: "dpdk-performance-changes-2n-skx-cmp"
6448   comparisons:
6449     - title: "Diff"
6450       reference: 2
6451       compare: 3
6452   legend:
6453     - "Legend to Table"
6454     - "1908, 2001, 2005 - DPDK versions tested."
6455     - "Diff - difference between 2001 and 2005 DPDK version."
6456
6457 # DPDK Performance Changes 2n-skx 4t2c pdr
6458 - type: "table"
6459   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6460   algorithm: "table_comparison"
6461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6463   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6464   columns:
6465     - title: "1908"
6466       data-set: "dpdk-performance-changes-2n-skx-h1"
6467     - title: "2001"
6468       data-set: "dpdk-performance-changes-2n-skx-ref"
6469     - title: "2005"
6470       data-set: "dpdk-performance-changes-2n-skx-cmp"
6471   comparisons:
6472     - title: "Diff"
6473       reference: 2
6474       compare: 3
6475   legend:
6476     - "Legend to Table"
6477     - "1908, 2001, 2005 - DPDK versions tested."
6478     - "Diff - difference between 2001 and 2005 DPDK version."
6479
6480 # DPDK Performance Changes 2n-skx 2t1c ndr
6481 - type: "table"
6482   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6483   algorithm: "table_comparison"
6484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6486   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6487   columns:
6488     - title: "1908"
6489       data-set: "dpdk-performance-changes-2n-skx-h1"
6490     - title: "2001"
6491       data-set: "dpdk-performance-changes-2n-skx-ref"
6492     - title: "2005"
6493       data-set: "dpdk-performance-changes-2n-skx-cmp"
6494   comparisons:
6495     - title: "Diff"
6496       reference: 2
6497       compare: 3
6498   legend:
6499     - "Legend to Table"
6500     - "1908, 2001, 2005 - DPDK versions tested."
6501     - "Diff - difference between 2001 and 2005 DPDK version."
6502
6503 # DPDK Performance Changes 2n-skx 4t2c ndr
6504 - type: "table"
6505   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6506   algorithm: "table_comparison"
6507   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6509   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6510   columns:
6511     - title: "1908"
6512       data-set: "dpdk-performance-changes-2n-skx-h1"
6513     - title: "2001"
6514       data-set: "dpdk-performance-changes-2n-skx-ref"
6515     - title: "2005"
6516       data-set: "dpdk-performance-changes-2n-skx-cmp"
6517   comparisons:
6518     - title: "Diff"
6519       reference: 2
6520       compare: 3
6521   legend:
6522     - "Legend to Table"
6523     - "1908, 2001, 2005 - DPDK versions tested."
6524     - "Diff - difference between 2001 and 2005 DPDK version."
6525
6526 # DPDK Performance Changes 2n-clx 2t1c pdr
6527 - type: "table"
6528   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6529   algorithm: "table_comparison"
6530   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6532   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6533   columns:
6534     - title: "2001"
6535       data-set: "dpdk-performance-changes-2n-clx-ref"
6536     - title: "2005"
6537       data-set: "dpdk-performance-changes-2n-clx-cmp"
6538   comparisons:
6539     - title: "Diff"
6540       reference: 1
6541       compare: 2
6542   legend:
6543     - "Legend to Table"
6544     - "2001, 2005 - DPDK versions tested."
6545     - "Diff - difference between 2001 and 2005 DPDK version."
6546
6547 # DPDK Performance Changes 2n-clx 4t2c pdr
6548 - type: "table"
6549   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6550   algorithm: "table_comparison"
6551   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6553   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6554   columns:
6555     - title: "2001"
6556       data-set: "dpdk-performance-changes-2n-clx-ref"
6557     - title: "2005"
6558       data-set: "dpdk-performance-changes-2n-clx-cmp"
6559   comparisons:
6560     - title: "Diff"
6561       reference: 1
6562       compare: 2
6563   legend:
6564     - "Legend to Table"
6565     - "2001, 2005 - DPDK versions tested."
6566     - "Diff - difference between 2001 and 2005 DPDK version."
6567
6568 # DPDK Performance Changes 2n-clx 2t1c ndr
6569 - type: "table"
6570   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6571   algorithm: "table_comparison"
6572   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6574   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6575   columns:
6576     - title: "2001"
6577       data-set: "dpdk-performance-changes-2n-clx-ref"
6578     - title: "2005"
6579       data-set: "dpdk-performance-changes-2n-clx-cmp"
6580   comparisons:
6581     - title: "Diff"
6582       reference: 1
6583       compare: 2
6584   legend:
6585     - "Legend to Table"
6586     - "2001, 2005 - DPDK versions tested."
6587     - "Diff - difference between 2001 and 2005 DPDK version."
6588
6589 # DPDK Performance Changes 2n-clx 4t2c ndr
6590 - type: "table"
6591   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6592   algorithm: "table_comparison"
6593   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6595   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6596   columns:
6597     - title: "2001"
6598       data-set: "dpdk-performance-changes-2n-clx-ref"
6599     - title: "2005"
6600       data-set: "dpdk-performance-changes-2n-clx-cmp"
6601   comparisons:
6602     - title: "Diff"
6603       reference: 1
6604       compare: 2
6605   legend:
6606     - "Legend to Table"
6607     - "2001, 2005 - DPDK versions tested."
6608     - "Diff - difference between 2001 and 2005 DPDK version."
6609
6610 # DPDK Performance Changes 2n-dnv 1t1c pdr
6611 - type: "table"
6612   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6613   algorithm: "table_comparison"
6614   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6616   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6617   columns:
6618     - title: "2001"
6619       data-set: "dpdk-performance-changes-2n-dnv-ref"
6620     - title: "2005"
6621       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6622   comparisons:
6623     - title: "Diff"
6624       reference: 1
6625       compare: 2
6626   legend:
6627     - "Legend to Table"
6628     - "2001, 2005 - DPDK versions tested."
6629     - "Diff - difference between 2001 and 2005 DPDK version."
6630
6631 # DPDK Performance Changes 2n-dnv 2t2c pdr
6632 - type: "table"
6633   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6634   algorithm: "table_comparison"
6635   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6637   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6638   columns:
6639     - title: "2001"
6640       data-set: "dpdk-performance-changes-2n-dnv-ref"
6641     - title: "2005"
6642       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6643   comparisons:
6644     - title: "Diff"
6645       reference: 1
6646       compare: 2
6647   legend:
6648     - "Legend to Table"
6649     - "2001, 2005 - DPDK versions tested."
6650     - "Diff - difference between 2001 and 2005 DPDK version."
6651
6652 # DPDK Performance Changes 2n-dnv 1t1c ndr
6653 - type: "table"
6654   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6655   algorithm: "table_comparison"
6656   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6658   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6659   columns:
6660     - title: "2001"
6661       data-set: "dpdk-performance-changes-2n-dnv-ref"
6662     - title: "2005"
6663       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6664   comparisons:
6665     - title: "Diff"
6666       reference: 1
6667       compare: 2
6668   legend:
6669     - "Legend to Table"
6670     - "2001, 2005 - DPDK versions tested."
6671     - "Diff - difference between 2001 and 2005 DPDK version."
6672
6673 # DPDK Performance Changes 2n-dnv 2t2c ndr
6674 - type: "table"
6675   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6676   algorithm: "table_comparison"
6677   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6679   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6680   columns:
6681     - title: "2001"
6682       data-set: "dpdk-performance-changes-2n-dnv-ref"
6683     - title: "2005"
6684       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6685   comparisons:
6686     - title: "Diff"
6687       reference: 1
6688       compare: 2
6689   legend:
6690     - "Legend to Table"
6691     - "2001, 2005 - DPDK versions tested."
6692     - "Diff - difference between 2001 and 2005 DPDK version."
6693
6694 # DPDK Performance Changes 3n-dnv 1t1c pdr
6695 - type: "table"
6696   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6697   algorithm: "table_comparison"
6698   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6700   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6701   columns:
6702     - title: "2001"
6703       data-set: "dpdk-performance-changes-3n-dnv-ref"
6704     - title: "2005"
6705       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6706   comparisons:
6707     - title: "Diff"
6708       reference: 1
6709       compare: 2
6710   legend:
6711     - "Legend to Table"
6712     - "2001, 2005 - DPDK versions tested."
6713     - "Diff - difference between 2001 and 2005 DPDK version."
6714
6715 # DPDK Performance Changes 3n-dnv 2t2c pdr
6716 - type: "table"
6717   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6718   algorithm: "table_comparison"
6719   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6721   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6722   columns:
6723     - title: "2001"
6724       data-set: "dpdk-performance-changes-3n-dnv-ref"
6725     - title: "2005"
6726       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6727   comparisons:
6728     - title: "Diff"
6729       reference: 1
6730       compare: 2
6731   legend:
6732     - "Legend to Table"
6733     - "2001, 2005 - DPDK versions tested."
6734     - "Diff - difference between 2001 and 2005 DPDK version."
6735
6736 # DPDK Performance Changes 3n-dnv 1t1c ndr
6737 - type: "table"
6738   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6739   algorithm: "table_comparison"
6740   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6742   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6743   columns:
6744     - title: "2001"
6745       data-set: "dpdk-performance-changes-3n-dnv-ref"
6746     - title: "2005"
6747       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6748   comparisons:
6749     - title: "Diff"
6750       reference: 1
6751       compare: 2
6752   legend:
6753     - "Legend to Table"
6754     - "2001, 2005 - DPDK versions tested."
6755     - "Diff - difference between 2001 and 2005 DPDK version."
6756
6757 # DPDK Performance Changes 3n-dnv 2t2c ndr
6758 - type: "table"
6759   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6760   algorithm: "table_comparison"
6761   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6763   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6764   columns:
6765     - title: "2001"
6766       data-set: "dpdk-performance-changes-3n-dnv-ref"
6767     - title: "2005"
6768       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6769   comparisons:
6770     - title: "Diff"
6771       reference: 1
6772       compare: 2
6773   legend:
6774     - "Legend to Table"
6775     - "2001, 2005 - DPDK versions tested."
6776     - "Diff - difference between 2001 and 2005 DPDK version."
6777
6778 # DPDK Performance Changes 3n-tsh 1t1c pdr
6779 - type: "table"
6780   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6781   algorithm: "table_comparison"
6782   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6784   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6785   columns:
6786     - title: "2001"
6787       data-set: "dpdk-performance-changes-3n-tsh-ref"
6788     - title: "2005"
6789       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6790   comparisons:
6791     - title: "Diff"
6792       reference: 1
6793       compare: 2
6794   legend:
6795     - "Legend to Table"
6796     - "2001, 2005 - DPDK versions tested."
6797     - "Diff - difference between 2001 and 2005 DPDK version."
6798
6799 # DPDK Performance Changes 3n-tsh 2t2c pdr
6800 - type: "table"
6801   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6802   algorithm: "table_comparison"
6803   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6805   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6806   columns:
6807     - title: "2001"
6808       data-set: "dpdk-performance-changes-3n-tsh-ref"
6809     - title: "2005"
6810       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6811   comparisons:
6812     - title: "Diff"
6813       reference: 1
6814       compare: 2
6815   legend:
6816     - "Legend to Table"
6817     - "2001, 2005 - DPDK versions tested."
6818     - "Diff - difference between 2001 and 2005 DPDK version."
6819
6820 # DPDK Performance Changes 3n-tsh 1t1c ndr
6821 - type: "table"
6822   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6823   algorithm: "table_comparison"
6824   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6826   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6827   columns:
6828     - title: "2001"
6829       data-set: "dpdk-performance-changes-3n-tsh-ref"
6830     - title: "2005"
6831       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6832   comparisons:
6833     - title: "Diff"
6834       reference: 1
6835       compare: 2
6836   legend:
6837     - "Legend to Table"
6838     - "2001, 2005 - DPDK versions tested."
6839     - "Diff - difference between 2001 and 2005 DPDK version."
6840
6841 # DPDK Performance Changes 3n-tsh 2t2c ndr
6842 - type: "table"
6843   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6844   algorithm: "table_comparison"
6845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6847   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6848   columns:
6849     - title: "2001"
6850       data-set: "dpdk-performance-changes-3n-tsh-ref"
6851     - title: "2005"
6852       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6853   comparisons:
6854     - title: "Diff"
6855       reference: 1
6856       compare: 2
6857   legend:
6858     - "Legend to Table"
6859     - "2001, 2005 - DPDK versions tested."
6860     - "Diff - difference between 2001 and 2005 DPDK version."
6861
6862 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6863 - type: "table"
6864   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6865   algorithm: "table_comparison"
6866   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6868   filter: "'NIC_Intel-X710'"
6869   columns:
6870     - title: "3n-hsw x710"
6871       data-set: "dpdk-compare-testbeds-ref"
6872     - title: "3n-skx x710"
6873       data-set: "dpdk-compare-testbeds-cmp"
6874   comparisons:
6875     - title: "Diff"
6876       reference: 1
6877       compare: 2
6878   legend:
6879     - "Legend to Table"
6880     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6881     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6882
6883 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6884 - type: "table"
6885   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6886   algorithm: "table_comparison"
6887   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6889   filter: "'NIC_Intel-X710'"
6890   columns:
6891     - title: "3n-hsw x710"
6892       data-set: "dpdk-compare-testbeds-ref"
6893     - title: "3n-skx x710"
6894       data-set: "dpdk-compare-testbeds-cmp"
6895   comparisons:
6896     - title: "Diff"
6897       reference: 1
6898       compare: 2
6899   legend:
6900     - "Legend to Table"
6901     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6902     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6903
6904 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6905 - type: "table"
6906   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6907   algorithm: "table_comparison"
6908   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6910   filter: "'NIC_Intel-XXV710'"
6911   columns:
6912     - title: "2n-skx"
6913       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6914     - title: "2n-clx"
6915       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6916   comparisons:
6917     - title: "Diff"
6918       reference: 1
6919       compare: 2
6920   legend:
6921     - "Legend to Table"
6922     - "2n-skx, 2n-clx - testbeds and NICs tested."
6923     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6924
6925 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6926 - type: "table"
6927   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6928   algorithm: "table_comparison"
6929   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6931   filter: "'NIC_Intel-XXV710'"
6932   columns:
6933     - title: "2n-skx"
6934       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6935     - title: "2n-clx"
6936       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6937   comparisons:
6938     - title: "Diff"
6939       reference: 1
6940       compare: 2
6941   legend:
6942     - "Legend to Table"
6943     - "2n-skx, 2n-clx - testbeds and NICs tested."
6944     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6945
6946 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6947 - type: "table"
6948   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6949   algorithm: "table_comparison"
6950   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6952   filter: "'NIC_Intel-XXV710'"
6953   columns:
6954     - title: "3n-skx"
6955       data-set: "dpdk-compare-topologies-ref"
6956     - title: "2n-skx"
6957       data-set: "dpdk-compare-topologies-cmp"
6958   comparisons:
6959     - title: "Diff"
6960       reference: 1
6961       compare: 2
6962   legend:
6963     - "Legend to Table"
6964     - "3n-skx, 2n-skx - topologies tested."
6965     - "Diff - difference between 3n-skx and 2n-skx topologies."
6966
6967 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6968 - type: "table"
6969   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6970   algorithm: "table_comparison"
6971   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6973   filter: "'NIC_Intel-XXV710'"
6974   columns:
6975     - title: "3n-skx"
6976       data-set: "dpdk-compare-topologies-ref"
6977     - title: "2n-skx"
6978       data-set: "dpdk-compare-topologies-cmp"
6979   comparisons:
6980     - title: "Diff"
6981       reference: 1
6982       compare: 2
6983   legend:
6984     - "Legend to Table"
6985     - "3n-skx, 2n-skx - topologies tested."
6986     - "Diff - difference between 3n-skx and 2n-skx topologies."
6987
6988 # Detailed Test Results - DPDK Performance Results 3n-hsw
6989 - type: "table"
6990   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6991   algorithm: "table_merged_details"
6992   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6993   columns:
6994     - title: " |prein| Test Name |preout| "
6995       data: "data name"
6996     - 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| "
6997       data: "data msg"
6998   data: "dpdk-perf-results-3n-hsw"
6999   filter: "all"
7000   parameters:
7001   - "name"
7002   - "parent"
7003   - "msg"
7004
7005 # Detailed Test Results - DPDK Performance Results 3n-skx
7006 - type: "table"
7007   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7008   algorithm: "table_merged_details"
7009   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7010   columns:
7011     - title: " |prein| Test Name |preout| "
7012       data: "data name"
7013     - 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| "
7014       data: "data msg"
7015   data: "dpdk-perf-results-3n-skx"
7016   filter: "all"
7017   remove-ndr: False
7018   parameters:
7019   - "name"
7020   - "parent"
7021   - "msg"
7022
7023 # Detailed Test Results - DPDK Performance Results 2n-skx
7024 - type: "table"
7025   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7026   algorithm: "table_merged_details"
7027   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7028   columns:
7029     - title: " |prein| Test Name |preout| "
7030       data: "data name"
7031     - 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| "
7032       data: "data msg"
7033   data: "dpdk-perf-results-2n-skx"
7034   filter: "all"
7035   remove-ndr: False
7036   parameters:
7037   - "name"
7038   - "parent"
7039   - "msg"
7040
7041 # Detailed Test Results - DPDK Performance Results 2n-clx
7042 - type: "table"
7043   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7044   algorithm: "table_merged_details"
7045   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7046   columns:
7047     - title: " |prein| Test Name |preout| "
7048       data: "data name"
7049     - 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| "
7050       data: "data msg"
7051   data: "dpdk-perf-results-2n-clx"
7052   filter: "all"
7053   parameters:
7054   - "name"
7055   - "parent"
7056   - "msg"
7057
7058 # Detailed Test Results - DPDK Performance Results 2n-dnv
7059 - type: "table"
7060   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7061   algorithm: "table_merged_details"
7062   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7063   columns:
7064     - title: " |prein| Test Name |preout| "
7065       data: "data name"
7066     - 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| "
7067       data: "data msg"
7068   data: "dpdk-perf-results-2n-dnv"
7069   filter: "all"
7070   parameters:
7071   - "name"
7072   - "parent"
7073   - "msg"
7074
7075 # Detailed Test Results - DPDK Performance Results 3n-dnv
7076 - type: "table"
7077   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7078   algorithm: "table_merged_details"
7079   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7080   columns:
7081     - title: " |prein| Test Name |preout| "
7082       data: "data name"
7083     - 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| "
7084       data: "data msg"
7085   data: "dpdk-perf-results-3n-dnv"
7086   filter: "all"
7087   parameters:
7088   - "name"
7089   - "parent"
7090   - "msg"
7091
7092 # Detailed Test Results - DPDK Performance Results 3n-tsh
7093 - type: "table"
7094   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7095   algorithm: "table_merged_details"
7096   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7097   columns:
7098     - title: " |prein| Test Name |preout| "
7099       data: "data name"
7100     - 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| "
7101       data: "data msg"
7102   data: "dpdk-perf-results-3n-tsh"
7103   filter: "all"
7104   parameters:
7105   - "name"
7106   - "parent"
7107   - "msg"
7108
7109 ################################################################################
7110 ###                                F I L E S                                 ###
7111 ################################################################################
7112
7113 # VPP Performance Results
7114 - type: "file"
7115   title: "VPP Performance Results"
7116   algorithm: "file_details_split"
7117   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7118   dir-tables:
7119     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7120     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7121     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7122     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7123     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7124     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7125     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7126   data:
7127     - "vpp-perf-results-2n-skx"
7128     - "vpp-perf-results-3n-skx"
7129     - "vpp-perf-results-2n-clx"
7130     - "vpp-perf-results-3n-hsw"
7131     - "vpp-perf-results-3n-tsh"
7132     - "vpp-perf-results-2n-dnv"
7133     - "vpp-perf-results-3n-dnv"
7134   filter: "all"
7135   data-start-level: 4
7136   order-chapters:
7137     level-1:
7138       - "l2"
7139       - "ip4"
7140       - "ip6"
7141       - "srv6"
7142       - "ip4_tunnels"
7143       - "ip6_tunnels"
7144       - "vm_vhost"
7145       - "container_memif"
7146       - "crypto"
7147       - "vts"
7148       - "lb"
7149       - "nfv_density"
7150       - "hoststack"
7151     level-2:
7152       - "2n-skx"
7153       - "3n-skx"
7154       - "2n-clx"
7155       - "3n-hsw"
7156       - "3n-tsh"
7157       - "2n-dnv"
7158       - "3n-dnv"
7159     level-3:
7160       - "xl710"
7161       - "x520"
7162       - "xxv710"
7163       - "x710"
7164       - "x553"
7165       - "cx556a"
7166       - "vic1227"
7167       - "vic1385"
7168
7169 # VPP Performance Configuration
7170 - type: "file"
7171   title: "VPP Performance Configuration"
7172   algorithm: "file_details_split"
7173   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7174   dir-tables:
7175     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7176     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7177     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7178     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7179     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7180     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7181     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7182   data:
7183     - "vpp-perf-results-2n-skx"
7184     - "vpp-perf-results-3n-skx"
7185     - "vpp-perf-results-2n-clx"
7186     - "vpp-perf-results-3n-hsw"
7187     - "vpp-perf-results-3n-tsh"
7188     - "vpp-perf-results-2n-dnv"
7189     - "vpp-perf-results-3n-dnv"
7190   filter: "all"
7191   data-start-level: 4
7192   order-chapters:
7193     level-1:
7194       - "l2"
7195       - "ip4"
7196       - "ip6"
7197       - "srv6"
7198       - "ip4_tunnels"
7199       - "ip6_tunnels"
7200       - "vm_vhost"
7201       - "container_memif"
7202       - "crypto"
7203       - "vts"
7204       - "lb"
7205       - "nfv_density"
7206       - "hoststack"
7207     level-2:
7208       - "2n-skx"
7209       - "3n-skx"
7210       - "2n-clx"
7211       - "3n-hsw"
7212       - "3n-tsh"
7213       - "2n-dnv"
7214       - "3n-dnv"
7215     level-3:
7216       - "xl710"
7217       - "x520"
7218       - "xxv710"
7219       - "x710"
7220       - "x553"
7221       - "cx556a"
7222       - "vic1227"
7223       - "vic1385"
7224
7225 # VPP Performance Operational
7226 - type: "file"
7227   title: "VPP Performance Operational"
7228   algorithm: "file_details_split_html"
7229   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7230   dir-tables:
7231     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7232     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7233     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7234     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7235     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7236     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7237     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7238   data:
7239     - "vpp-perf-results-2n-skx"
7240     - "vpp-perf-results-3n-skx"
7241     - "vpp-perf-results-2n-clx"
7242     - "vpp-perf-results-3n-hsw"
7243     - "vpp-perf-results-3n-tsh"
7244     - "vpp-perf-results-2n-dnv"
7245     - "vpp-perf-results-3n-dnv"
7246   filter: "all"
7247   data-start-level: 4
7248   order-chapters:
7249     level-1:
7250       - "l2"
7251       - "ip4"
7252       - "ip6"
7253       - "srv6"
7254       - "ip4_tunnels"
7255       - "ip6_tunnels"
7256       - "vm_vhost"
7257       - "container_memif"
7258       - "crypto"
7259       - "vts"
7260       - "lb"
7261       - "nfv_density"
7262       - "hoststack"
7263     level-2:
7264       - "2n-skx"
7265       - "3n-skx"
7266       - "2n-clx"
7267       - "3n-hsw"
7268       - "3n-tsh"
7269       - "2n-dnv"
7270       - "3n-dnv"
7271     level-3:
7272       - "xl710"
7273       - "x520"
7274       - "xxv710"
7275       - "x710"
7276       - "x553"
7277       - "cx556a"
7278       - "vic1227"
7279       - "vic1385"
7280
7281 # VPP MRR Results
7282 - type: "file"
7283   title: "VPP MRR Results"
7284   algorithm: "file_details_split"
7285   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7286   dir-tables:
7287     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7288     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7289     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7290     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7291     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7292     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7293     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7294   data:
7295     - "vpp-mrr-results-2n-skx"
7296     - "vpp-mrr-results-3n-skx"
7297     - "vpp-mrr-results-2n-clx"
7298     - "vpp-mrr-results-3n-hsw"
7299     - "vpp-mrr-results-3n-tsh"
7300     - "vpp-mrr-results-2n-dnv"
7301     - "vpp-mrr-results-3n-dnv"
7302   filter: "all"
7303   data-start-level: 4
7304   order-chapters:
7305     level-1:
7306       - "l2"
7307       - "ip4"
7308       - "ip6"
7309       - "srv6"
7310       - "ip4_tunnels"
7311       - "ip6_tunnels"
7312       - "vm_vhost"
7313       - "container_memif"
7314       - "crypto"
7315       - "vts"
7316       - "lb"
7317       - "nfv_density"
7318       - "hoststack"
7319     level-2:
7320       - "2n-skx"
7321       - "3n-skx"
7322       - "2n-clx"
7323       - "3n-hsw"
7324       - "3n-tsh"
7325       - "2n-dnv"
7326       - "3n-dnv"
7327     level-3:
7328       - "xl710"
7329       - "x520"
7330       - "xxv710"
7331       - "x710"
7332       - "x553"
7333       - "cx556a"
7334       - "vic1227"
7335       - "vic1385"
7336
7337 # VPP MRR Configuration
7338 - type: "file"
7339   title: "VPP MRR Configuration"
7340   algorithm: "file_details_split"
7341   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7342   dir-tables:
7343     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7344     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7345     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7346     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7347     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7348     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7349     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7350   data:
7351     - "vpp-mrr-results-2n-skx"
7352     - "vpp-mrr-results-3n-skx"
7353     - "vpp-mrr-results-2n-clx"
7354     - "vpp-mrr-results-3n-hsw"
7355     - "vpp-mrr-results-3n-tsh"
7356     - "vpp-mrr-results-2n-dnv"
7357     - "vpp-mrr-results-3n-dnv"
7358   filter: "all"
7359   data-start-level: 4
7360   order-chapters:
7361     level-1:
7362       - "l2"
7363       - "ip4"
7364       - "ip6"
7365       - "srv6"
7366       - "ip4_tunnels"
7367       - "ip6_tunnels"
7368       - "vm_vhost"
7369       - "container_memif"
7370       - "crypto"
7371       - "vts"
7372       - "lb"
7373       - "nfv_density"
7374       - "hoststack"
7375     level-2:
7376       - "2n-skx"
7377       - "3n-skx"
7378       - "2n-clx"
7379       - "3n-hsw"
7380       - "3n-tsh"
7381       - "2n-dnv"
7382       - "3n-dnv"
7383     level-3:
7384       - "xl710"
7385       - "x520"
7386       - "xxv710"
7387       - "x710"
7388       - "x553"
7389       - "cx556a"
7390       - "vic1227"
7391       - "vic1385"
7392
7393 # VPP Device Results - Ubuntu
7394 - type: "file"
7395   title: "VPP Device Results - Ubuntu"
7396   algorithm: "file_test_results"
7397   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7398   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7399   data: "vpp-device-results-ubuntu"
7400   filter: "all"
7401   data-start-level: 4
7402
7403 # VPP Device Configuration - Ubuntu
7404 - type: "file"
7405   title: "VPP Device Configuration - Ubuntu"
7406   algorithm: "file_test_results"
7407   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7408   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7409   data: "vpp-device-results-ubuntu"
7410   filter: "all"
7411   data-start-level: 4
7412
7413 # DPDK Performance Results 3n-hsw
7414 - type: "file"
7415   title: "DPDK Performance Results 3n-hsw"
7416   algorithm: "file_test_results"
7417   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7418   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7419   data: "dpdk-perf-results-3n-hsw"
7420   filter: "all"
7421   data-start-level: 4
7422
7423 # DPDK Performance Results 3n-skx
7424 - type: "file"
7425   title: "DPDK Performance Results 3n-skx"
7426   algorithm: "file_test_results"
7427   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7428   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7429   data: "dpdk-perf-results-3n-skx"
7430   filter: "all"
7431   data-start-level: 4
7432
7433 # DPDK Performance Results 2n-skx
7434 - type: "file"
7435   title: "DPDK Performance Results 2n-skx"
7436   algorithm: "file_test_results"
7437   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7438   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7439   data: "dpdk-perf-results-2n-skx"
7440   filter: "all"
7441   data-start-level: 4
7442
7443 # DPDK Performance Results 2n-clx
7444 - type: "file"
7445   title: "DPDK Performance Results 2n-clx"
7446   algorithm: "file_test_results"
7447   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7448   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7449   data: "dpdk-perf-results-2n-clx"
7450   filter: "all"
7451   data-start-level: 4
7452
7453 # DPDK Performance Results 2n-dnv
7454 - type: "file"
7455   title: "DPDK Performance Results 2n-dnv"
7456   algorithm: "file_test_results"
7457   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7458   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7459   data: "dpdk-perf-results-2n-dnv"
7460   filter: "all"
7461   data-start-level: 4
7462
7463 # DPDK Performance Results 3n-dnv
7464 - type: "file"
7465   title: "DPDK Performance Results 3n-dnv"
7466   algorithm: "file_test_results"
7467   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7468   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7469   data: "dpdk-perf-results-3n-dnv"
7470   filter: "all"
7471   data-start-level: 4
7472
7473 # DPDK Performance Results 3n-tsh
7474 - type: "file"
7475   title: "DPDK Performance Results 3n-tsh"
7476   algorithm: "file_test_results"
7477   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7478   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7479   data: "dpdk-perf-results-3n-tsh"
7480   filter: "all"
7481   data-start-level: 4
7482
7483 ################################################################################
7484 ###                                P L O T S                                 ###
7485 ################################################################################
7486
7487 # Hoststack tests 3n-hsw
7488
7489 - type: "plot"
7490   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7491   algorithm: "plot_perf_box_name"
7492   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7493   data: "plot-vpp-hoststack-3n-hsw"
7494   include:
7495     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7496     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7497   layout:
7498     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7499     layout: "plot-hoststack"
7500
7501 - type: "plot"
7502   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7503   algorithm: "plot_perf_box_name"
7504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7505   data: "plot-vpp-hoststack-3n-hsw"
7506   include:
7507     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7508     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7509   layout:
7510     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7511     layout: "plot-hoststack"
7512
7513 - type: "plot"
7514   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7515   algorithm: "plot_perf_box_name"
7516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7517   data: "plot-vpp-hoststack-3n-hsw"
7518   include:
7519     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7520     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7521     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7522     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7523   layout:
7524     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7525     layout: "plot-hoststack"
7526
7527 ## Plots VPP HTTP Server Performance
7528 #- type: "plot"
7529 #  title: "VPP HTTP Server Performance"
7530 #  algorithm: "plot_http_server_perf_box"
7531 #  output-file-type: ".html"
7532 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7533 #  data:
7534 #    "plot-vpp-http-server-performance"
7535 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7536 #  parameters:
7537 #  - "result"
7538 #  - "name"
7539 #  traces:
7540 #    hoverinfo: "y+name"
7541 #    boxpoints: "outliers"
7542 #    whiskerwidth: 0
7543 #  layout:
7544 #    title: "VPP HTTP Server Performance"
7545 #    layout:
7546 #      "plot-cps"
7547 #
7548 #- type: "plot"
7549 #  title: "VPP HTTP Server Performance"
7550 #  algorithm: "plot_http_server_perf_box"
7551 #  output-file-type: ".html"
7552 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7553 #  data:
7554 #    "plot-vpp-http-server-performance"
7555 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7556 #  parameters:
7557 #  - "result"
7558 #  - "name"
7559 #  traces:
7560 #    hoverinfo: "y+name"
7561 #    boxpoints: "outliers"
7562 #    whiskerwidth: 0
7563 #  layout:
7564 #    title: "VPP HTTP Server Performance"
7565 #    layout:
7566 #      "plot-rps"
7567
7568 ################################################################################
7569
7570 # Soak Test (PLRsearch), boxes - 2n-clx
7571 - type: "plot"
7572   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7573   algorithm: "plot_perf_box_name"
7574   output-file-type: ".html"
7575   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7576   data: "plot-vpp-soak-2n-clx"
7577   include:
7578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7584   layout:
7585     title: "30 Minutes Soak Test (PLRsearch)"
7586     layout: "plot-soak-throughput"
7587
7588 # Soak Test (PLRsearch), boxes - 2n-clx
7589 - type: "plot"
7590   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7591   algorithm: "plot_perf_box_name"
7592   output-file-type: ".html"
7593   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7594   data: "plot-vpp-soak-2n-clx"
7595   include:
7596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7601     - "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"
7602   layout:
7603     title: "30 Minutes Soak Test (PLRsearch)"
7604     layout: "plot-soak-throughput"
7605
7606 # Soak Test (PLRsearch), boxes - 2n-skx
7607 - type: "plot"
7608   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7609   algorithm: "plot_perf_box_name"
7610   output-file-type: ".html"
7611   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7612   data: "plot-vpp-soak-2n-skx"
7613   include:
7614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7620   layout:
7621     title: "30 Minutes Soak Test (PLRsearch)"
7622     layout: "plot-soak-throughput"
7623
7624 # Soak Test (PLRsearch), boxes - 2n-skx
7625 - type: "plot"
7626   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7627   algorithm: "plot_perf_box_name"
7628   output-file-type: ".html"
7629   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7630   data: "plot-vpp-soak-2n-skx"
7631   include:
7632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7637     - "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"
7638   layout:
7639     title: "30 Minutes Soak Test (PLRsearch)"
7640     layout: "plot-soak-throughput"
7641
7642 ###############################################################################
7643
7644 # Reconf tests 2n-skx
7645
7646 - type: "plot"
7647   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7648   algorithm: "plot_nf_reconf_box_name"
7649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7650   data: "plot-vpp-nfv-reconf-2n-skx"
7651   include:
7652     - "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"
7653     - "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"
7654     - "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"
7655     - "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"
7656     - "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"
7657     - "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"
7658   layout:
7659     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7660     layout: "plot-throughput"
7661
7662 - type: "plot"
7663   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7664   algorithm: "plot_nf_reconf_box_name"
7665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7666   data: "plot-vpp-nfv-reconf-2n-skx"
7667   include:
7668     - "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"
7669     - "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"
7670     - "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"
7671     - "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"
7672     - "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"
7673     - "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"
7674   layout:
7675     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7676     layout: "plot-throughput"
7677
7678 - type: "plot"
7679   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7680   algorithm: "plot_nf_reconf_box_name"
7681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7682   data: "plot-vpp-nfv-reconf-2n-skx"
7683   include:
7684     - "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"
7685     - "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"
7686     - "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"
7687     - "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"
7688     - "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"
7689     - "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"
7690   layout:
7691     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7692     layout: "plot-throughput"
7693
7694 ###############################################################################
7695
7696 # Reconf tests 2n-clx
7697
7698 - type: "plot"
7699   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7700   algorithm: "plot_nf_reconf_box_name"
7701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7702   data: "plot-vpp-nfv-reconf-2n-clx"
7703   include:
7704     - "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"
7705     - "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"
7706     - "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"
7707     - "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"
7708   layout:
7709     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7710     layout: "plot-throughput"
7711
7712 - type: "plot"
7713   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7714   algorithm: "plot_nf_reconf_box_name"
7715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7716   data: "plot-vpp-nfv-reconf-2n-clx"
7717   include:
7718     - "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"
7719     - "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"
7720     - "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"
7721     - "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"
7722   layout:
7723     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7724     layout: "plot-throughput"
7725
7726 - type: "plot"
7727   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7728   algorithm: "plot_nf_reconf_box_name"
7729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7730   data: "plot-vpp-nfv-reconf-2n-clx"
7731   include:
7732     - "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"
7733     - "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"
7734     - "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"
7735     - "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"
7736   layout:
7737     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7738     layout: "plot-throughput"
7739
7740 ###############################################################################
7741
7742 # Plots - NF Density - VSC - MRR IMIX
7743 - type: "plot"
7744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7745   algorithm: "plot_nf_heatmap"
7746   output-file-type: ".html"
7747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7748   data: "plot-vpp-nfv-2n-skx-mrr"
7749   filter: "'NIC_Intel-XXV710' and
7750            'NF_DENSITY' and
7751            'VHOST' and
7752            not 'VXLAN' and
7753            'CHAIN' and
7754            'NF_VPPIP4' and
7755            'IMIX' and
7756            '2T1C' and
7757            'MRR'"
7758   parameters:
7759   - "result"
7760   - "name"
7761   - "tags"
7762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7763   x-axis: "X = VNFs per Service Chain"
7764   y-axis: "Y = Number of Service Chains"
7765   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7766   layout:
7767     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7768     layout: "plot-service-density"
7769
7770 - type: "plot"
7771   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7772   algorithm: "plot_nf_heatmap"
7773   output-file-type: ".html"
7774   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7775   data: "plot-vpp-nfv-2n-skx-mrr"
7776   filter: "'NIC_Intel-XXV710' and
7777            'NF_DENSITY' and
7778            'VHOST' and
7779            not 'VXLAN' and
7780            'CHAIN' and
7781            'NF_VPPIP4' and
7782            'IMIX' and
7783            '4T2C' and
7784            'MRR'"
7785   parameters:
7786   - "result"
7787   - "name"
7788   - "tags"
7789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7790   x-axis: "X = VNFs per Service Chain"
7791   y-axis: "Y = Number of Service Chains"
7792   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7793   layout:
7794     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7795     layout: "plot-service-density"
7796
7797 - type: "plot"
7798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7799   algorithm: "plot_nf_heatmap"
7800   output-file-type: ".html"
7801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7802   data: "plot-vpp-nfv-2n-skx-mrr"
7803   filter: "'NIC_Intel-XXV710' and
7804            'NF_DENSITY' and
7805            'VHOST' and
7806            not 'VXLAN' and
7807            'CHAIN' and
7808            'NF_VPPIP4' and
7809            'IMIX' and
7810            '8T4C' and
7811            'MRR'"
7812   parameters:
7813   - "result"
7814   - "name"
7815   - "tags"
7816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7817   x-axis: "X = VNFs per Service Chain"
7818   y-axis: "Y = Number of Service Chains"
7819   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7820   layout:
7821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7822     layout: "plot-service-density"
7823
7824 # Plots - NF Density - VSC - NDR IMIX
7825 - type: "plot"
7826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7827   algorithm: "plot_nf_heatmap"
7828   output-file-type: ".html"
7829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7830   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7831   filter: "'NIC_Intel-XXV710' and
7832            'NF_DENSITY' and
7833            'VHOST' and
7834            not 'VXLAN' and
7835            'CHAIN' and
7836            'NF_VPPIP4' and
7837            'IMIX' and
7838            '2T1C' and
7839            'NDRPDR'"
7840   parameters:
7841   - "throughput"
7842   - "name"
7843   - "tags"
7844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7845   x-axis: "X = VNFs per Service Chain"
7846   y-axis: "Y = Number of Service Chains"
7847   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7848   layout:
7849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7850     layout: "plot-service-density"
7851
7852 - type: "plot"
7853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7854   algorithm: "plot_nf_heatmap"
7855   output-file-type: ".html"
7856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7857   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7858   filter: "'NIC_Intel-XXV710' and
7859            'NF_DENSITY' and
7860            'VHOST' and
7861            not 'VXLAN' and
7862            'CHAIN' and
7863            'NF_VPPIP4' and
7864            'IMIX' and
7865            '4T2C' and
7866            'NDRPDR'"
7867   parameters:
7868   - "throughput"
7869   - "name"
7870   - "tags"
7871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7872   x-axis: "X = VNFs per Service Chain"
7873   y-axis: "Y = Number of Service Chains"
7874   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7875   layout:
7876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7877     layout: "plot-service-density"
7878
7879 - type: "plot"
7880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7881   algorithm: "plot_nf_heatmap"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7884   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7885   filter: "'NIC_Intel-XXV710' and
7886            'NF_DENSITY' and
7887            'VHOST' and
7888            not 'VXLAN' and
7889            'CHAIN' and
7890            'NF_VPPIP4' and
7891            'IMIX' and
7892            '8T4C' and
7893            'NDRPDR'"
7894   parameters:
7895   - "throughput"
7896   - "name"
7897   - "tags"
7898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7899   x-axis: "X = VNFs per Service Chain"
7900   y-axis: "Y = Number of Service Chains"
7901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7902   layout:
7903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7904     layout: "plot-service-density"
7905
7906 # Plots - NF Density - VSC - PDR IMIX
7907 - type: "plot"
7908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7909   algorithm: "plot_nf_heatmap"
7910   output-file-type: ".html"
7911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7912   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7913   filter: "'NIC_Intel-XXV710' and
7914            'NF_DENSITY' and
7915            'VHOST' and
7916            not 'VXLAN' and
7917            'CHAIN' and
7918            'NF_VPPIP4' and
7919            'IMIX' and
7920            '2T1C' and
7921            'NDRPDR'"
7922   parameters:
7923   - "throughput"
7924   - "name"
7925   - "tags"
7926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7927   x-axis: "X = VNFs per Service Chain"
7928   y-axis: "Y = Number of Service Chains"
7929   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7930   layout:
7931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7932     layout: "plot-service-density"
7933
7934 - type: "plot"
7935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7936   algorithm: "plot_nf_heatmap"
7937   output-file-type: ".html"
7938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7939   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7940   filter: "'NIC_Intel-XXV710' and
7941            'NF_DENSITY' and
7942            'VHOST' and
7943            not 'VXLAN' and
7944            'CHAIN' and
7945            'NF_VPPIP4' and
7946            'IMIX' and
7947            '4T2C' and
7948            'NDRPDR'"
7949   parameters:
7950   - "throughput"
7951   - "name"
7952   - "tags"
7953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7954   x-axis: "X = VNFs per Service Chain"
7955   y-axis: "Y = Number of Service Chains"
7956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7957   layout:
7958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7959     layout: "plot-service-density"
7960
7961 - type: "plot"
7962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7963   algorithm: "plot_nf_heatmap"
7964   output-file-type: ".html"
7965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7966   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7967   filter: "'NIC_Intel-XXV710' and
7968            'NF_DENSITY' and
7969            'VHOST' and
7970            not 'VXLAN' and
7971            'CHAIN' and
7972            'NF_VPPIP4' and
7973            'IMIX' and
7974            '8T4C' and
7975            'NDRPDR'"
7976   parameters:
7977   - "throughput"
7978   - "name"
7979   - "tags"
7980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7981   x-axis: "X = VNFs per Service Chain"
7982   y-axis: "Y = Number of Service Chains"
7983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7984   layout:
7985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7986     layout: "plot-service-density"
7987
7988 ###############################################################################
7989
7990 # Plots - NF Density - VSC - MRR IMIX
7991 - type: "plot"
7992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7993   algorithm: "plot_nf_heatmap"
7994   output-file-type: ".html"
7995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7996   data: "plot-vpp-nfv-2n-skx-mrr"
7997   filter: "'NIC_Intel-XXV710' and
7998            'NF_DENSITY' and
7999            'VHOST' and
8000            'VXLAN' and
8001            'CHAIN' and
8002            'IMIX' and
8003            '2T1C' and
8004            'MRR'"
8005   parameters:
8006   - "result"
8007   - "name"
8008   - "tags"
8009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8010   x-axis: "X = VNFs per Service Chain"
8011   y-axis: "Y = Number of Service Chains"
8012   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8013   layout:
8014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8015     layout: "plot-service-density"
8016
8017 - type: "plot"
8018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8019   algorithm: "plot_nf_heatmap"
8020   output-file-type: ".html"
8021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8022   data: "plot-vpp-nfv-2n-skx-mrr"
8023   filter: "'NIC_Intel-XXV710' and
8024            'NF_DENSITY' and
8025            'VHOST' and
8026            'VXLAN' and
8027            'CHAIN' and
8028            'IMIX' and
8029            '4T2C' and
8030            'MRR'"
8031   parameters:
8032   - "result"
8033   - "name"
8034   - "tags"
8035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8036   x-axis: "X = VNFs per Service Chain"
8037   y-axis: "Y = Number of Service Chains"
8038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8039   layout:
8040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8041     layout: "plot-service-density"
8042
8043 - type: "plot"
8044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8045   algorithm: "plot_nf_heatmap"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8048   data: "plot-vpp-nfv-2n-skx-mrr"
8049   filter: "'NIC_Intel-XXV710' and
8050            'NF_DENSITY' and
8051            'VHOST' and
8052            'VXLAN' and
8053            'CHAIN' and
8054            'IMIX' and
8055            '8T4C' and
8056            'MRR'"
8057   parameters:
8058   - "result"
8059   - "name"
8060   - "tags"
8061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8062   x-axis: "X = VNFs per Service Chain"
8063   y-axis: "Y = Number of Service Chains"
8064   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8065   layout:
8066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8067     layout: "plot-service-density"
8068
8069 # Plots - NF Density - VSC - NDR IMIX
8070 - type: "plot"
8071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8072   algorithm: "plot_nf_heatmap"
8073   output-file-type: ".html"
8074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8075   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8076   filter: "'NIC_Intel-XXV710' and
8077            'NF_DENSITY' and
8078            'VHOST' and
8079            'VXLAN' and
8080            'CHAIN' and
8081            'IMIX' and
8082            '2T1C' and
8083            'NDRPDR'"
8084   parameters:
8085   - "throughput"
8086   - "name"
8087   - "tags"
8088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8089   x-axis: "X = VNFs per Service Chain"
8090   y-axis: "Y = Number of Service Chains"
8091   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8092   layout:
8093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8094     layout: "plot-service-density"
8095
8096 - type: "plot"
8097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8098   algorithm: "plot_nf_heatmap"
8099   output-file-type: ".html"
8100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8101   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8102   filter: "'NIC_Intel-XXV710' and
8103            'NF_DENSITY' and
8104            'VHOST' and
8105            'VXLAN' and
8106            'CHAIN' and
8107            'IMIX' and
8108            '4T2C' and
8109            'NDRPDR'"
8110   parameters:
8111   - "throughput"
8112   - "name"
8113   - "tags"
8114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8115   x-axis: "X = VNFs per Service Chain"
8116   y-axis: "Y = Number of Service Chains"
8117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8118   layout:
8119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8120     layout: "plot-service-density"
8121
8122 - type: "plot"
8123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8124   algorithm: "plot_nf_heatmap"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8127   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8128   filter: "'NIC_Intel-XXV710' and
8129            'NF_DENSITY' and
8130            'VHOST' and
8131            'VXLAN' and
8132            'CHAIN' and
8133            'IMIX' and
8134            '8T4C' and
8135            'NDRPDR'"
8136   parameters:
8137   - "throughput"
8138   - "name"
8139   - "tags"
8140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8141   x-axis: "X = VNFs per Service Chain"
8142   y-axis: "Y = Number of Service Chains"
8143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8144   layout:
8145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8146     layout: "plot-service-density"
8147
8148 # Plots - NF Density - VSC - PDR IMIX
8149 - type: "plot"
8150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8151   algorithm: "plot_nf_heatmap"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8154   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8155   filter: "'NIC_Intel-XXV710' and
8156            'NF_DENSITY' and
8157            'VHOST' and
8158            'VXLAN' and
8159            'CHAIN' and
8160            'IMIX' and
8161            '2T1C' and
8162            'NDRPDR'"
8163   parameters:
8164   - "throughput"
8165   - "name"
8166   - "tags"
8167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8168   x-axis: "X = VNFs per Service Chain"
8169   y-axis: "Y = Number of Service Chains"
8170   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8171   layout:
8172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8173     layout: "plot-service-density"
8174
8175 - type: "plot"
8176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8177   algorithm: "plot_nf_heatmap"
8178   output-file-type: ".html"
8179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8180   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8181   filter: "'NIC_Intel-XXV710' and
8182            'NF_DENSITY' and
8183            'VHOST' and
8184            'VXLAN' and
8185            'CHAIN' and
8186            'IMIX' and
8187            '4T2C' and
8188            'NDRPDR'"
8189   parameters:
8190   - "throughput"
8191   - "name"
8192   - "tags"
8193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8194   x-axis: "X = VNFs per Service Chain"
8195   y-axis: "Y = Number of Service Chains"
8196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8197   layout:
8198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8199     layout: "plot-service-density"
8200
8201 - type: "plot"
8202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8203   algorithm: "plot_nf_heatmap"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8206   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8207   filter: "'NIC_Intel-XXV710' and
8208            'NF_DENSITY' and
8209            'VHOST' and
8210            'VXLAN' and
8211            'CHAIN' and
8212            'IMIX' and
8213            '8T4C' and
8214            'NDRPDR'"
8215   parameters:
8216   - "throughput"
8217   - "name"
8218   - "tags"
8219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8220   x-axis: "X = VNFs per Service Chain"
8221   y-axis: "Y = Number of Service Chains"
8222   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8223   layout:
8224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8225     layout: "plot-service-density"
8226
8227 ###############################################################################
8228
8229 # Plots - NF Density - CSC - MRR IMIX
8230 - type: "plot"
8231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8232   algorithm: "plot_nf_heatmap"
8233   output-file-type: ".html"
8234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8235   data: "plot-vpp-nfv-2n-skx-mrr"
8236   filter: "'NIC_Intel-XXV710' and
8237            'NF_DENSITY' and
8238            'DOCKER' and
8239            'CHAIN' and
8240            'NF_VPPIP4' and
8241            'IMIX' and
8242            '2T1C' and
8243            'MRR'"
8244   parameters:
8245   - "result"
8246   - "name"
8247   - "tags"
8248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8249   x-axis: "X = CNFs per Service Chain"
8250   y-axis: "Y = Number of Service Chains"
8251   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8252   layout:
8253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8254     layout: "plot-service-density"
8255
8256 - type: "plot"
8257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8258   algorithm: "plot_nf_heatmap"
8259   output-file-type: ".html"
8260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8261   data: "plot-vpp-nfv-2n-skx-mrr"
8262   filter: "'NIC_Intel-XXV710' and
8263            'NF_DENSITY' and
8264            'DOCKER' and
8265            'CHAIN' and
8266            'NF_VPPIP4' and
8267            'IMIX' and
8268            '4T2C' and
8269            'MRR'"
8270   parameters:
8271   - "result"
8272   - "name"
8273   - "tags"
8274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8275   x-axis: "X = CNFs per Service Chain"
8276   y-axis: "Y = Number of Service Chains"
8277   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8278   layout:
8279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8280     layout: "plot-service-density"
8281
8282 - type: "plot"
8283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8284   algorithm: "plot_nf_heatmap"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8287   data: "plot-vpp-nfv-2n-skx-mrr"
8288   filter: "'NIC_Intel-XXV710' and
8289            'NF_DENSITY' and
8290            'DOCKER' and
8291            'CHAIN' and
8292            'NF_VPPIP4' and
8293            'IMIX' and
8294            '8T4C' and
8295            'MRR'"
8296   parameters:
8297   - "result"
8298   - "name"
8299   - "tags"
8300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8301   x-axis: "X = CNFs per Service Chain"
8302   y-axis: "Y = Number of Service Chains"
8303   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8304   layout:
8305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8306     layout: "plot-service-density"
8307
8308 # Plots - NF Density - CSC - NDR IMIX
8309 - type: "plot"
8310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8311   algorithm: "plot_nf_heatmap"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8314   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8315   filter: "'NIC_Intel-XXV710' and
8316            'NF_DENSITY' and
8317            'DOCKER' and
8318            'CHAIN' and
8319            'NF_VPPIP4' and
8320            'IMIX' and
8321            '2T1C' and
8322            'NDRPDR'"
8323   parameters:
8324   - "throughput"
8325   - "name"
8326   - "tags"
8327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8328   x-axis: "X = CNFs per Service Chain"
8329   y-axis: "Y = Number of Service Chains"
8330   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8331   layout:
8332     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8333     layout: "plot-service-density"
8334
8335 - type: "plot"
8336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8337   algorithm: "plot_nf_heatmap"
8338   output-file-type: ".html"
8339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8340   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8341   filter: "'NIC_Intel-XXV710' and
8342            'NF_DENSITY' and
8343            'DOCKER' and
8344            'CHAIN' and
8345            'NF_VPPIP4' and
8346            'IMIX' and
8347            '4T2C' and
8348            'NDRPDR'"
8349   parameters:
8350   - "throughput"
8351   - "name"
8352   - "tags"
8353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8354   x-axis: "X = CNFs per Service Chain"
8355   y-axis: "Y = Number of Service Chains"
8356   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8357   layout:
8358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8359     layout: "plot-service-density"
8360
8361 - type: "plot"
8362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8363   algorithm: "plot_nf_heatmap"
8364   output-file-type: ".html"
8365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8366   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8367   filter: "'NIC_Intel-XXV710' and
8368            'NF_DENSITY' and
8369            'DOCKER' and
8370            'CHAIN' and
8371            'NF_VPPIP4' and
8372            'IMIX' and
8373            '8T4C' and
8374            'NDRPDR'"
8375   parameters:
8376   - "throughput"
8377   - "name"
8378   - "tags"
8379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8380   x-axis: "X = CNFs per Service Chain"
8381   y-axis: "Y = Number of Service Chains"
8382   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8383   layout:
8384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8385     layout: "plot-service-density"
8386
8387 # Plots - NF Density - CSC - PDR IMIX
8388 - type: "plot"
8389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8390   algorithm: "plot_nf_heatmap"
8391   output-file-type: ".html"
8392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8393   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8394   filter: "'NIC_Intel-XXV710' and
8395            'NF_DENSITY' and
8396            'DOCKER' and
8397            'CHAIN' and
8398            'NF_VPPIP4' and
8399            'IMIX' and
8400            '2T1C' and
8401            'NDRPDR'"
8402   parameters:
8403   - "throughput"
8404   - "name"
8405   - "tags"
8406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8407   x-axis: "X = CNFs per Service Chain"
8408   y-axis: "Y = Number of Service Chains"
8409   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8410   layout:
8411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8412     layout: "plot-service-density"
8413
8414 - type: "plot"
8415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8416   algorithm: "plot_nf_heatmap"
8417   output-file-type: ".html"
8418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8419   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8420   filter: "'NIC_Intel-XXV710' and
8421            'NF_DENSITY' and
8422            'DOCKER' and
8423            'CHAIN' and
8424            'NF_VPPIP4' and
8425            'IMIX' and
8426            '4T2C' and
8427            'NDRPDR'"
8428   parameters:
8429   - "throughput"
8430   - "name"
8431   - "tags"
8432   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8433   x-axis: "X = CNFs per Service Chain"
8434   y-axis: "Y = Number of Service Chains"
8435   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8436   layout:
8437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8438     layout: "plot-service-density"
8439
8440 - type: "plot"
8441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8442   algorithm: "plot_nf_heatmap"
8443   output-file-type: ".html"
8444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8445   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8446   filter: "'NIC_Intel-XXV710' and
8447            'NF_DENSITY' and
8448            'DOCKER' and
8449            'CHAIN' and
8450            'NF_VPPIP4' and
8451            'IMIX' and
8452            '8T4C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8464     layout: "plot-service-density"
8465
8466 ################################################################################
8467 #
8468 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8469 #- type: "plot"
8470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8471 #  algorithm: "plot_nf_heatmap"
8472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8473 #  data: "plot-vpp-nfv-3n-skx-mrr"
8474 #  filter: "'NIC_Intel-XXV710' and
8475 #           'NF_DENSITY' and
8476 #           'DOCKER' and
8477 #           'CHAIN' and
8478 #           'NF_VPPIP4' and
8479 #           'IPSEC' and
8480 #           'TNL_4' and
8481 #           'IMIX' and
8482 #           '2T1C' and
8483 #           'MRR'"
8484 #  parameters:
8485 #  - "result"
8486 #  - "name"
8487 #  - "tags"
8488 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8489 #  x-axis: "X = CNFs per Service Chain"
8490 #  y-axis: "Y = Number of Service Chains"
8491 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8492 #  layout:
8493 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8494 #    layout: "plot-service-density"
8495 #
8496 #- type: "plot"
8497 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8498 #  algorithm: "plot_nf_heatmap"
8499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8500 #  data: "plot-vpp-nfv-3n-skx-mrr"
8501 #  filter: "'NIC_Intel-XXV710' and
8502 #           'NF_DENSITY' and
8503 #           'DOCKER' and
8504 #           'CHAIN' and
8505 #           'NF_VPPIP4' and
8506 #           'IPSEC' and
8507 #           'TNL_4' and
8508 #           'IMIX' and
8509 #           '4T2C' and
8510 #           'MRR'"
8511 #  parameters:
8512 #  - "result"
8513 #  - "name"
8514 #  - "tags"
8515 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8516 #  x-axis: "X = CNFs per Service Chain"
8517 #  y-axis: "Y = Number of Service Chains"
8518 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8519 #  layout:
8520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8521 #    layout: "plot-service-density"
8522 #
8523 #- type: "plot"
8524 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8525 #  algorithm: "plot_nf_heatmap"
8526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8527 #  data: "plot-vpp-nfv-3n-skx-mrr"
8528 #  filter: "'NIC_Intel-XXV710' and
8529 #           'NF_DENSITY' and
8530 #           'DOCKER' and
8531 #           'CHAIN' and
8532 #           'NF_VPPIP4' and
8533 #           'IPSEC' and
8534 #           'TNL_4' and
8535 #           'IMIX' and
8536 #           '8T4C' and
8537 #           'MRR'"
8538 #  parameters:
8539 #  - "result"
8540 #  - "name"
8541 #  - "tags"
8542 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8543 #  x-axis: "X = CNFs per Service Chain"
8544 #  y-axis: "Y = Number of Service Chains"
8545 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8546 #  layout:
8547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8548 #    layout: "plot-service-density"
8549
8550 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8551 - type: "plot"
8552   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8553   algorithm: "plot_nf_heatmap"
8554   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8555   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8556   filter: "'NIC_Intel-XXV710' and
8557            'NF_DENSITY' and
8558            'DOCKER' and
8559            'CHAIN' and
8560            'NF_VPPIP4' and
8561            'IPSEC' and
8562            'TNL_4' and
8563            'IMIX' and
8564            '2T1C' and
8565            'NDRPDR'"
8566   parameters:
8567   - "throughput"
8568   - "name"
8569   - "tags"
8570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8571   x-axis: "X = CNFs per Service Chain"
8572   y-axis: "Y = Number of Service Chains"
8573   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8574   layout:
8575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8576     layout: "plot-service-density"
8577
8578 - type: "plot"
8579   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8580   algorithm: "plot_nf_heatmap"
8581   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8582   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8583   filter: "'NIC_Intel-XXV710' and
8584            'NF_DENSITY' and
8585            'DOCKER' and
8586            'CHAIN' and
8587            'NF_VPPIP4' and
8588            'IPSEC' and
8589            'TNL_4' and
8590            'IMIX' and
8591            '4T2C' and
8592            'NDRPDR'"
8593   parameters:
8594   - "throughput"
8595   - "name"
8596   - "tags"
8597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8598   x-axis: "X = CNFs per Service Chain"
8599   y-axis: "Y = Number of Service Chains"
8600   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8601   layout:
8602     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8603     layout: "plot-service-density"
8604
8605 - type: "plot"
8606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8607   algorithm: "plot_nf_heatmap"
8608   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8609   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8610   filter: "'NIC_Intel-XXV710' and
8611            'NF_DENSITY' and
8612            'DOCKER' and
8613            'CHAIN' and
8614            'NF_VPPIP4' and
8615            'IPSEC' and
8616            'TNL_4' and
8617            'IMIX' and
8618            '8T4C' and
8619            'NDRPDR'"
8620   parameters:
8621   - "throughput"
8622   - "name"
8623   - "tags"
8624   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8625   x-axis: "X = CNFs per Service Chain"
8626   y-axis: "Y = Number of Service Chains"
8627   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8628   layout:
8629     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8630     layout: "plot-service-density"
8631
8632 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8633 - type: "plot"
8634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8635   algorithm: "plot_nf_heatmap"
8636   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8637   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8638   filter: "'NIC_Intel-XXV710' and
8639            'NF_DENSITY' and
8640            'DOCKER' and
8641            'CHAIN' and
8642            'NF_VPPIP4' and
8643            'IPSEC' and
8644            'TNL_4' and
8645            'IMIX' and
8646            '2T1C' and
8647            'NDRPDR'"
8648   parameters:
8649   - "throughput"
8650   - "name"
8651   - "tags"
8652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8653   x-axis: "X = CNFs per Service Chain"
8654   y-axis: "Y = Number of Service Chains"
8655   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8656   layout:
8657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8658     layout: "plot-service-density"
8659
8660 - type: "plot"
8661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8662   algorithm: "plot_nf_heatmap"
8663   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8664   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8665   filter: "'NIC_Intel-XXV710' and
8666            'NF_DENSITY' and
8667            'DOCKER' and
8668            'CHAIN' and
8669            'NF_VPPIP4' and
8670            'IPSEC' and
8671            'TNL_4' and
8672            'IMIX' and
8673            '4T2C' and
8674            'NDRPDR'"
8675   parameters:
8676   - "throughput"
8677   - "name"
8678   - "tags"
8679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8680   x-axis: "X = CNFs per Service Chain"
8681   y-axis: "Y = Number of Service Chains"
8682   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8683   layout:
8684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8685     layout: "plot-service-density"
8686
8687 - type: "plot"
8688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8689   algorithm: "plot_nf_heatmap"
8690   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8691   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8692   filter: "'NIC_Intel-XXV710' and
8693            'NF_DENSITY' and
8694            'DOCKER' and
8695            'CHAIN' and
8696            'NF_VPPIP4' and
8697            'IPSEC' and
8698            'TNL_4' and
8699            'IMIX' and
8700            '8T4C' and
8701            'NDRPDR'"
8702   parameters:
8703   - "throughput"
8704   - "name"
8705   - "tags"
8706   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8707   x-axis: "X = CNFs per Service Chain"
8708   y-axis: "Y = Number of Service Chains"
8709   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8710   layout:
8711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8712     layout: "plot-service-density"
8713
8714 ###############################################################################
8715
8716 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8717 #- type: "plot"
8718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8719 #  algorithm: "plot_nf_heatmap"
8720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8721 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8722 #  filter: "'NIC_Intel-XL710' and
8723 #           'NF_DENSITY' and
8724 #           'DOCKER' and
8725 #           'CHAIN' and
8726 #           'NF_VPPIP4' and
8727 #           'IMIX' and
8728 #           'TNL_4' and
8729 #           '1T1C' and
8730 #           'MRR'"
8731 #  parameters:
8732 #  - "result"
8733 #  - "name"
8734 #  - "tags"
8735 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8736 #  x-axis: "X = CNFs per Service Chain"
8737 #  y-axis: "Y = Number of Service Chains"
8738 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8739 #  layout:
8740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8741 #    layout: "plot-service-density"
8742 #
8743 #- type: "plot"
8744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8745 #  algorithm: "plot_nf_heatmap"
8746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8747 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8748 #  filter: "'NIC_Intel-XL710' and
8749 #           'NF_DENSITY' and
8750 #           'DOCKER' and
8751 #           'CHAIN' and
8752 #           'NF_VPPIP4' and
8753 #           'IPSEC' and
8754 #           'TNL_4' and
8755 #           'IMIX' and
8756 #           '2T2C' and
8757 #           'MRR'"
8758 #  parameters:
8759 #  - "result"
8760 #  - "name"
8761 #  - "tags"
8762 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8763 #  x-axis: "X = CNFs per Service Chain"
8764 #  y-axis: "Y = Number of Service Chains"
8765 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8766 #  layout:
8767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8768 #    layout: "plot-service-density"
8769 #
8770 #- type: "plot"
8771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8772 #  algorithm: "plot_nf_heatmap"
8773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8774 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8775 #  filter: "'NIC_Intel-XL710' and
8776 #           'NF_DENSITY' and
8777 #           'DOCKER' and
8778 #           'CHAIN' and
8779 #           'NF_VPPIP4' and
8780 #           'IPSEC' and
8781 #           'TNL_4' and
8782 #           'IMIX' and
8783 #           '4T4C' and
8784 #           'MRR'"
8785 #  parameters:
8786 #  - "result"
8787 #  - "name"
8788 #  - "tags"
8789 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8790 #  x-axis: "X = CNFs per Service Chain"
8791 #  y-axis: "Y = Number of Service Chains"
8792 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8793 #  layout:
8794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8795 #    layout: "plot-service-density"
8796
8797 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8798 #- type: "plot"
8799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8800 #  algorithm: "plot_nf_heatmap"
8801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8802 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8803 #  filter: "'NIC_Intel-XL710' and
8804 #           'NF_DENSITY' and
8805 #           'DOCKER' and
8806 #           'CHAIN' and
8807 #           'NF_VPPIP4' and
8808 #           'IPSEC' and
8809 #           'TNL_4' and
8810 #           'IMIX' and
8811 #           '1T1C' and
8812 #           'NDRPDR'"
8813 #  parameters:
8814 #  - "throughput"
8815 #  - "name"
8816 #  - "tags"
8817 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8818 #  x-axis: "X = CNFs per Service Chain"
8819 #  y-axis: "Y = Number of Service Chains"
8820 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8821 #  layout:
8822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8823 #    layout: "plot-service-density"
8824 #
8825 #- type: "plot"
8826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8827 #  algorithm: "plot_nf_heatmap"
8828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8829 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8830 #  filter: "'NIC_Intel-XL710' and
8831 #           'NF_DENSITY' and
8832 #           'DOCKER' and
8833 #           'CHAIN' and
8834 #           'NF_VPPIP4' and
8835 #           'IPSEC' and
8836 #           'TNL_4' and
8837 #           'IMIX' and
8838 #           '2T2C' and
8839 #           'NDRPDR'"
8840 #  parameters:
8841 #  - "throughput"
8842 #  - "name"
8843 #  - "tags"
8844 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8845 #  x-axis: "X = CNFs per Service Chain"
8846 #  y-axis: "Y = Number of Service Chains"
8847 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8848 #  layout:
8849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8850 #    layout: "plot-service-density"
8851 #
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8856 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8857 #  filter: "'NIC_Intel-XL710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_4' and
8864 #           'IMIX' and
8865 #           '4T4C' and
8866 #           'NDRPDR'"
8867 #  parameters:
8868 #  - "throughput"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8877 #    layout: "plot-service-density"
8878 #
8879 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8880 #- type: "plot"
8881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8882 #  algorithm: "plot_nf_heatmap"
8883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8884 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8885 #  filter: "'NIC_Intel-XL710' and
8886 #           'NF_DENSITY' and
8887 #           'DOCKER' and
8888 #           'CHAIN' and
8889 #           'NF_VPPIP4' and
8890 #           'IPSEC' and
8891 #           'TNL_4' and
8892 #           'IMIX' and
8893 #           '1T1C' and
8894 #           'NDRPDR'"
8895 #  parameters:
8896 #  - "throughput"
8897 #  - "name"
8898 #  - "tags"
8899 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8900 #  x-axis: "X = CNFs per Service Chain"
8901 #  y-axis: "Y = Number of Service Chains"
8902 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8903 #  layout:
8904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8905 #    layout: "plot-service-density"
8906 #
8907 #- type: "plot"
8908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8909 #  algorithm: "plot_nf_heatmap"
8910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8911 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8912 #  filter: "'NIC_Intel-XL710' and
8913 #           'NF_DENSITY' and
8914 #           'DOCKER' and
8915 #           'CHAIN' and
8916 #           'NF_VPPIP4' and
8917 #           'IPSEC' and
8918 #           'TNL_4' and
8919 #           'IMIX' and
8920 #           '2T2C' and
8921 #           'NDRPDR'"
8922 #  parameters:
8923 #  - "throughput"
8924 #  - "name"
8925 #  - "tags"
8926 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8927 #  x-axis: "X = CNFs per Service Chain"
8928 #  y-axis: "Y = Number of Service Chains"
8929 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8930 #  layout:
8931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8932 #    layout: "plot-service-density"
8933 #
8934 #- type: "plot"
8935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8936 #  algorithm: "plot_nf_heatmap"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8938 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8939 #  filter: "'NIC_Intel-XL710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'CHAIN' and
8943 #           'NF_VPPIP4' and
8944 #           'IPSEC' and
8945 #           'TNL_4' and
8946 #           'IMIX' and
8947 #           '4T4C' and
8948 #           'NDRPDR'"
8949 #  parameters:
8950 #  - "throughput"
8951 #  - "name"
8952 #  - "tags"
8953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8954 #  x-axis: "X = CNFs per Service Chain"
8955 #  y-axis: "Y = Number of Service Chains"
8956 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8957 #  layout:
8958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8959 #    layout: "plot-service-density"
8960
8961 ###############################################################################
8962
8963 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8964 #- type: "plot"
8965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8966 #  algorithm: "plot_nf_heatmap"
8967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8968 #  data: "plot-vpp-nfv-3n-skx-mrr"
8969 #  filter: "'NIC_Intel-XXV710' and
8970 #           'NF_DENSITY' and
8971 #           'DOCKER' and
8972 #           'CHAIN' and
8973 #           'NF_VPPIP4' and
8974 #           'IPSEC' and
8975 #           'TNL_1000' and
8976 #           'IMIX' and
8977 #           '2T1C' and
8978 #           'MRR'"
8979 #  parameters:
8980 #  - "result"
8981 #  - "name"
8982 #  - "tags"
8983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8984 #  x-axis: "X = CNFs per Service Chain"
8985 #  y-axis: "Y = Number of Service Chains"
8986 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8987 #  layout:
8988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8989 #    layout: "plot-service-density"
8990 #
8991 #- type: "plot"
8992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8993 #  algorithm: "plot_nf_heatmap"
8994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8995 #  data: "plot-vpp-nfv-3n-skx-mrr"
8996 #  filter: "'NIC_Intel-XXV710' and
8997 #           'NF_DENSITY' and
8998 #           'DOCKER' and
8999 #           'CHAIN' and
9000 #           'NF_VPPIP4' and
9001 #           'IPSEC' and
9002 #           'TNL_1000' and
9003 #           'IMIX' and
9004 #           '4T2C' and
9005 #           'MRR'"
9006 #  parameters:
9007 #  - "result"
9008 #  - "name"
9009 #  - "tags"
9010 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9011 #  x-axis: "X = CNFs per Service Chain"
9012 #  y-axis: "Y = Number of Service Chains"
9013 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9014 #  layout:
9015 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9016 #    layout: "plot-service-density"
9017 #
9018 #- type: "plot"
9019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9020 #  algorithm: "plot_nf_heatmap"
9021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9022 #  data: "plot-vpp-nfv-3n-skx-mrr"
9023 #  filter: "'NIC_Intel-XXV710' and
9024 #           'NF_DENSITY' and
9025 #           'DOCKER' and
9026 #           'CHAIN' and
9027 #           'NF_VPPIP4' and
9028 #           'IPSEC' and
9029 #           'TNL_1000' and
9030 #           'IMIX' and
9031 #           '8T4C' and
9032 #           'MRR'"
9033 #  parameters:
9034 #  - "result"
9035 #  - "name"
9036 #  - "tags"
9037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9038 #  x-axis: "X = CNFs per Service Chain"
9039 #  y-axis: "Y = Number of Service Chains"
9040 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9041 #  layout:
9042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9043 #    layout: "plot-service-density"
9044
9045 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9046 - type: "plot"
9047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9048   algorithm: "plot_nf_heatmap"
9049   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9050   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9051   filter: "'NIC_Intel-XXV710' and
9052            'NF_DENSITY' and
9053            'DOCKER' and
9054            'CHAIN' and
9055            'NF_VPPIP4' and
9056            'IPSEC' and
9057            'TNL_1000' and
9058            'IMIX' and
9059            '2T1C' and
9060            'NDRPDR'"
9061   parameters:
9062   - "throughput"
9063   - "name"
9064   - "tags"
9065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9066   x-axis: "X = CNFs per Service Chain"
9067   y-axis: "Y = Number of Service Chains"
9068   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9069   layout:
9070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9071     layout: "plot-service-density"
9072
9073 - type: "plot"
9074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9075   algorithm: "plot_nf_heatmap"
9076   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9077   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9078   filter: "'NIC_Intel-XXV710' and
9079            'NF_DENSITY' and
9080            'DOCKER' and
9081            'CHAIN' and
9082            'NF_VPPIP4' and
9083            'IPSEC' and
9084            'TNL_1000' and
9085            'IMIX' and
9086            '4T2C' and
9087            'NDRPDR'"
9088   parameters:
9089   - "throughput"
9090   - "name"
9091   - "tags"
9092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9093   x-axis: "X = CNFs per Service Chain"
9094   y-axis: "Y = Number of Service Chains"
9095   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9096   layout:
9097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9098     layout: "plot-service-density"
9099
9100 - type: "plot"
9101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9102   algorithm: "plot_nf_heatmap"
9103   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9104   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9105   filter: "'NIC_Intel-XXV710' and
9106            'NF_DENSITY' and
9107            'DOCKER' and
9108            'CHAIN' and
9109            'NF_VPPIP4' and
9110            'IPSEC' and
9111            'TNL_1000' and
9112            'IMIX' and
9113            '8T4C' and
9114            'NDRPDR'"
9115   parameters:
9116   - "throughput"
9117   - "name"
9118   - "tags"
9119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9120   x-axis: "X = CNFs per Service Chain"
9121   y-axis: "Y = Number of Service Chains"
9122   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9123   layout:
9124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9125     layout: "plot-service-density"
9126
9127 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9128 - type: "plot"
9129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9130   algorithm: "plot_nf_heatmap"
9131   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9132   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9133   filter: "'NIC_Intel-XXV710' and
9134            'NF_DENSITY' and
9135            'DOCKER' and
9136            'CHAIN' and
9137            'NF_VPPIP4' and
9138            'IPSEC' and
9139            'TNL_1000' and
9140            'IMIX' and
9141            '2T1C' and
9142            'NDRPDR'"
9143   parameters:
9144   - "throughput"
9145   - "name"
9146   - "tags"
9147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9148   x-axis: "X = CNFs per Service Chain"
9149   y-axis: "Y = Number of Service Chains"
9150   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9151   layout:
9152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9153     layout: "plot-service-density"
9154
9155 - type: "plot"
9156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9157   algorithm: "plot_nf_heatmap"
9158   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9159   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9160   filter: "'NIC_Intel-XXV710' and
9161            'NF_DENSITY' and
9162            'DOCKER' and
9163            'CHAIN' and
9164            'NF_VPPIP4' and
9165            'IPSEC' and
9166            'TNL_1000' and
9167            'IMIX' and
9168            '4T2C' and
9169            'NDRPDR'"
9170   parameters:
9171   - "throughput"
9172   - "name"
9173   - "tags"
9174   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9175   x-axis: "X = CNFs per Service Chain"
9176   y-axis: "Y = Number of Service Chains"
9177   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9178   layout:
9179     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9180     layout: "plot-service-density"
9181
9182 - type: "plot"
9183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9184   algorithm: "plot_nf_heatmap"
9185   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9186   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9187   filter: "'NIC_Intel-XXV710' and
9188            'NF_DENSITY' and
9189            'DOCKER' and
9190            'CHAIN' and
9191            'NF_VPPIP4' and
9192            'IPSEC' and
9193            'TNL_1000' and
9194            'IMIX' and
9195            '8T4C' and
9196            'NDRPDR'"
9197   parameters:
9198   - "throughput"
9199   - "name"
9200   - "tags"
9201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9202   x-axis: "X = CNFs per Service Chain"
9203   y-axis: "Y = Number of Service Chains"
9204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9205   layout:
9206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9207     layout: "plot-service-density"
9208
9209 ###############################################################################
9210
9211 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9212 #- type: "plot"
9213 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9214 #  algorithm: "plot_nf_heatmap"
9215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9216 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9217 #  filter: "'NIC_Intel-XL710' and
9218 #           'NF_DENSITY' and
9219 #           'DOCKER' and
9220 #           'CHAIN' and
9221 #           'NF_VPPIP4' and
9222 #           'IMIX' and
9223 #           'TNL_1000' and
9224 #           '1T1C' and
9225 #           'MRR'"
9226 #  parameters:
9227 #  - "result"
9228 #  - "name"
9229 #  - "tags"
9230 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9231 #  x-axis: "X = CNFs per Service Chain"
9232 #  y-axis: "Y = Number of Service Chains"
9233 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9234 #  layout:
9235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9236 #    layout: "plot-service-density"
9237 #
9238 #- type: "plot"
9239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9240 #  algorithm: "plot_nf_heatmap"
9241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9242 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9243 #  filter: "'NIC_Intel-XL710' and
9244 #           'NF_DENSITY' and
9245 #           'DOCKER' and
9246 #           'CHAIN' and
9247 #           'NF_VPPIP4' and
9248 #           'IPSEC' and
9249 #           'TNL_1000' and
9250 #           'IMIX' and
9251 #           '2T2C' 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-1000tnl-vppip4-mrr"
9263 #    layout: "plot-service-density"
9264 #
9265 #- type: "plot"
9266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9267 #  algorithm: "plot_nf_heatmap"
9268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9269 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9270 #  filter: "'NIC_Intel-XL710' and
9271 #           'NF_DENSITY' and
9272 #           'DOCKER' and
9273 #           'CHAIN' and
9274 #           'NF_VPPIP4' and
9275 #           'IPSEC' and
9276 #           'TNL_1000' and
9277 #           'IMIX' and
9278 #           '4T4C' and
9279 #           'MRR'"
9280 #  parameters:
9281 #  - "result"
9282 #  - "name"
9283 #  - "tags"
9284 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9288 #  layout:
9289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9290 #    layout: "plot-service-density"
9291
9292 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9293 #- type: "plot"
9294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9295 #  algorithm: "plot_nf_heatmap"
9296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9297 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9298 #  filter: "'NIC_Intel-XL710' and
9299 #           'NF_DENSITY' and
9300 #           'DOCKER' and
9301 #           'CHAIN' and
9302 #           'NF_VPPIP4' and
9303 #           'IPSEC' and
9304 #           'TNL_1000' and
9305 #           'IMIX' and
9306 #           '1T1C' and
9307 #           'NDRPDR'"
9308 #  parameters:
9309 #  - "throughput"
9310 #  - "name"
9311 #  - "tags"
9312 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9313 #  x-axis: "X = CNFs per Service Chain"
9314 #  y-axis: "Y = Number of Service Chains"
9315 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9316 #  layout:
9317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9318 #    layout: "plot-service-density"
9319 #
9320 #- type: "plot"
9321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9322 #  algorithm: "plot_nf_heatmap"
9323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9324 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9325 #  filter: "'NIC_Intel-XL710' and
9326 #           'NF_DENSITY' and
9327 #           'DOCKER' and
9328 #           'CHAIN' and
9329 #           'NF_VPPIP4' and
9330 #           'IPSEC' and
9331 #           'TNL_1000' and
9332 #           'IMIX' and
9333 #           '2T2C' and
9334 #           'NDRPDR'"
9335 #  parameters:
9336 #  - "throughput"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Chain"
9341 #  y-axis: "Y = Number of Service Chains"
9342 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9345 #    layout: "plot-service-density"
9346 #
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9351 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9352 #  filter: "'NIC_Intel-XL710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IPSEC' and
9358 #           'TNL_1000' and
9359 #           'IMIX' and
9360 #           '4T4C' and
9361 #           'NDRPDR'"
9362 #  parameters:
9363 #  - "throughput"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9372 #    layout: "plot-service-density"
9373 #
9374 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9375 #- type: "plot"
9376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9377 #  algorithm: "plot_nf_heatmap"
9378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9379 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9380 #  filter: "'NIC_Intel-XL710' and
9381 #           'NF_DENSITY' and
9382 #           'DOCKER' and
9383 #           'CHAIN' and
9384 #           'NF_VPPIP4' and
9385 #           'IPSEC' and
9386 #           'TNL_1000' and
9387 #           'IMIX' and
9388 #           '1T1C' and
9389 #           'NDRPDR'"
9390 #  parameters:
9391 #  - "throughput"
9392 #  - "name"
9393 #  - "tags"
9394 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9395 #  x-axis: "X = CNFs per Service Chain"
9396 #  y-axis: "Y = Number of Service Chains"
9397 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9398 #  layout:
9399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9400 #    layout: "plot-service-density"
9401 #
9402 #- type: "plot"
9403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9404 #  algorithm: "plot_nf_heatmap"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9406 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9407 #  filter: "'NIC_Intel-XL710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'CHAIN' and
9411 #           'NF_VPPIP4' and
9412 #           'IPSEC' and
9413 #           'TNL_1000' and
9414 #           'IMIX' and
9415 #           '2T2C' and
9416 #           'NDRPDR'"
9417 #  parameters:
9418 #  - "throughput"
9419 #  - "name"
9420 #  - "tags"
9421 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9422 #  x-axis: "X = CNFs per Service Chain"
9423 #  y-axis: "Y = Number of Service Chains"
9424 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9425 #  layout:
9426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9427 #    layout: "plot-service-density"
9428 #
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9433 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9434 #  filter: "'NIC_Intel-XL710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'CHAIN' and
9438 #           'NF_VPPIP4' and
9439 #           'IPSEC' and
9440 #           'TNL_1000' and
9441 #           'IMIX' and
9442 #           '4T4C' and
9443 #           'NDRPDR'"
9444 #  parameters:
9445 #  - "throughput"
9446 #  - "name"
9447 #  - "tags"
9448 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9449 #  x-axis: "X = CNFs per Service Chain"
9450 #  y-axis: "Y = Number of Service Chains"
9451 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9452 #  layout:
9453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9454 #    layout: "plot-service-density"
9455
9456 ###############################################################################
9457
9458 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9459 #- type: "plot"
9460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9461 #  algorithm: "plot_nf_heatmap"
9462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9463 #  data: "plot-vpp-nfv-3n-skx-mrr"
9464 #  filter: "'NIC_Intel-XXV710' and
9465 #           'NF_DENSITY' and
9466 #           'DOCKER' and
9467 #           'CHAIN' and
9468 #           'NF_VPPIP4' and
9469 #           'IPSEC' and
9470 #           'TNL_10000' and
9471 #           'IMIX' and
9472 #           '2T1C' and
9473 #           'MRR'"
9474 #  parameters:
9475 #  - "result"
9476 #  - "name"
9477 #  - "tags"
9478 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9479 #  x-axis: "X = CNFs per Service Chain"
9480 #  y-axis: "Y = Number of Service Chains"
9481 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9482 #  layout:
9483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9484 #    layout: "plot-service-density"
9485 #
9486 #- type: "plot"
9487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9488 #  algorithm: "plot_nf_heatmap"
9489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9490 #  data: "plot-vpp-nfv-3n-skx-mrr"
9491 #  filter: "'NIC_Intel-XXV710' and
9492 #           'NF_DENSITY' and
9493 #           'DOCKER' and
9494 #           'CHAIN' and
9495 #           'NF_VPPIP4' and
9496 #           'IPSEC' and
9497 #           'TNL_10000' and
9498 #           'IMIX' and
9499 #           '4T2C' and
9500 #           'MRR'"
9501 #  parameters:
9502 #  - "result"
9503 #  - "name"
9504 #  - "tags"
9505 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9506 #  x-axis: "X = CNFs per Service Chain"
9507 #  y-axis: "Y = Number of Service Chains"
9508 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9509 #  layout:
9510 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9511 #    layout: "plot-service-density"
9512 #
9513 #- type: "plot"
9514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9515 #  algorithm: "plot_nf_heatmap"
9516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9517 #  data: "plot-vpp-nfv-3n-skx-mrr"
9518 #  filter: "'NIC_Intel-XXV710' and
9519 #           'NF_DENSITY' and
9520 #           'DOCKER' and
9521 #           'CHAIN' and
9522 #           'NF_VPPIP4' and
9523 #           'IPSEC' and
9524 #           'TNL_10000' and
9525 #           'IMIX' and
9526 #           '8T4C' and
9527 #           'MRR'"
9528 #  parameters:
9529 #  - "result"
9530 #  - "name"
9531 #  - "tags"
9532 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9533 #  x-axis: "X = CNFs per Service Chain"
9534 #  y-axis: "Y = Number of Service Chains"
9535 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9536 #  layout:
9537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9538 #    layout: "plot-service-density"
9539
9540 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9541 - type: "plot"
9542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9543   algorithm: "plot_nf_heatmap"
9544   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9545   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9546   filter: "'NIC_Intel-XXV710' and
9547            'NF_DENSITY' and
9548            'DOCKER' and
9549            'CHAIN' and
9550            'NF_VPPIP4' and
9551            'IPSEC' and
9552            'TNL_10000' and
9553            'IMIX' and
9554            '2T1C' and
9555            'NDRPDR'"
9556   parameters:
9557   - "throughput"
9558   - "name"
9559   - "tags"
9560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9561   x-axis: "X = CNFs per Service Chain"
9562   y-axis: "Y = Number of Service Chains"
9563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9564   layout:
9565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9566     layout: "plot-service-density"
9567
9568 - type: "plot"
9569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9570   algorithm: "plot_nf_heatmap"
9571   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9572   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9573   filter: "'NIC_Intel-XXV710' and
9574            'NF_DENSITY' and
9575            'DOCKER' and
9576            'CHAIN' and
9577            'NF_VPPIP4' and
9578            'IPSEC' and
9579            'TNL_10000' and
9580            'IMIX' and
9581            '4T2C' and
9582            'NDRPDR'"
9583   parameters:
9584   - "throughput"
9585   - "name"
9586   - "tags"
9587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9588   x-axis: "X = CNFs per Service Chain"
9589   y-axis: "Y = Number of Service Chains"
9590   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9591   layout:
9592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9593     layout: "plot-service-density"
9594
9595 - type: "plot"
9596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9597   algorithm: "plot_nf_heatmap"
9598   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9599   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9600   filter: "'NIC_Intel-XXV710' and
9601            'NF_DENSITY' and
9602            'DOCKER' and
9603            'CHAIN' and
9604            'NF_VPPIP4' and
9605            'IPSEC' and
9606            'TNL_10000' and
9607            'IMIX' and
9608            '8T4C' and
9609            'NDRPDR'"
9610   parameters:
9611   - "throughput"
9612   - "name"
9613   - "tags"
9614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9615   x-axis: "X = CNFs per Service Chain"
9616   y-axis: "Y = Number of Service Chains"
9617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9618   layout:
9619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9620     layout: "plot-service-density"
9621
9622 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9623 - type: "plot"
9624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9625   algorithm: "plot_nf_heatmap"
9626   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9627   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9628   filter: "'NIC_Intel-XXV710' and
9629            'NF_DENSITY' and
9630            'DOCKER' and
9631            'CHAIN' and
9632            'NF_VPPIP4' and
9633            'IPSEC' and
9634            'TNL_10000' and
9635            'IMIX' and
9636            '2T1C' and
9637            'NDRPDR'"
9638   parameters:
9639   - "throughput"
9640   - "name"
9641   - "tags"
9642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9643   x-axis: "X = CNFs per Service Chain"
9644   y-axis: "Y = Number of Service Chains"
9645   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9646   layout:
9647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9648     layout: "plot-service-density"
9649
9650 - type: "plot"
9651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9652   algorithm: "plot_nf_heatmap"
9653   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9654   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9655   filter: "'NIC_Intel-XXV710' and
9656            'NF_DENSITY' and
9657            'DOCKER' and
9658            'CHAIN' and
9659            'NF_VPPIP4' and
9660            'IPSEC' and
9661            'TNL_10000' and
9662            'IMIX' and
9663            '4T2C' and
9664            'NDRPDR'"
9665   parameters:
9666   - "throughput"
9667   - "name"
9668   - "tags"
9669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9670   x-axis: "X = CNFs per Service Chain"
9671   y-axis: "Y = Number of Service Chains"
9672   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9673   layout:
9674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9675     layout: "plot-service-density"
9676
9677 - type: "plot"
9678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9679   algorithm: "plot_nf_heatmap"
9680   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9681   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9682   filter: "'NIC_Intel-XXV710' and
9683            'NF_DENSITY' and
9684            'DOCKER' and
9685            'CHAIN' and
9686            'NF_VPPIP4' and
9687            'IPSEC' and
9688            'TNL_10000' and
9689            'IMIX' and
9690            '8T4C' and
9691            'NDRPDR'"
9692   parameters:
9693   - "throughput"
9694   - "name"
9695   - "tags"
9696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9697   x-axis: "X = CNFs per Service Chain"
9698   y-axis: "Y = Number of Service Chains"
9699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9700   layout:
9701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9702     layout: "plot-service-density"
9703
9704 ###############################################################################
9705
9706 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9707 #- type: "plot"
9708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9709 #  algorithm: "plot_nf_heatmap"
9710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9711 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9712 #  filter: "'NIC_Intel-XL710' and
9713 #           'NF_DENSITY' and
9714 #           'DOCKER' and
9715 #           'CHAIN' and
9716 #           'NF_VPPIP4' and
9717 #           'IMIX' and
9718 #           'TNL_10000' and
9719 #           '1T1C' and
9720 #           'MRR'"
9721 #  parameters:
9722 #  - "result"
9723 #  - "name"
9724 #  - "tags"
9725 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9726 #  x-axis: "X = CNFs per Service Chain"
9727 #  y-axis: "Y = Number of Service Chains"
9728 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9729 #  layout:
9730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9731 #    layout: "plot-service-density"
9732 #
9733 #- type: "plot"
9734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9735 #  algorithm: "plot_nf_heatmap"
9736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9737 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9738 #  filter: "'NIC_Intel-XL710' and
9739 #           'NF_DENSITY' and
9740 #           'DOCKER' and
9741 #           'CHAIN' and
9742 #           'NF_VPPIP4' and
9743 #           'IPSEC' and
9744 #           'TNL_10000' and
9745 #           'IMIX' and
9746 #           '2T2C' and
9747 #           'MRR'"
9748 #  parameters:
9749 #  - "result"
9750 #  - "name"
9751 #  - "tags"
9752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9753 #  x-axis: "X = CNFs per Service Chain"
9754 #  y-axis: "Y = Number of Service Chains"
9755 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9756 #  layout:
9757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9758 #    layout: "plot-service-density"
9759 #
9760 #- type: "plot"
9761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9762 #  algorithm: "plot_nf_heatmap"
9763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9764 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9765 #  filter: "'NIC_Intel-XL710' and
9766 #           'NF_DENSITY' and
9767 #           'DOCKER' and
9768 #           'CHAIN' and
9769 #           'NF_VPPIP4' and
9770 #           'IPSEC' and
9771 #           'TNL_10000' and
9772 #           'IMIX' and
9773 #           '4T4C' and
9774 #           'MRR'"
9775 #  parameters:
9776 #  - "result"
9777 #  - "name"
9778 #  - "tags"
9779 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9780 #  x-axis: "X = CNFs per Service Chain"
9781 #  y-axis: "Y = Number of Service Chains"
9782 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9783 #  layout:
9784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9785 #    layout: "plot-service-density"
9786
9787 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9788 #- type: "plot"
9789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9790 #  algorithm: "plot_nf_heatmap"
9791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9792 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9793 #  filter: "'NIC_Intel-XL710' and
9794 #           'NF_DENSITY' and
9795 #           'DOCKER' and
9796 #           'CHAIN' and
9797 #           'NF_VPPIP4' and
9798 #           'IPSEC' and
9799 #           'TNL_10000' and
9800 #           'IMIX' and
9801 #           '1T1C' and
9802 #           'NDRPDR'"
9803 #  parameters:
9804 #  - "throughput"
9805 #  - "name"
9806 #  - "tags"
9807 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9808 #  x-axis: "X = CNFs per Service Chain"
9809 #  y-axis: "Y = Number of Service Chains"
9810 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9811 #  layout:
9812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9813 #    layout: "plot-service-density"
9814 #
9815 #- type: "plot"
9816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9817 #  algorithm: "plot_nf_heatmap"
9818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9819 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9820 #  filter: "'NIC_Intel-XL710' and
9821 #           'NF_DENSITY' and
9822 #           'DOCKER' and
9823 #           'CHAIN' and
9824 #           'NF_VPPIP4' and
9825 #           'IPSEC' and
9826 #           'TNL_10000' and
9827 #           'IMIX' and
9828 #           '2T2C' and
9829 #           'NDRPDR'"
9830 #  parameters:
9831 #  - "throughput"
9832 #  - "name"
9833 #  - "tags"
9834 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9835 #  x-axis: "X = CNFs per Service Chain"
9836 #  y-axis: "Y = Number of Service Chains"
9837 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9838 #  layout:
9839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9840 #    layout: "plot-service-density"
9841 #
9842 #- type: "plot"
9843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9844 #  algorithm: "plot_nf_heatmap"
9845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9846 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9847 #  filter: "'NIC_Intel-XL710' and
9848 #           'NF_DENSITY' and
9849 #           'DOCKER' and
9850 #           'CHAIN' and
9851 #           'NF_VPPIP4' and
9852 #           'IPSEC' and
9853 #           'TNL_10000' and
9854 #           'IMIX' and
9855 #           '4T4C' and
9856 #           'NDRPDR'"
9857 #  parameters:
9858 #  - "throughput"
9859 #  - "name"
9860 #  - "tags"
9861 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9862 #  x-axis: "X = CNFs per Service Chain"
9863 #  y-axis: "Y = Number of Service Chains"
9864 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9865 #  layout:
9866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9867 #    layout: "plot-service-density"
9868 #
9869 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9870 #- type: "plot"
9871 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9872 #  algorithm: "plot_nf_heatmap"
9873 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9874 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9875 #  filter: "'NIC_Intel-XL710' and
9876 #           'NF_DENSITY' and
9877 #           'DOCKER' and
9878 #           'CHAIN' and
9879 #           'NF_VPPIP4' and
9880 #           'IPSEC' and
9881 #           'TNL_10000' and
9882 #           'IMIX' and
9883 #           '1T1C' and
9884 #           'NDRPDR'"
9885 #  parameters:
9886 #  - "throughput"
9887 #  - "name"
9888 #  - "tags"
9889 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9890 #  x-axis: "X = CNFs per Service Chain"
9891 #  y-axis: "Y = Number of Service Chains"
9892 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9893 #  layout:
9894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9895 #    layout: "plot-service-density"
9896 #
9897 #- type: "plot"
9898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9899 #  algorithm: "plot_nf_heatmap"
9900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9901 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9902 #  filter: "'NIC_Intel-XL710' and
9903 #           'NF_DENSITY' and
9904 #           'DOCKER' and
9905 #           'CHAIN' and
9906 #           'NF_VPPIP4' and
9907 #           'IPSEC' and
9908 #           'TNL_10000' and
9909 #           'IMIX' and
9910 #           '2T2C' and
9911 #           'NDRPDR'"
9912 #  parameters:
9913 #  - "throughput"
9914 #  - "name"
9915 #  - "tags"
9916 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9917 #  x-axis: "X = CNFs per Service Chain"
9918 #  y-axis: "Y = Number of Service Chains"
9919 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9920 #  layout:
9921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9922 #    layout: "plot-service-density"
9923 #
9924 #- type: "plot"
9925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9926 #  algorithm: "plot_nf_heatmap"
9927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9928 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9929 #  filter: "'NIC_Intel-XL710' and
9930 #           'NF_DENSITY' and
9931 #           'DOCKER' and
9932 #           'CHAIN' and
9933 #           'NF_VPPIP4' and
9934 #           'IPSEC' and
9935 #           'TNL_10000' and
9936 #           'IMIX' and
9937 #           '4T4C' and
9938 #           'NDRPDR'"
9939 #  parameters:
9940 #  - "throughput"
9941 #  - "name"
9942 #  - "tags"
9943 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9944 #  x-axis: "X = CNFs per Service Chain"
9945 #  y-axis: "Y = Number of Service Chains"
9946 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9947 #  layout:
9948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9949 #    layout: "plot-service-density"
9950
9951 ###############################################################################
9952
9953 # Plots - NF Density - CSP - MRR IMIX
9954 - type: "plot"
9955   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9956   algorithm: "plot_nf_heatmap"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9959   data: "plot-vpp-nfv-2n-skx-mrr"
9960   filter: "'NIC_Intel-XXV710' and
9961            'NF_DENSITY' and
9962            'DOCKER' and
9963            'PIPELINE' and
9964            'NF_VPPIP4' and
9965            'IMIX' and
9966            '2T1C' and
9967            'MRR'"
9968   parameters:
9969   - "result"
9970   - "name"
9971   - "tags"
9972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9973   x-axis: "X = CNFs per Service Pipeline"
9974   y-axis: "Y = Number of Service Pipelines"
9975   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9976   layout:
9977     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9978     layout: "plot-service-density"
9979
9980 - type: "plot"
9981   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9982   algorithm: "plot_nf_heatmap"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9985   data: "plot-vpp-nfv-2n-skx-mrr"
9986   filter: "'NIC_Intel-XXV710' and
9987            'NF_DENSITY' and
9988            'DOCKER' and
9989            'PIPELINE' and
9990            'NF_VPPIP4' and
9991            'IMIX' and
9992            '4T2C' and
9993            'MRR'"
9994   parameters:
9995   - "result"
9996   - "name"
9997   - "tags"
9998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9999   x-axis: "X = CNFs per Service Pipeline"
10000   y-axis: "Y = Number of Service Pipelines"
10001   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10002   layout:
10003     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10004     layout: "plot-service-density"
10005
10006 - type: "plot"
10007   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10008   algorithm: "plot_nf_heatmap"
10009   output-file-type: ".html"
10010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10011   data: "plot-vpp-nfv-2n-skx-mrr"
10012   filter: "'NIC_Intel-XXV710' and
10013            'NF_DENSITY' and
10014            'DOCKER' and
10015            'PIPELINE' and
10016            'NF_VPPIP4' and
10017            'IMIX' and
10018            '8T4C' and
10019            'MRR'"
10020   parameters:
10021   - "result"
10022   - "name"
10023   - "tags"
10024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10025   x-axis: "X = CNFs per Service Pipeline"
10026   y-axis: "Y = Number of Service Pipelines"
10027   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10028   layout:
10029     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10030     layout: "plot-service-density"
10031
10032 # Plots - NF Density - CSP - NDR IMIX
10033 - type: "plot"
10034   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10035   algorithm: "plot_nf_heatmap"
10036   output-file-type: ".html"
10037   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10038   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10039   filter: "'NIC_Intel-XXV710' and
10040            'NF_DENSITY' and
10041            'DOCKER' and
10042            'PIPELINE' and
10043            'NF_VPPIP4' and
10044            'IMIX' and
10045            '2T1C' and
10046            'NDRPDR'"
10047   parameters:
10048   - "throughput"
10049   - "name"
10050   - "tags"
10051   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10052   x-axis: "X = CNFs per Service Pipeline"
10053   y-axis: "Y = Number of Service Pipelines"
10054   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10055   layout:
10056     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10057     layout: "plot-service-density"
10058
10059 - type: "plot"
10060   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10061   algorithm: "plot_nf_heatmap"
10062   output-file-type: ".html"
10063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10064   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10065   filter: "'NIC_Intel-XXV710' and
10066            'NF_DENSITY' and
10067            'DOCKER' and
10068            'PIPELINE' and
10069            'NF_VPPIP4' and
10070            'IMIX' and
10071            '4T2C' and
10072            'NDRPDR'"
10073   parameters:
10074   - "throughput"
10075   - "name"
10076   - "tags"
10077   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10078   x-axis: "X = CNFs per Service Pipeline"
10079   y-axis: "Y = Number of Service Pipelines"
10080   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10081   layout:
10082     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10083     layout: "plot-service-density"
10084
10085 - type: "plot"
10086   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10087   algorithm: "plot_nf_heatmap"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10090   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10091   filter: "'NIC_Intel-XXV710' and
10092            'NF_DENSITY' and
10093            'DOCKER' and
10094            'PIPELINE' and
10095            'NF_VPPIP4' and
10096            'IMIX' and
10097            '8T4C' and
10098            'NDRPDR'"
10099   parameters:
10100   - "throughput"
10101   - "name"
10102   - "tags"
10103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10104   x-axis: "X = CNFs per Service Pipeline"
10105   y-axis: "Y = Number of Service Pipelines"
10106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10107   layout:
10108     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10109     layout: "plot-service-density"
10110
10111 # Plots - NF Density - CSP - PDR IMIX
10112 - type: "plot"
10113   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10114   algorithm: "plot_nf_heatmap"
10115   output-file-type: ".html"
10116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10117   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10118   filter: "'NIC_Intel-XXV710' and
10119            'NF_DENSITY' and
10120            'DOCKER' and
10121            'PIPELINE' and
10122            'NF_VPPIP4' and
10123            'IMIX' and
10124            '2T1C' and
10125            'NDRPDR'"
10126   parameters:
10127   - "throughput"
10128   - "name"
10129   - "tags"
10130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10131   x-axis: "X = CNFs per Service Pipeline"
10132   y-axis: "Y = Number of Service Pipelines"
10133   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10134   layout:
10135     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10136     layout: "plot-service-density"
10137
10138 - type: "plot"
10139   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10140   algorithm: "plot_nf_heatmap"
10141   output-file-type: ".html"
10142   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10143   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10144   filter: "'NIC_Intel-XXV710' and
10145            'NF_DENSITY' and
10146            'DOCKER' and
10147            'PIPELINE' and
10148            'NF_VPPIP4' and
10149            'IMIX' and
10150            '4T2C' and
10151            'NDRPDR'"
10152   parameters:
10153   - "throughput"
10154   - "name"
10155   - "tags"
10156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10157   x-axis: "X = CNFs per Service Pipeline"
10158   y-axis: "Y = Number of Service Pipelines"
10159   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10160   layout:
10161     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10162     layout: "plot-service-density"
10163
10164 - type: "plot"
10165   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10166   algorithm: "plot_nf_heatmap"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10169   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10170   filter: "'NIC_Intel-XXV710' and
10171            'NF_DENSITY' and
10172            'DOCKER' and
10173            'PIPELINE' and
10174            'NF_VPPIP4' and
10175            'IMIX' and
10176            '8T4C' and
10177            'NDRPDR'"
10178   parameters:
10179   - "throughput"
10180   - "name"
10181   - "tags"
10182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10183   x-axis: "X = CNFs per Service Pipeline"
10184   y-axis: "Y = Number of Service Pipelines"
10185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10186   layout:
10187     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10188     layout: "plot-service-density"
10189
10190 ###############################################################################
10191 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10192
10193 - type: "plot"
10194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10195   algorithm: "plot_nf_heatmap"
10196   output-file-type: ".html"
10197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10198   data: "plot-vpp-nfv-2n-clx-mrr"
10199   filter: "'NIC_Intel-XXV710' and
10200            'NF_DENSITY' and
10201            'VHOST' and
10202            not 'VXLAN' and
10203            'CHAIN' and
10204            'NF_VPPIP4' and
10205            'IMIX' and
10206            '2T1C' and
10207            'MRR'"
10208   parameters:
10209   - "result"
10210   - "name"
10211   - "tags"
10212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10213   x-axis: "X = VNFs per Service Chain"
10214   y-axis: "Y = Number of Service Chains"
10215   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10216   layout:
10217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10218     layout: "plot-service-density"
10219
10220 - type: "plot"
10221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10222   algorithm: "plot_nf_heatmap"
10223   output-file-type: ".html"
10224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10225   data: "plot-vpp-nfv-2n-clx-mrr"
10226   filter: "'NIC_Intel-XXV710' and
10227            'NF_DENSITY' and
10228            'VHOST' and
10229            not 'VXLAN' and
10230            'CHAIN' and
10231            'NF_VPPIP4' and
10232            'IMIX' and
10233            '4T2C' and
10234            'MRR'"
10235   parameters:
10236   - "result"
10237   - "name"
10238   - "tags"
10239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10240   x-axis: "X = VNFs per Service Chain"
10241   y-axis: "Y = Number of Service Chains"
10242   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10243   layout:
10244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10245     layout: "plot-service-density"
10246
10247 - type: "plot"
10248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10249   algorithm: "plot_nf_heatmap"
10250   output-file-type: ".html"
10251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10252   data: "plot-vpp-nfv-2n-clx-mrr"
10253   filter: "'NIC_Intel-XXV710' and
10254            'NF_DENSITY' and
10255            'VHOST' and
10256            not 'VXLAN' and
10257            'CHAIN' and
10258            'NF_VPPIP4' and
10259            'IMIX' and
10260            '8T4C' and
10261            'MRR'"
10262   parameters:
10263   - "result"
10264   - "name"
10265   - "tags"
10266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10267   x-axis: "X = VNFs per Service Chain"
10268   y-axis: "Y = Number of Service Chains"
10269   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10270   layout:
10271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10272     layout: "plot-service-density"
10273
10274 # Plots - NF Density - VSC - NDR IMIX
10275 - type: "plot"
10276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10277   algorithm: "plot_nf_heatmap"
10278   output-file-type: ".html"
10279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10280   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10281   filter: "'NIC_Intel-XXV710' and
10282            'NF_DENSITY' and
10283            'VHOST' and
10284            not 'VXLAN' and
10285            'CHAIN' and
10286            'NF_VPPIP4' and
10287            'IMIX' and
10288            '2T1C' and
10289            'NDRPDR'"
10290   parameters:
10291   - "throughput"
10292   - "name"
10293   - "tags"
10294   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10295   x-axis: "X = VNFs per Service Chain"
10296   y-axis: "Y = Number of Service Chains"
10297   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10298   layout:
10299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10300     layout: "plot-service-density"
10301
10302 - type: "plot"
10303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10304   algorithm: "plot_nf_heatmap"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10307   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10308   filter: "'NIC_Intel-XXV710' and
10309            'NF_DENSITY' and
10310            'VHOST' and
10311            not 'VXLAN' and
10312            'CHAIN' and
10313            'NF_VPPIP4' and
10314            'IMIX' and
10315            '4T2C' and
10316            'NDRPDR'"
10317   parameters:
10318   - "throughput"
10319   - "name"
10320   - "tags"
10321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10322   x-axis: "X = VNFs per Service Chain"
10323   y-axis: "Y = Number of Service Chains"
10324   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10325   layout:
10326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10327     layout: "plot-service-density"
10328
10329 - type: "plot"
10330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10331   algorithm: "plot_nf_heatmap"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10334   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'VHOST' and
10338            not 'VXLAN' and
10339            'CHAIN' and
10340            'NF_VPPIP4' and
10341            'IMIX' and
10342            '8T4C' and
10343            'NDRPDR'"
10344   parameters:
10345   - "throughput"
10346   - "name"
10347   - "tags"
10348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10349   x-axis: "X = VNFs per Service Chain"
10350   y-axis: "Y = Number of Service Chains"
10351   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10352   layout:
10353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10354     layout: "plot-service-density"
10355
10356 # Plots - NF Density - VSC - PDR IMIX
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10362   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'VHOST' and
10366            not 'VXLAN' and
10367            'CHAIN' and
10368            'NF_VPPIP4' and
10369            'IMIX' and
10370            '2T1C' and
10371            'NDRPDR'"
10372   parameters:
10373   - "throughput"
10374   - "name"
10375   - "tags"
10376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10377   x-axis: "X = VNFs per Service Chain"
10378   y-axis: "Y = Number of Service Chains"
10379   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10380   layout:
10381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10382     layout: "plot-service-density"
10383
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10389   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'VHOST' and
10393            not 'VXLAN' and
10394            'CHAIN' and
10395            'NF_VPPIP4' and
10396            'IMIX' and
10397            '4T2C' and
10398            'NDRPDR'"
10399   parameters:
10400   - "throughput"
10401   - "name"
10402   - "tags"
10403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10404   x-axis: "X = VNFs per Service Chain"
10405   y-axis: "Y = Number of Service Chains"
10406   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10407   layout:
10408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10409     layout: "plot-service-density"
10410
10411 - type: "plot"
10412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10413   algorithm: "plot_nf_heatmap"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10416   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10417   filter: "'NIC_Intel-XXV710' and
10418            'NF_DENSITY' and
10419            'VHOST' and
10420            not 'VXLAN' and
10421            'CHAIN' and
10422            'NF_VPPIP4' and
10423            'IMIX' and
10424            '8T4C' and
10425            'NDRPDR'"
10426   parameters:
10427   - "throughput"
10428   - "name"
10429   - "tags"
10430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = VNFs per Service Chain"
10432   y-axis: "Y = Number of Service Chains"
10433   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10436     layout: "plot-service-density"
10437
10438 # Plots - NF Density - VSC - MRR IMIX
10439 - type: "plot"
10440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10441   algorithm: "plot_nf_heatmap"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10444   data: "plot-vpp-nfv-2n-clx-mrr"
10445   filter: "'NIC_Intel-XXV710' and
10446            'NF_DENSITY' and
10447            'VHOST' and
10448            'VXLAN' and
10449            'CHAIN' and
10450            'IMIX' and
10451            '2T1C' and
10452            'MRR'"
10453   parameters:
10454   - "result"
10455   - "name"
10456   - "tags"
10457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = VNFs per Service Chain"
10459   y-axis: "Y = Number of Service Chains"
10460   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10463     layout: "plot-service-density"
10464
10465 - type: "plot"
10466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10467   algorithm: "plot_nf_heatmap"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10470   data: "plot-vpp-nfv-2n-clx-mrr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'VHOST' and
10474            'VXLAN' and
10475            'CHAIN' and
10476            'IMIX' and
10477            '4T2C' and
10478            'MRR'"
10479   parameters:
10480   - "result"
10481   - "name"
10482   - "tags"
10483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10484   x-axis: "X = VNFs per Service Chain"
10485   y-axis: "Y = Number of Service Chains"
10486   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10487   layout:
10488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10489     layout: "plot-service-density"
10490
10491 - type: "plot"
10492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10493   algorithm: "plot_nf_heatmap"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10496   data: "plot-vpp-nfv-2n-clx-mrr"
10497   filter: "'NIC_Intel-XXV710' and
10498            'NF_DENSITY' and
10499            'VHOST' and
10500            'VXLAN' and
10501            'CHAIN' and
10502            'IMIX' and
10503            '8T4C' and
10504            'MRR'"
10505   parameters:
10506   - "result"
10507   - "name"
10508   - "tags"
10509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10510   x-axis: "X = VNFs per Service Chain"
10511   y-axis: "Y = Number of Service Chains"
10512   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10513   layout:
10514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10515     layout: "plot-service-density"
10516
10517 # Plots - NF Density - VSC - NDR IMIX
10518 - type: "plot"
10519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10520   algorithm: "plot_nf_heatmap"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10523   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10524   filter: "'NIC_Intel-XXV710' and
10525            'NF_DENSITY' and
10526            'VHOST' and
10527            'VXLAN' and
10528            'CHAIN' and
10529            'IMIX' and
10530            '2T1C' and
10531            'NDRPDR'"
10532   parameters:
10533   - "throughput"
10534   - "name"
10535   - "tags"
10536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10537   x-axis: "X = VNFs per Service Chain"
10538   y-axis: "Y = Number of Service Chains"
10539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10540   layout:
10541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10542     layout: "plot-service-density"
10543
10544 - type: "plot"
10545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10546   algorithm: "plot_nf_heatmap"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10549   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10550   filter: "'NIC_Intel-XXV710' and
10551            'NF_DENSITY' and
10552            'VHOST' and
10553            'VXLAN' and
10554            'CHAIN' and
10555            'IMIX' and
10556            '4T2C' and
10557            'NDRPDR'"
10558   parameters:
10559   - "throughput"
10560   - "name"
10561   - "tags"
10562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10563   x-axis: "X = VNFs per Service Chain"
10564   y-axis: "Y = Number of Service Chains"
10565   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10566   layout:
10567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10568     layout: "plot-service-density"
10569
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10575   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'VHOST' and
10579            'VXLAN' and
10580            'CHAIN' and
10581            'IMIX' and
10582            '8T4C' and
10583            'NDRPDR'"
10584   parameters:
10585   - "throughput"
10586   - "name"
10587   - "tags"
10588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = VNFs per Service Chain"
10590   y-axis: "Y = Number of Service Chains"
10591   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10594     layout: "plot-service-density"
10595
10596 # Plots - NF Density - VSC - PDR IMIX
10597 - type: "plot"
10598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10599   algorithm: "plot_nf_heatmap"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10602   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10603   filter: "'NIC_Intel-XXV710' and
10604            'NF_DENSITY' and
10605            'VHOST' and
10606            'VXLAN' and
10607            'CHAIN' and
10608            'IMIX' and
10609            '2T1C' and
10610            'NDRPDR'"
10611   parameters:
10612   - "throughput"
10613   - "name"
10614   - "tags"
10615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10616   x-axis: "X = VNFs per Service Chain"
10617   y-axis: "Y = Number of Service Chains"
10618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10619   layout:
10620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10621     layout: "plot-service-density"
10622
10623 - type: "plot"
10624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10625   algorithm: "plot_nf_heatmap"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10629   filter: "'NIC_Intel-XXV710' and
10630            'NF_DENSITY' and
10631            'VHOST' and
10632            'VXLAN' and
10633            'CHAIN' and
10634            'IMIX' and
10635            '4T2C' and
10636            'NDRPDR'"
10637   parameters:
10638   - "throughput"
10639   - "name"
10640   - "tags"
10641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10642   x-axis: "X = VNFs per Service Chain"
10643   y-axis: "Y = Number of Service Chains"
10644   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10645   layout:
10646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10647     layout: "plot-service-density"
10648
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'VHOST' and
10658            'VXLAN' and
10659            'CHAIN' and
10660            'IMIX' and
10661            '8T4C' and
10662            'NDRPDR'"
10663   parameters:
10664   - "throughput"
10665   - "name"
10666   - "tags"
10667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10668   x-axis: "X = VNFs per Service Chain"
10669   y-axis: "Y = Number of Service Chains"
10670   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10671   layout:
10672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10673     layout: "plot-service-density"
10674
10675 # Plots - NF Density - CSC - MRR IMIX
10676 - type: "plot"
10677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10678   algorithm: "plot_nf_heatmap"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10681   data: "plot-vpp-nfv-2n-clx-mrr"
10682   filter: "'NIC_Intel-XXV710' and
10683            'NF_DENSITY' and
10684            'DOCKER' and
10685            'CHAIN' and
10686            'NF_VPPIP4' and
10687            'IMIX' and
10688            '2T1C' and
10689            'MRR'"
10690   parameters:
10691   - "result"
10692   - "name"
10693   - "tags"
10694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10695   x-axis: "X = CNFs per Service Chain"
10696   y-axis: "Y = Number of Service Chains"
10697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10698   layout:
10699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10700     layout: "plot-service-density"
10701
10702 - type: "plot"
10703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10704   algorithm: "plot_nf_heatmap"
10705   output-file-type: ".html"
10706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10707   data: "plot-vpp-nfv-2n-clx-mrr"
10708   filter: "'NIC_Intel-XXV710' and
10709            'NF_DENSITY' and
10710            'DOCKER' and
10711            'CHAIN' and
10712            'NF_VPPIP4' and
10713            'IMIX' and
10714            '4T2C' and
10715            'MRR'"
10716   parameters:
10717   - "result"
10718   - "name"
10719   - "tags"
10720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10721   x-axis: "X = CNFs per Service Chain"
10722   y-axis: "Y = Number of Service Chains"
10723   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10724   layout:
10725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10726     layout: "plot-service-density"
10727
10728 - type: "plot"
10729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10730   algorithm: "plot_nf_heatmap"
10731   output-file-type: ".html"
10732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10733   data: "plot-vpp-nfv-2n-clx-mrr"
10734   filter: "'NIC_Intel-XXV710' and
10735            'NF_DENSITY' and
10736            'DOCKER' and
10737            'CHAIN' and
10738            'NF_VPPIP4' and
10739            'IMIX' and
10740            '8T4C' and
10741            'MRR'"
10742   parameters:
10743   - "result"
10744   - "name"
10745   - "tags"
10746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10747   x-axis: "X = CNFs per Service Chain"
10748   y-axis: "Y = Number of Service Chains"
10749   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10750   layout:
10751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10752     layout: "plot-service-density"
10753
10754 # Plots - NF Density - CSC - NDR IMIX
10755 - type: "plot"
10756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10757   algorithm: "plot_nf_heatmap"
10758   output-file-type: ".html"
10759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10760   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10761   filter: "'NIC_Intel-XXV710' and
10762            'NF_DENSITY' and
10763            'DOCKER' and
10764            'CHAIN' and
10765            'NF_VPPIP4' and
10766            'IMIX' and
10767            '2T1C' and
10768            'NDRPDR'"
10769   parameters:
10770   - "throughput"
10771   - "name"
10772   - "tags"
10773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10774   x-axis: "X = CNFs per Service Chain"
10775   y-axis: "Y = Number of Service Chains"
10776   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10777   layout:
10778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10779     layout: "plot-service-density"
10780
10781 - type: "plot"
10782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10783   algorithm: "plot_nf_heatmap"
10784   output-file-type: ".html"
10785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10786   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10787   filter: "'NIC_Intel-XXV710' and
10788            'NF_DENSITY' and
10789            'DOCKER' and
10790            'CHAIN' and
10791            'NF_VPPIP4' and
10792            'IMIX' and
10793            '4T2C' and
10794            'NDRPDR'"
10795   parameters:
10796   - "throughput"
10797   - "name"
10798   - "tags"
10799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10800   x-axis: "X = CNFs per Service Chain"
10801   y-axis: "Y = Number of Service Chains"
10802   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10803   layout:
10804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10805     layout: "plot-service-density"
10806
10807 - type: "plot"
10808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10809   algorithm: "plot_nf_heatmap"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10812   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10813   filter: "'NIC_Intel-XXV710' and
10814            'NF_DENSITY' and
10815            'DOCKER' and
10816            'CHAIN' and
10817            'NF_VPPIP4' and
10818            'IMIX' and
10819            '8T4C' and
10820            'NDRPDR'"
10821   parameters:
10822   - "throughput"
10823   - "name"
10824   - "tags"
10825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10826   x-axis: "X = CNFs per Service Chain"
10827   y-axis: "Y = Number of Service Chains"
10828   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10829   layout:
10830     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10831     layout: "plot-service-density"
10832
10833 # Plots - NF Density - CSC - PDR IMIX
10834 - type: "plot"
10835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10836   algorithm: "plot_nf_heatmap"
10837   output-file-type: ".html"
10838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10839   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10840   filter: "'NIC_Intel-XXV710' and
10841            'NF_DENSITY' and
10842            'DOCKER' and
10843            'CHAIN' and
10844            'NF_VPPIP4' and
10845            'IMIX' and
10846            '2T1C' and
10847            'NDRPDR'"
10848   parameters:
10849   - "throughput"
10850   - "name"
10851   - "tags"
10852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10853   x-axis: "X = CNFs per Service Chain"
10854   y-axis: "Y = Number of Service Chains"
10855   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10856   layout:
10857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10858     layout: "plot-service-density"
10859
10860 - type: "plot"
10861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10862   algorithm: "plot_nf_heatmap"
10863   output-file-type: ".html"
10864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10865   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10866   filter: "'NIC_Intel-XXV710' and
10867            'NF_DENSITY' and
10868            'DOCKER' and
10869            'CHAIN' and
10870            'NF_VPPIP4' and
10871            'IMIX' and
10872            '4T2C' and
10873            'NDRPDR'"
10874   parameters:
10875   - "throughput"
10876   - "name"
10877   - "tags"
10878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10879   x-axis: "X = CNFs per Service Chain"
10880   y-axis: "Y = Number of Service Chains"
10881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10882   layout:
10883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10884     layout: "plot-service-density"
10885
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10891   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'DOCKER' and
10895            'CHAIN' and
10896            'NF_VPPIP4' and
10897            'IMIX' and
10898            '8T4C' and
10899            'NDRPDR'"
10900   parameters:
10901   - "throughput"
10902   - "name"
10903   - "tags"
10904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10905   x-axis: "X = CNFs per Service Chain"
10906   y-axis: "Y = Number of Service Chains"
10907   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10908   layout:
10909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10910     layout: "plot-service-density"
10911
10912 # Plots - NF Density - CSP - MRR IMIX
10913 - type: "plot"
10914   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10915   algorithm: "plot_nf_heatmap"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10918   data: "plot-vpp-nfv-2n-clx-mrr"
10919   filter: "'NIC_Intel-XXV710' and
10920            'NF_DENSITY' and
10921            'DOCKER' and
10922            'PIPELINE' and
10923            'NF_VPPIP4' and
10924            'IMIX' and
10925            '2T1C' and
10926            'MRR'"
10927   parameters:
10928   - "result"
10929   - "name"
10930   - "tags"
10931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10932   x-axis: "X = CNFs per Service Pipeline"
10933   y-axis: "Y = Number of Service Pipelines"
10934   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10935   layout:
10936     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10937     layout: "plot-service-density"
10938
10939 - type: "plot"
10940   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10941   algorithm: "plot_nf_heatmap"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10944   data: "plot-vpp-nfv-2n-clx-mrr"
10945   filter: "'NIC_Intel-XXV710' and
10946            'NF_DENSITY' and
10947            'DOCKER' and
10948            'PIPELINE' and
10949            'NF_VPPIP4' and
10950            'IMIX' and
10951            '4T2C' and
10952            'MRR'"
10953   parameters:
10954   - "result"
10955   - "name"
10956   - "tags"
10957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10958   x-axis: "X = CNFs per Service Pipeline"
10959   y-axis: "Y = Number of Service Pipelines"
10960   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10961   layout:
10962     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10963     layout: "plot-service-density"
10964
10965 - type: "plot"
10966   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10967   algorithm: "plot_nf_heatmap"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10970   data: "plot-vpp-nfv-2n-clx-mrr"
10971   filter: "'NIC_Intel-XXV710' and
10972            'NF_DENSITY' and
10973            'DOCKER' and
10974            'PIPELINE' and
10975            'NF_VPPIP4' and
10976            'IMIX' and
10977            '8T4C' and
10978            'MRR'"
10979   parameters:
10980   - "result"
10981   - "name"
10982   - "tags"
10983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10984   x-axis: "X = CNFs per Service Pipeline"
10985   y-axis: "Y = Number of Service Pipelines"
10986   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10987   layout:
10988     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10989     layout: "plot-service-density"
10990
10991 # Plots - NF Density - CSP - NDR IMIX
10992 - type: "plot"
10993   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10994   algorithm: "plot_nf_heatmap"
10995   output-file-type: ".html"
10996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10997   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10998   filter: "'NIC_Intel-XXV710' and
10999            'NF_DENSITY' and
11000            'DOCKER' and
11001            'PIPELINE' and
11002            'NF_VPPIP4' and
11003            'IMIX' and
11004            '2T1C' and
11005            'NDRPDR'"
11006   parameters:
11007   - "throughput"
11008   - "name"
11009   - "tags"
11010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11011   x-axis: "X = CNFs per Service Pipeline"
11012   y-axis: "Y = Number of Service Pipelines"
11013   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11014   layout:
11015     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11016     layout: "plot-service-density"
11017
11018 - type: "plot"
11019   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11020   algorithm: "plot_nf_heatmap"
11021   output-file-type: ".html"
11022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11023   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11024   filter: "'NIC_Intel-XXV710' and
11025            'NF_DENSITY' and
11026            'DOCKER' and
11027            'PIPELINE' and
11028            'NF_VPPIP4' and
11029            'IMIX' and
11030            '4T2C' and
11031            'NDRPDR'"
11032   parameters:
11033   - "throughput"
11034   - "name"
11035   - "tags"
11036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11037   x-axis: "X = CNFs per Service Pipeline"
11038   y-axis: "Y = Number of Service Pipelines"
11039   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11040   layout:
11041     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11042     layout: "plot-service-density"
11043
11044 - type: "plot"
11045   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11046   algorithm: "plot_nf_heatmap"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11049   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11050   filter: "'NIC_Intel-XXV710' and
11051            'NF_DENSITY' and
11052            'DOCKER' and
11053            'PIPELINE' and
11054            'NF_VPPIP4' and
11055            'IMIX' and
11056            '8T4C' and
11057            'NDRPDR'"
11058   parameters:
11059   - "throughput"
11060   - "name"
11061   - "tags"
11062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11063   x-axis: "X = CNFs per Service Pipeline"
11064   y-axis: "Y = Number of Service Pipelines"
11065   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11066   layout:
11067     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11068     layout: "plot-service-density"
11069
11070 # Plots - NF Density - CSP - PDR IMIX
11071 - type: "plot"
11072   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11073   algorithm: "plot_nf_heatmap"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11076   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11077   filter: "'NIC_Intel-XXV710' and
11078            'NF_DENSITY' and
11079            'DOCKER' and
11080            'PIPELINE' and
11081            'NF_VPPIP4' and
11082            'IMIX' and
11083            '2T1C' and
11084            'NDRPDR'"
11085   parameters:
11086   - "throughput"
11087   - "name"
11088   - "tags"
11089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11090   x-axis: "X = CNFs per Service Pipeline"
11091   y-axis: "Y = Number of Service Pipelines"
11092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11093   layout:
11094     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11095     layout: "plot-service-density"
11096
11097 - type: "plot"
11098   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11099   algorithm: "plot_nf_heatmap"
11100   output-file-type: ".html"
11101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11102   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11103   filter: "'NIC_Intel-XXV710' and
11104            'NF_DENSITY' and
11105            'DOCKER' and
11106            'PIPELINE' and
11107            'NF_VPPIP4' and
11108            'IMIX' and
11109            '4T2C' and
11110            'NDRPDR'"
11111   parameters:
11112   - "throughput"
11113   - "name"
11114   - "tags"
11115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11116   x-axis: "X = CNFs per Service Pipeline"
11117   y-axis: "Y = Number of Service Pipelines"
11118   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11119   layout:
11120     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11121     layout: "plot-service-density"
11122
11123 - type: "plot"
11124   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11125   algorithm: "plot_nf_heatmap"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11128   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11129   filter: "'NIC_Intel-XXV710' and
11130            'NF_DENSITY' and
11131            'DOCKER' and
11132            'PIPELINE' and
11133            'NF_VPPIP4' and
11134            'IMIX' and
11135            '8T4C' and
11136            'NDRPDR'"
11137   parameters:
11138   - "throughput"
11139   - "name"
11140   - "tags"
11141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11142   x-axis: "X = CNFs per Service Pipeline"
11143   y-axis: "Y = Number of Service Pipelines"
11144   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11145   layout:
11146     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11147     layout: "plot-service-density"
11148
11149 ################################################################################
11150
11151 # Packet Throughput
11152
11153 - type: "plot"
11154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11155   algorithm: "plot_perf_box_name"
11156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11158   include:
11159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11162     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11163   layout:
11164     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11172   include:
11173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11177   layout:
11178     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11179     layout: "plot-throughput"
11180
11181 - type: "plot"
11182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11183   algorithm: "plot_perf_box_name"
11184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11186   include:
11187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11189     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11191   layout:
11192     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11200   include:
11201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11205   layout:
11206     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11207     layout: "plot-throughput"
11208
11209 - type: "plot"
11210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11211   algorithm: "plot_perf_box_name"
11212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11214   include:
11215     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11216     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11217     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11218     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11219     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11220   layout:
11221     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11222     layout: "plot-throughput"
11223
11224 - type: "plot"
11225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11226   algorithm: "plot_perf_box_name"
11227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11229   include:
11230     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11231     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11232     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11233     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11234     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11235   layout:
11236     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11237     layout: "plot-throughput"
11238
11239 - type: "plot"
11240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11241   algorithm: "plot_perf_box_name"
11242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11244   include:
11245     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11246     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11247     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11248     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11249     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11250   layout:
11251     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11259   include:
11260     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11261     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11262     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11263     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11264     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11265   layout:
11266     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11267     layout: "plot-throughput"
11268
11269 - type: "plot"
11270   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11271   algorithm: "plot_perf_box_name"
11272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11274   include:
11275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11280   layout:
11281     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11282     layout: "plot-throughput"
11283
11284 - type: "plot"
11285   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11286   algorithm: "plot_perf_box_name"
11287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11289   include:
11290     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11291     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11292     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11293     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11294     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11295   layout:
11296     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11297     layout: "plot-throughput"
11298
11299 - type: "plot"
11300   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11301   algorithm: "plot_perf_box_name"
11302   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11304   include:
11305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11311   layout:
11312     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11327   layout:
11328     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11336   include:
11337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11342   layout:
11343     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11344     layout: "plot-throughput"
11345
11346 - type: "plot"
11347   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11348   algorithm: "plot_perf_box_name"
11349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11351   include:
11352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11357   layout:
11358     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11359     layout: "plot-throughput"
11360
11361 - type: "plot"
11362   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11363   algorithm: "plot_perf_box_name"
11364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11366   include:
11367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11370   layout:
11371     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11379   include:
11380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11383   layout:
11384     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11389   algorithm: "plot_perf_box_name"
11390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11392   include:
11393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11398   layout:
11399     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11407   include:
11408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11413   layout:
11414     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11422   include:
11423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11426   layout:
11427     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11435   include:
11436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11439   layout:
11440     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11441     layout: "plot-throughput"
11442
11443 - type: "plot"
11444   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11445   algorithm: "plot_perf_box_name"
11446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11448   include:
11449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11455   layout:
11456     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11464   include:
11465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11471   layout:
11472     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11477   algorithm: "plot_perf_box_name"
11478   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11480   include:
11481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11487   layout:
11488     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11496   include:
11497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11503   layout:
11504     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11516   layout:
11517     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11518     layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11522   algorithm: "plot_perf_box_name"
11523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11525   include:
11526     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11529   layout:
11530     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11541 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11542 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11543 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11544   layout:
11545     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11556 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11557 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11558 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11559   layout:
11560     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11568   include:
11569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11574   layout:
11575     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11576     layout: "plot-throughput"
11577
11578 - type: "plot"
11579   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11580   algorithm: "plot_perf_box_name"
11581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11583   include:
11584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11589   layout:
11590     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11591     layout: "plot-throughput"
11592
11593 - type: "plot"
11594   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11595   algorithm: "plot_perf_box_name"
11596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11598   include:
11599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11604   layout:
11605     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11610   algorithm: "plot_perf_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11613   include:
11614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11619   layout:
11620     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11621     layout: "plot-throughput"
11622
11623 - type: "plot"
11624   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11625   algorithm: "plot_perf_box_name"
11626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11628   include:
11629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11635   layout:
11636     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11644   include:
11645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11651   layout:
11652     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11660   include:
11661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11667   layout:
11668     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11669     layout: "plot-throughput"
11670
11671 - type: "plot"
11672   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11673   algorithm: "plot_perf_box_name"
11674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11676   include:
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11683   layout:
11684     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11685     layout: "plot-throughput"
11686
11687 - type: "plot"
11688   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11689   algorithm: "plot_perf_box_name"
11690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11691   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11692   include:
11693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11698   layout:
11699     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11704   algorithm: "plot_perf_box_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11707   include:
11708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11713   layout:
11714     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11721   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11722   include:
11723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11729   layout:
11730     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11737   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11738   include:
11739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11745   layout:
11746     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11753   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11754   include:
11755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11760   layout:
11761     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11762     layout: "plot-throughput"
11763
11764 - type: "plot"
11765   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11769   include:
11770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11775   layout:
11776     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11784   include:
11785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11791   layout:
11792     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11797   algorithm: "plot_perf_box_name"
11798   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11799   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11800   include:
11801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11807   layout:
11808     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11809     layout: "plot-throughput"
11810
11811 - type: "plot"
11812   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11813   algorithm: "plot_perf_box_name"
11814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11816   include:
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11822   layout:
11823     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11831   include:
11832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11837   layout:
11838     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11845   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11846   include:
11847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11853   layout:
11854     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11861   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11862   include:
11863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11869   layout:
11870     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11878   include:
11879     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11881   layout:
11882     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11890   include:
11891     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11893   layout:
11894     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11902   include:
11903     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11907   layout:
11908     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11916   include:
11917     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11921   layout:
11922     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11930   include:
11931     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11935   layout:
11936     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11944   include:
11945     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11949   layout:
11950     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11951     layout: "plot-throughput"
11952
11953 - type: "plot"
11954   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11955   algorithm: "plot_perf_box_name"
11956   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11957   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11958   include:
11959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11963   layout:
11964     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11972   include:
11973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11977   layout:
11978     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11986   include:
11987     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11991   layout:
11992     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11993     layout: "plot-throughput"
11994
11995 - type: "plot"
11996   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11997   algorithm: "plot_perf_box_name"
11998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12000   include:
12001     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12005   layout:
12006     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12007     layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12014   include:
12015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12021   layout:
12022     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12027   algorithm: "plot_perf_box_name"
12028   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12030   include:
12031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12037   layout:
12038     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12052   layout:
12053     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12054     layout: "plot-throughput"
12055
12056 - type: "plot"
12057   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12058   algorithm: "plot_perf_box_name"
12059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12061   include:
12062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12067   layout:
12068     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12082   layout:
12083     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12097   layout:
12098     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12106   include:
12107     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12110   layout:
12111     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12119   include:
12120     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12123   layout:
12124     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12132   include:
12133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12136   layout:
12137     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12138     layout: "plot-throughput"
12139
12140 - type: "plot"
12141   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12142   algorithm: "plot_perf_box_name"
12143   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12145   include:
12146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12149   layout:
12150     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12164   layout:
12165     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12173   include:
12174     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12179   layout:
12180     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188   include:
12189     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12194   layout:
12195     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12209   layout:
12210     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12218   include:
12219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12224   layout:
12225     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12233   include:
12234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12239   layout:
12240     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12247   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12248   include:
12249     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12262   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12263   include:
12264     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12269   layout:
12270     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12278   include:
12279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12284   layout:
12285     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12293   include:
12294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12299   layout:
12300     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12308   include:
12309     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12310     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12315   layout:
12316     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12324   include:
12325     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12326     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12331   layout:
12332     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12340   include:
12341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12345   layout:
12346     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12354   include:
12355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12356     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12359   layout:
12360     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12368   include:
12369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12375   layout:
12376     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12384   include:
12385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12391   layout:
12392     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12400   include:
12401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12407   layout:
12408     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12416   include:
12417     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12423   layout:
12424     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12432   include:
12433     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12439   layout:
12440     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12448   include:
12449     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12455   layout:
12456     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12464   include:
12465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12471   layout:
12472     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12473     layout: "plot-throughput"
12474
12475 - type: "plot"
12476   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12477   algorithm: "plot_perf_box_name"
12478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12480   include:
12481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12487   layout:
12488     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12495   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12496   include:
12497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12503   layout:
12504     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12512   include:
12513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12519   layout:
12520     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12535   layout:
12536     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12541   algorithm: "plot_perf_box_name"
12542   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12544   include:
12545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12551   layout:
12552     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12553     layout: "plot-throughput"
12554
12555 - type: "plot"
12556   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12557   algorithm: "plot_perf_box_name"
12558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12560   include:
12561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12567   layout:
12568     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12569     layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12573   algorithm: "plot_perf_box_name"
12574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12576   include:
12577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12583   layout:
12584     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12589   algorithm: "plot_perf_box_name"
12590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12592   include:
12593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12599   layout:
12600     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12601     layout: "plot-throughput"
12602
12603 - type: "plot"
12604   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12605   algorithm: "plot_perf_box_name"
12606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12608   include:
12609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12615   layout:
12616     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12624   include:
12625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12629   layout:
12630     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12631     layout: "plot-throughput"
12632
12633 - type: "plot"
12634   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12635   algorithm: "plot_perf_box_name"
12636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12638   include:
12639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12643   layout:
12644     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12645     layout: "plot-throughput"
12646
12647 - type: "plot"
12648   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12649   algorithm: "plot_perf_box_name"
12650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12652   include:
12653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12657   layout:
12658     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12666   include:
12667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12671   layout:
12672     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12680   include:
12681     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12687   layout:
12688     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12696   include:
12697     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12703   layout:
12704     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12718   layout:
12719     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12720     layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12724   algorithm: "plot_perf_box_name"
12725   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12727   include:
12728     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12733   layout:
12734     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12735     layout: "plot-throughput"
12736
12737 - type: "plot"
12738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12739   algorithm: "plot_perf_box_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12742   include:
12743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12748   layout:
12749     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12763   layout:
12764     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12777   layout:
12778     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12786   include:
12787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12791   layout:
12792     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12800   include:
12801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12807   layout:
12808     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12816   include:
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12823   layout:
12824     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12832   include:
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12839   layout:
12840     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12848   include:
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12855   layout:
12856     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12864   include:
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12871   layout:
12872     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12887   layout:
12888     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12896   include:
12897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12903   layout:
12904     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12919   layout:
12920     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12928   include:
12929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12933   layout:
12934     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12942   include:
12943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12947   layout:
12948     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12953   algorithm: "plot_perf_box_name"
12954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12956   include:
12957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12963   layout:
12964     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12972   include:
12973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12979   layout:
12980     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12988   include:
12989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12995   layout:
12996     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13004   include:
13005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13011   layout:
13012     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13013     layout: "plot-throughput"
13014
13015 #- type: "plot"
13016 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13017 #  algorithm: "plot_perf_box_name"
13018 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13019 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13020 #  include:
13021 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13022 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13023 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13024 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13025 #  layout:
13026 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13027 #    layout: "plot-throughput"
13028 #
13029 #- type: "plot"
13030 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13031 #  algorithm: "plot_perf_box_name"
13032 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13033 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13034 #  include:
13035 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13036 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13037 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13038 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13039 #  layout:
13040 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13041 #    layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13047   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13048   include:
13049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13055   layout:
13056     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13063   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13064   include:
13065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13071   layout:
13072     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13073     layout: "plot-throughput"
13074
13075 #- type: "plot"
13076 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13077 #  algorithm: "plot_perf_box_name"
13078 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13079 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13080 #  include:
13081 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13085 #  layout:
13086 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13087 #    layout: "plot-throughput"
13088 #
13089 #- type: "plot"
13090 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13091 #  algorithm: "plot_perf_box_name"
13092 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13093 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13094 #  include:
13095 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13096 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13097 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13099 #  layout:
13100 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13101 #    layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13108   include:
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13115   layout:
13116     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13124   include:
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13131   layout:
13132     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13133     layout: "plot-throughput"
13134
13135 #- type: "plot"
13136 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13137 #  algorithm: "plot_perf_box_name"
13138 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13139 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13140 #  include:
13141 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13145 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13146 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13147 #  layout:
13148 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13149 #    layout: "plot-throughput"
13150 #
13151 #- type: "plot"
13152 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13153 #  algorithm: "plot_perf_box_name"
13154 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13155 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13156 #  include:
13157 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13158 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13159 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13160 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13161 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13162 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13163 #  layout:
13164 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13165 #    layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13172   include:
13173     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13174     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13175     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13176     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13177     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13178     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13179   layout:
13180     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13188   include:
13189     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13191     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13194     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13195   layout:
13196     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13204   include:
13205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13206     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13208 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13209 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13210 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13211   layout:
13212     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13224 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13225 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13226 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13227   layout:
13228     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13236   include:
13237     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13243   layout:
13244     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13254     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13255     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13256     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13257     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13258     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13259   layout:
13260     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13261     layout: "plot-throughput"
13262
13263 - type: "plot"
13264   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13265   algorithm: "plot_perf_box_name"
13266   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13267   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13268   include:
13269     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13270     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13271     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13272     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13273     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13274     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13275   layout:
13276     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13284   include:
13285     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13286     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13287     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13288     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13289     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13290     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13291   layout:
13292     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13293     layout: "plot-throughput"
13294
13295 #- type: "plot"
13296 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13297 #  algorithm: "plot_perf_box_name"
13298 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13299 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13300 #  include:
13301 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13302 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13303 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13304 #  layout:
13305 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13306 #    layout: "plot-throughput"
13307 #
13308 #- type: "plot"
13309 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13310 #  algorithm: "plot_perf_box_name"
13311 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13312 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13313 #  include:
13314 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13315 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13316 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13317 #  layout:
13318 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13319 #    layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13332   layout:
13333     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13347   layout:
13348     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13356   include:
13357     - "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"
13358     - "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"
13359     - "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"
13360     - "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"
13361     - "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"
13362   layout:
13363     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13371   include:
13372     - "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"
13373     - "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"
13374     - "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"
13375     - "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"
13376     - "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"
13377   layout:
13378     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13392   layout:
13393     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13407   layout:
13408     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13416   include:
13417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13422   layout:
13423     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13437   layout:
13438     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13446   include:
13447     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13452   layout:
13453     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13461   include:
13462     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13467   layout:
13468     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13476   include:
13477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13482   layout:
13483     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13497   layout:
13498     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511   layout:
13512     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13520   include:
13521     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13525   layout:
13526     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13527     layout: "plot-throughput"
13528
13529 - type: "plot"
13530   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13531   algorithm: "plot_perf_box_name"
13532   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13534   include:
13535     - "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"
13536     - "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"
13537     - "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"
13538     - "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"
13539   layout:
13540     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13541     layout: "plot-throughput"
13542
13543 - type: "plot"
13544   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13545   algorithm: "plot_perf_box_name"
13546   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13548   include:
13549     - "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"
13550     - "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"
13551     - "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"
13552     - "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"
13553   layout:
13554     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13562   include:
13563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569   layout:
13570     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13571     layout: "plot-throughput"
13572
13573 - type: "plot"
13574   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13575   algorithm: "plot_perf_box_name"
13576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13578   include:
13579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13585   layout:
13586     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13587     layout: "plot-throughput"
13588
13589 - type: "plot"
13590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13591   algorithm: "plot_perf_box_name"
13592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13594   include:
13595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601   layout:
13602     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13603     layout: "plot-throughput"
13604
13605 - type: "plot"
13606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13607   algorithm: "plot_perf_box_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13610   include:
13611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13617   layout:
13618     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13619     layout: "plot-throughput"
13620
13621 - type: "plot"
13622   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13623   algorithm: "plot_perf_box_name"
13624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13626   include:
13627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13633   layout:
13634     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13635     layout: "plot-throughput"
13636
13637 - type: "plot"
13638   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13639   algorithm: "plot_perf_box_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13642   include:
13643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13649   layout:
13650     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13651     layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13664   layout:
13665     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13666     layout: "plot-throughput"
13667
13668 - type: "plot"
13669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13670   algorithm: "plot_perf_box_name"
13671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13679   layout:
13680     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13681     layout: "plot-throughput"
13682
13683 - type: "plot"
13684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13685   algorithm: "plot_perf_box_name"
13686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13688   include:
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13691   layout:
13692     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13693     layout: "plot-throughput"
13694
13695 - type: "plot"
13696   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13697   algorithm: "plot_perf_box_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13700   include:
13701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13703   layout:
13704     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13705     layout: "plot-throughput"
13706
13707 - type: "plot"
13708   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13709   algorithm: "plot_perf_box_name"
13710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13712   include:
13713     - "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"
13714     - "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"
13715   layout:
13716     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13717     layout: "plot-throughput"
13718
13719 - type: "plot"
13720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13721   algorithm: "plot_perf_box_name"
13722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13724   include:
13725     - "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"
13726     - "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"
13727   layout:
13728     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13729     layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736   include:
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739   layout:
13740     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13741     layout: "plot-throughput"
13742
13743 - type: "plot"
13744   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13745   algorithm: "plot_perf_box_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13748   include:
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13751   layout:
13752     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13753     layout: "plot-throughput"
13754
13755 - type: "plot"
13756   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13757   algorithm: "plot_perf_box_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760   include:
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13763   layout:
13764     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13765     layout: "plot-throughput"
13766
13767 - type: "plot"
13768   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13769   algorithm: "plot_perf_box_name"
13770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13772   include:
13773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13775   layout:
13776     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13784   include:
13785     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791   layout:
13792     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13793     layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13800   include:
13801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807   layout:
13808     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13816   include:
13817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13823   layout:
13824     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13825     layout: "plot-throughput"
13826
13827 - type: "plot"
13828   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13829   algorithm: "plot_perf_box_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13832   include:
13833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13839   layout:
13840     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13841     layout: "plot-throughput"
13842
13843 #- type: "plot"
13844 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13845 #  algorithm: "plot_perf_box_name"
13846 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13847 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13848 #  include:
13849 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13850 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13852 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13853 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13854 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13855 #  layout:
13856 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13857 #    layout: "plot-throughput"
13858 #
13859 #- type: "plot"
13860 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13861 #  algorithm: "plot_perf_box_name"
13862 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13863 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13864 #  include:
13865 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13866 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13867 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13870 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13871 #  layout:
13872 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13873 #    layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13877   algorithm: "plot_perf_box_name"
13878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13880   include:
13881     - "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"
13882     - "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"
13883     - "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"
13884     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13887   layout:
13888     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13893   algorithm: "plot_perf_box_name"
13894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13896   include:
13897     - "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"
13898     - "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"
13899     - "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"
13900     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13901     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13902     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13903   layout:
13904     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13905     layout: "plot-throughput"
13906
13907 ################################################################################
13908
13909 # Packet Speedup
13910
13911 - type: "plot"
13912   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13913   algorithm: "plot_tsa_name"
13914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13916   include:
13917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13921   layout:
13922     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13932     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13935   layout:
13936     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13937     layout: "plot-throughput-speedup-analysis"
13938
13939 - type: "plot"
13940   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13941   algorithm: "plot_tsa_name"
13942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13944   include:
13945     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13963   layout:
13964     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13965     layout: "plot-throughput-speedup-analysis"
13966
13967 - type: "plot"
13968   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13969   algorithm: "plot_tsa_name"
13970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13972   include:
13973     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13974     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13978   layout:
13979     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13987   include:
13988     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13989     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13990     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13993   layout:
13994     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13995     layout: "plot-throughput-speedup-analysis"
13996
13997 - type: "plot"
13998   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13999   algorithm: "plot_tsa_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14002   include:
14003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14004     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14008   layout:
14009     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14017   include:
14018     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14022     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14023   layout:
14024     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14025     layout: "plot-throughput-speedup-analysis"
14026
14027 - type: "plot"
14028   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14032   include:
14033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14039   layout:
14040     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14041     layout: "plot-throughput-speedup-analysis"
14042
14043 - type: "plot"
14044   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14045   algorithm: "plot_tsa_name"
14046   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14048   include:
14049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14055   layout:
14056     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14057     layout: "plot-throughput-speedup-analysis"
14058
14059 - type: "plot"
14060   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14070   layout:
14071     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14072     layout: "plot-throughput-speedup-analysis"
14073
14074 - type: "plot"
14075   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14079   include:
14080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14085   layout:
14086     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14098   layout:
14099     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14111   layout:
14112     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14113     layout: "plot-throughput-speedup-analysis"
14114
14115 - type: "plot"
14116   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14117   algorithm: "plot_tsa_name"
14118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14126   layout:
14127     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14128     layout: "plot-throughput-speedup-analysis"
14129
14130 - type: "plot"
14131   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14132   algorithm: "plot_tsa_name"
14133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14141   layout:
14142     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14154   layout:
14155     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14167   layout:
14168     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14169     layout: "plot-throughput-speedup-analysis"
14170
14171 - type: "plot"
14172   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14173   algorithm: "plot_tsa_name"
14174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14176   include:
14177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14183   layout:
14184     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14199   layout:
14200     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14201     layout: "plot-throughput-speedup-analysis"
14202
14203 - type: "plot"
14204   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14205   algorithm: "plot_tsa_name"
14206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14208   include:
14209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14215   layout:
14216     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14217     layout: "plot-throughput-speedup-analysis"
14218
14219 - type: "plot"
14220   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14221   algorithm: "plot_tsa_name"
14222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14231   layout:
14232     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14233     layout: "plot-throughput-speedup-analysis"
14234
14235 - type: "plot"
14236   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14237   algorithm: "plot_tsa_name"
14238   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14240   include:
14241     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14244   layout:
14245     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14253   include:
14254     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14257   layout:
14258     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 - type: "plot"
14262   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14263   algorithm: "plot_tsa_name"
14264   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14270 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14271 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14272   layout:
14273     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14285 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14286 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14287   layout:
14288     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 - type: "plot"
14292   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14293   algorithm: "plot_tsa_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14296   include:
14297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14302   layout:
14303     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14304     layout: "plot-throughput-speedup-analysis"
14305
14306 - type: "plot"
14307   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14308   algorithm: "plot_tsa_name"
14309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14311   include:
14312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14317   layout:
14318     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14319     layout: "plot-throughput-speedup-analysis"
14320
14321 - type: "plot"
14322   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14323   algorithm: "plot_tsa_name"
14324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14326   include:
14327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14332   layout:
14333     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14334     layout: "plot-throughput-speedup-analysis"
14335
14336 - type: "plot"
14337   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14338   algorithm: "plot_tsa_name"
14339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14347   layout:
14348     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14356   include:
14357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14363   layout:
14364     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14379   layout:
14380     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14395   layout:
14396     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14397     layout: "plot-throughput-speedup-analysis"
14398
14399 - type: "plot"
14400   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14401   algorithm: "plot_tsa_name"
14402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14404   include:
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14411   layout:
14412     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14413     layout: "plot-throughput-speedup-analysis"
14414
14415 - type: "plot"
14416   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14417   algorithm: "plot_tsa_name"
14418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14420   include:
14421     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14423   layout:
14424     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14425     layout: "plot-throughput-speedup-analysis"
14426
14427 - type: "plot"
14428   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14429   algorithm: "plot_tsa_name"
14430   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14432   include:
14433     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14435   layout:
14436     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14444   include:
14445     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14449   layout:
14450     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14463   layout:
14464     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14477   layout:
14478     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14491   layout:
14492     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14493     layout: "plot-throughput-speedup-analysis"
14494
14495 - type: "plot"
14496   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14497   algorithm: "plot_tsa_name"
14498   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14500   include:
14501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14507   layout:
14508     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14516   include:
14517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14523   layout:
14524     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14532   include:
14533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14538   layout:
14539     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14540     layout: "plot-throughput-speedup-analysis"
14541
14542 - type: "plot"
14543   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14544   algorithm: "plot_tsa_name"
14545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14547   include:
14548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14553   layout:
14554     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14555     layout: "plot-throughput-speedup-analysis"
14556
14557 - type: "plot"
14558   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14559   algorithm: "plot_tsa_name"
14560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14562   include:
14563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14568   layout:
14569     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14583   layout:
14584     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14592   include:
14593     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14596   layout:
14597     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14605   include:
14606     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14609   layout:
14610     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14622   layout:
14623     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14635   layout:
14636     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14637     layout: "plot-throughput-speedup-analysis"
14638
14639 - type: "plot"
14640   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14641   algorithm: "plot_tsa_name"
14642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14644   include:
14645     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14650   layout:
14651     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14659   include:
14660     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14665   layout:
14666     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14680   layout:
14681     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14695   layout:
14696     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14704   include:
14705     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14706     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14707     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14709     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14710     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14711   layout:
14712     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14720   include:
14721     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14722     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14723     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14724     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14725     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14726     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14727   layout:
14728     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14736   include:
14737     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14738     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14739     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14740     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14741   layout:
14742     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14750   include:
14751     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14752     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14753     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14754     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14755   layout:
14756     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14766     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14767     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14771   layout:
14772     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14780   include:
14781     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14782     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14783     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14784     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14785     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14786     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14787   layout:
14788     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14796   include:
14797     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14798     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14799     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14800     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14801     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14802     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14803   layout:
14804     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14805     layout: "plot-throughput-speedup-analysis"
14806
14807 - type: "plot"
14808   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14809   algorithm: "plot_tsa_name"
14810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14812   include:
14813     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14817     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14818     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14819   layout:
14820     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14821     layout: "plot-throughput-speedup-analysis"
14822
14823 - type: "plot"
14824   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14825   algorithm: "plot_tsa_name"
14826   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14828   include:
14829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14835   layout:
14836     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14844   include:
14845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14851   layout:
14852     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14853     layout: "plot-throughput-speedup-analysis"
14854
14855 - type: "plot"
14856   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14857   algorithm: "plot_tsa_name"
14858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14860   include:
14861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14867   layout:
14868     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14869     layout: "plot-throughput-speedup-analysis"
14870
14871 - type: "plot"
14872   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14873   algorithm: "plot_tsa_name"
14874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14876   include:
14877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14883   layout:
14884     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14885     layout: "plot-throughput-speedup-analysis"
14886
14887 - type: "plot"
14888   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14889   algorithm: "plot_tsa_name"
14890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14892   include:
14893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14899   layout:
14900     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 - type: "plot"
14904   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14905   algorithm: "plot_tsa_name"
14906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14908   include:
14909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14915   layout:
14916     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14924   include:
14925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14929   layout:
14930     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14943   layout:
14944     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14957   layout:
14958     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14959     layout: "plot-throughput-speedup-analysis"
14960
14961 - type: "plot"
14962   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14963   algorithm: "plot_tsa_name"
14964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14966   include:
14967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14971   layout:
14972     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14980   include:
14981     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14987   layout:
14988     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14996   include:
14997     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15003   layout:
15004     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15018   layout:
15019     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15020     layout: "plot-throughput-speedup-analysis"
15021
15022 - type: "plot"
15023   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15024   algorithm: "plot_tsa_name"
15025   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15027   include:
15028     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15033   layout:
15034     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15048   layout:
15049     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15063   layout:
15064     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15077   layout:
15078     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15091   layout:
15092     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15107   layout:
15108     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15116   include:
15117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15123   layout:
15124     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15139   layout:
15140     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 - type: "plot"
15144   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15145   algorithm: "plot_tsa_name"
15146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15155   layout:
15156     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15157     layout: "plot-throughput-speedup-analysis"
15158
15159 - type: "plot"
15160   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15161   algorithm: "plot_tsa_name"
15162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15164   include:
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15171   layout:
15172     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15173     layout: "plot-throughput-speedup-analysis"
15174
15175 - type: "plot"
15176   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15177   algorithm: "plot_tsa_name"
15178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15180   include:
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15187   layout:
15188     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15196   include:
15197     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15198     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15199     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15200     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15201     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15202     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15203   layout:
15204     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15212   include:
15213     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15214     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15215     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15216     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15217     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15218     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15219   layout:
15220     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15228   include:
15229     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15230     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15231     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15232     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15233     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15234     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15235   layout:
15236     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15246     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15247     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15248     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15249     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15250     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15251   layout:
15252     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15253     layout: "plot-throughput-speedup-analysis"
15254
15255 - type: "plot"
15256   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15257   algorithm: "plot_tsa_name"
15258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15260   include:
15261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15266   layout:
15267     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15281   layout:
15282     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15290   include:
15291     - "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"
15292     - "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"
15293     - "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"
15294     - "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"
15295     - "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"
15296   layout:
15297     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15305   include:
15306     - "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"
15307     - "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"
15308     - "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"
15309     - "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"
15310     - "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"
15311   layout:
15312     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15313     layout: "plot-throughput-speedup-analysis"
15314
15315 - type: "plot"
15316   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15317   algorithm: "plot_tsa_name"
15318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15320   include:
15321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15326   layout:
15327     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15341   layout:
15342     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15356   layout:
15357     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15371   layout:
15372     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15373     layout: "plot-throughput-speedup-analysis"
15374
15375 - type: "plot"
15376   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15377   algorithm: "plot_tsa_name"
15378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15380   include:
15381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15386   layout:
15387     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15395   include:
15396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15401   layout:
15402     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15403     layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15410   include:
15411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15416   layout:
15417     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15425   include:
15426     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15431   layout:
15432     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15440   include:
15441     - "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"
15442     - "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"
15443     - "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"
15444     - "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"
15445   layout:
15446     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 - type: "plot"
15450   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15451   algorithm: "plot_tsa_name"
15452   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15454   include:
15455     - "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"
15456     - "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"
15457     - "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"
15458     - "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"
15459   layout:
15460     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15468   include:
15469     - "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"
15470     - "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"
15471     - "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"
15472     - "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"
15473   layout:
15474     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15475     layout: "plot-throughput-speedup-analysis"
15476
15477 - type: "plot"
15478   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15479   algorithm: "plot_tsa_name"
15480   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15482   include:
15483     - "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"
15484     - "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"
15485     - "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"
15486     - "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"
15487   layout:
15488     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15489     layout: "plot-throughput-speedup-analysis"
15490
15491 - type: "plot"
15492   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15493   algorithm: "plot_tsa_name"
15494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15496   include:
15497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15503   layout:
15504     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15505     layout: "plot-throughput-speedup-analysis"
15506
15507 - type: "plot"
15508   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15509   algorithm: "plot_tsa_name"
15510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15512   include:
15513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15519   layout:
15520     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15528   include:
15529     - "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"
15530     - "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"
15531     - "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"
15532     - "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"
15533     - "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"
15534     - "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"
15535   layout:
15536     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15544   include:
15545     - "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"
15546     - "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"
15547     - "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"
15548     - "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"
15549     - "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"
15550     - "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"
15551   layout:
15552     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15560   include:
15561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15567   layout:
15568     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 - type: "plot"
15572   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15573   algorithm: "plot_tsa_name"
15574   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15576   include:
15577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15583   layout:
15584     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15585     layout: "plot-throughput-speedup-analysis"
15586
15587 - type: "plot"
15588   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15589   algorithm: "plot_tsa_name"
15590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15592   include:
15593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15598   layout:
15599     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15600     layout: "plot-throughput-speedup-analysis"
15601
15602 - type: "plot"
15603   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15604   algorithm: "plot_tsa_name"
15605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15607   include:
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15613   layout:
15614     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15622   include:
15623     - "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"
15624     - "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"
15625   layout:
15626     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15634   include:
15635     - "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"
15636     - "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"
15637   layout:
15638     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15646   include:
15647     - "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"
15648     - "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"
15649   layout:
15650     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   include:
15659     - "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"
15660     - "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"
15661   layout:
15662     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15670   include:
15671     - "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"
15672     - "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"
15673     - "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"
15674     - "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"
15675     - "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"
15676     - "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"
15677   layout:
15678     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15686   include:
15687     - "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"
15688     - "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"
15689     - "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"
15690     - "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"
15691     - "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"
15692     - "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"
15693   layout:
15694     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15702   include:
15703     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15704     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15705     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15706     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15707     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15708   layout:
15709     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15710     layout: "plot-throughput-speedup-analysis"
15711
15712 - type: "plot"
15713   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15714   algorithm: "plot_tsa_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15717   include:
15718     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15719     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15720     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15721     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15722     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15723   layout:
15724     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15732   include:
15733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15738   layout:
15739     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15747   include:
15748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15753   layout:
15754     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15762   include:
15763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15769   layout:
15770     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 - type: "plot"
15774   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15775   algorithm: "plot_tsa_name"
15776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15778   include:
15779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15785   layout:
15786     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15794   include:
15795     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15796     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15799   layout:
15800     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15808   include:
15809     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15813   layout:
15814     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 - type: "plot"
15818   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15819   algorithm: "plot_tsa_name"
15820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15822   include:
15823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15825     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15826     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15828   layout:
15829     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15837   include:
15838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15843   layout:
15844     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15845     layout: "plot-throughput-speedup-analysis"
15846
15847 - type: "plot"
15848   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15849   algorithm: "plot_tsa_name"
15850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15852   include:
15853     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15854     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15855     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15856     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15857     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15859   layout:
15860     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15861     layout: "plot-throughput-speedup-analysis"
15862
15863 - type: "plot"
15864   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15865   algorithm: "plot_tsa_name"
15866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15868   include:
15869     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15870     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15871     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15872     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15873     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15875   layout:
15876     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15877     layout: "plot-throughput-speedup-analysis"
15878
15879 - type: "plot"
15880   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15881   algorithm: "plot_tsa_name"
15882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15884   include:
15885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15889   layout:
15890     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15891     layout: "plot-throughput-speedup-analysis"
15892
15893 - type: "plot"
15894   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15895   algorithm: "plot_tsa_name"
15896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15898   include:
15899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15903   layout:
15904     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15912   include:
15913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15919   layout:
15920     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15928   include:
15929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15935   layout:
15936     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15937     layout: "plot-throughput-speedup-analysis"
15938
15939 - type: "plot"
15940   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15941   algorithm: "plot_tsa_name"
15942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15944   include:
15945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15951   layout:
15952     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15960   include:
15961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15967   layout:
15968     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15976   include:
15977     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15978     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15979     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15980     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15981     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15982     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15983   layout:
15984     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15992   include:
15993     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15994     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15995     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15996     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15997     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15998     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15999   layout:
16000     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16008   include:
16009     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16015   layout:
16016     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16024   include:
16025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16031   layout:
16032     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16040   include:
16041     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16047   layout:
16048     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16049     layout: "plot-throughput-speedup-analysis"
16050
16051 - type: "plot"
16052   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16053   algorithm: "plot_tsa_name"
16054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16056   include:
16057     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16063   layout:
16064     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16065     layout: "plot-throughput-speedup-analysis"
16066
16067 #- type: "plot"
16068 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16069 #  algorithm: "plot_tsa_name"
16070 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16071 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16072 #  include:
16073 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16074 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16075 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16076 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16077 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16078 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16079 #  layout:
16080 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16081 #    layout: "plot-throughput-speedup-analysis"
16082 #
16083 #- type: "plot"
16084 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16085 #  algorithm: "plot_tsa_name"
16086 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16087 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16088 #  include:
16089 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16090 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16091 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16092 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16093 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16094 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16095 #  layout:
16096 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16097 #    layout: "plot-throughput-speedup-analysis"
16098
16099 - type: "plot"
16100   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16101   algorithm: "plot_tsa_name"
16102   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16103   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16104   include:
16105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16110   layout:
16111     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16112     layout: "plot-throughput-speedup-analysis"
16113
16114 - type: "plot"
16115   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16116   algorithm: "plot_tsa_name"
16117   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16118   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16119   include:
16120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16125   layout:
16126     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16127     layout: "plot-throughput-speedup-analysis"
16128
16129 - type: "plot"
16130   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16131   algorithm: "plot_tsa_name"
16132   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16133   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16134   include:
16135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16141   layout:
16142     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16143     layout: "plot-throughput-speedup-analysis"
16144
16145 - type: "plot"
16146   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16147   algorithm: "plot_tsa_name"
16148   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16149   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16150   include:
16151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16157   layout:
16158     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16159     layout: "plot-throughput-speedup-analysis"
16160
16161 - type: "plot"
16162   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16163   algorithm: "plot_tsa_name"
16164   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16165   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16166   include:
16167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16172   layout:
16173     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16181   include:
16182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16187   layout:
16188     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16189     layout: "plot-throughput-speedup-analysis"
16190
16191 #- type: "plot"
16192 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16193 #  algorithm: "plot_tsa_name"
16194 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16195 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16196 #  include:
16197 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16198 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16199 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16200 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16201 #  layout:
16202 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16203 #    layout: "plot-throughput-speedup-analysis"
16204 #
16205 #- type: "plot"
16206 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16207 #  algorithm: "plot_tsa_name"
16208 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16209 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16210 #  include:
16211 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16212 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16213 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16214 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16215 #  layout:
16216 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16217 #    layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16224   include:
16225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16231   layout:
16232     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16240   include:
16241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16247   layout:
16248     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16256   include:
16257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16262   layout:
16263     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16271   include:
16272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16277   layout:
16278     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16286   include:
16287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16293   layout:
16294     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 - type: "plot"
16298   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16299   algorithm: "plot_tsa_name"
16300   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16301   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16302   include:
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16309   layout:
16310     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16311     layout: "plot-throughput-speedup-analysis"
16312
16313 - type: "plot"
16314   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16315   algorithm: "plot_tsa_name"
16316   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16317   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16318   include:
16319     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16323   layout:
16324     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16332   include:
16333     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16337   layout:
16338     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16346   include:
16347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16352   layout:
16353     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16361   include:
16362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16367   layout:
16368     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16376   include:
16377     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16378     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16383   layout:
16384     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16392   include:
16393     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16394     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16399   layout:
16400     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16401     layout: "plot-throughput-speedup-analysis"
16402
16403 #- type: "plot"
16404 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16405 #  algorithm: "plot_tsa_name"
16406 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16407 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16408 #  include:
16409 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16410 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16411 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16412 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16413 #  layout:
16414 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16415 #    layout: "plot-throughput-speedup-analysis"
16416 #
16417 #- type: "plot"
16418 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16419 #  algorithm: "plot_tsa_name"
16420 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16421 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16422 #  include:
16423 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16424 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16425 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16426 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16427 #  layout:
16428 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16429 #    layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16436   include:
16437     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16443   layout:
16444     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16445     layout: "plot-throughput-speedup-analysis"
16446
16447 - type: "plot"
16448   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16449   algorithm: "plot_tsa_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16451   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16452   include:
16453     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16459   layout:
16460     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16461     layout: "plot-throughput-speedup-analysis"
16462
16463 #- type: "plot"
16464 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16465 #  algorithm: "plot_tsa_name"
16466 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16467 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16468 #  include:
16469 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16470 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16471 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16472 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16473 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16474 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16475 #  layout:
16476 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16477 #    layout: "plot-throughput-speedup-analysis"
16478 #
16479 #- type: "plot"
16480 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16481 #  algorithm: "plot_tsa_name"
16482 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16483 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16484 #  include:
16485 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16486 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16487 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16488 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16489 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16490 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16491 #  layout:
16492 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16493 #    layout: "plot-throughput-speedup-analysis"
16494
16495 #- type: "plot"
16496 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16497 #  algorithm: "plot_tsa_name"
16498 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16499 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16500 #  include:
16501 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16502 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16503 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16504 #  layout:
16505 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16506 #    layout: "plot-throughput-speedup-analysis"
16507 #
16508 #- type: "plot"
16509 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16510 #  algorithm: "plot_tsa_name"
16511 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16512 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16513 #  include:
16514 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16515 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16516 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16517 #  layout:
16518 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16519 #    layout: "plot-throughput-speedup-analysis"
16520
16521 ################################################################################
16522
16523 # Packet Throughput - DPDK
16524
16525 # 2n-skx-xxv710
16526
16527 - type: "plot"
16528   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16529   algorithm: "plot_perf_box_name"
16530   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16531   data: "plot-dpdk-throughput-latency-2n-skx"
16532   include:
16533     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16534     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16535   layout:
16536     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16537     layout: "plot-throughput"
16538
16539 - type: "plot"
16540   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16541   algorithm: "plot_perf_box_name"
16542   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16543   data: "plot-dpdk-throughput-latency-2n-skx"
16544   include:
16545     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16546     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16547   layout:
16548     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16549     layout: "plot-throughput"
16550
16551 - type: "plot"
16552   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16553   algorithm: "plot_perf_box_name"
16554   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16555   data: "plot-dpdk-throughput-latency-2n-skx"
16556   include:
16557     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16558     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16559   layout:
16560     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16561     layout: "plot-throughput"
16562
16563 - type: "plot"
16564   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16565   algorithm: "plot_perf_box_name"
16566   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16567   data: "plot-dpdk-throughput-latency-2n-skx"
16568   include:
16569     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16570     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16571   layout:
16572     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16573     layout: "plot-throughput"
16574
16575 # 2n-skx-x710
16576
16577 - type: "plot"
16578   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16579   algorithm: "plot_perf_box_name"
16580   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16581   data: "plot-dpdk-throughput-latency-2n-skx"
16582   include:
16583     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16584     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16585   layout:
16586     title: "2n-skx-x710-64b-2t1c-base-ndr"
16587     layout: "plot-throughput"
16588
16589 - type: "plot"
16590   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16591   algorithm: "plot_perf_box_name"
16592   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16593   data: "plot-dpdk-throughput-latency-2n-skx"
16594   include:
16595     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16596     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16597   layout:
16598     title: "2n-skx-x710-64b-4t2c-base-ndr"
16599     layout: "plot-throughput"
16600
16601 - type: "plot"
16602   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16603   algorithm: "plot_perf_box_name"
16604   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16605   data: "plot-dpdk-throughput-latency-2n-skx"
16606   include:
16607     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16608     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16609   layout:
16610     title: "2n-skx-x710-64b-2t1c-base-pdr"
16611     layout: "plot-throughput"
16612
16613 - type: "plot"
16614   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16615   algorithm: "plot_perf_box_name"
16616   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16617   data: "plot-dpdk-throughput-latency-2n-skx"
16618   include:
16619     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16620     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16621   layout:
16622     title: "2n-skx-x710-64b-4t2c-base-pdr"
16623     layout: "plot-throughput"
16624
16625 # 3n-skx-xxv710
16626
16627 - type: "plot"
16628   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16629   algorithm: "plot_perf_box_name"
16630   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16631   data: "plot-dpdk-throughput-latency-3n-skx"
16632   include:
16633     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16634     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16635   layout:
16636     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16637     layout: "plot-throughput"
16638
16639 - type: "plot"
16640   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16641   algorithm: "plot_perf_box_name"
16642   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16643   data: "plot-dpdk-throughput-latency-3n-skx"
16644   include:
16645     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16646     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16647   layout:
16648     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16649     layout: "plot-throughput"
16650
16651 - type: "plot"
16652   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16653   algorithm: "plot_perf_box_name"
16654   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16655   data: "plot-dpdk-throughput-latency-3n-skx"
16656   include:
16657     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16658     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16659   layout:
16660     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16661     layout: "plot-throughput"
16662
16663 - type: "plot"
16664   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16665   algorithm: "plot_perf_box_name"
16666   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16667   data: "plot-dpdk-throughput-latency-3n-skx"
16668   include:
16669     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16670     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16671   layout:
16672     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16673     layout: "plot-throughput"
16674
16675 # 3n-skx-x710
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16681   data: "plot-dpdk-throughput-latency-3n-skx"
16682   include:
16683     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16684     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16685   layout:
16686     title: "3n-skx-x710-64b-2t1c-base-ndr"
16687     layout: "plot-throughput"
16688
16689 - type: "plot"
16690   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16691   algorithm: "plot_perf_box_name"
16692   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16693   data: "plot-dpdk-throughput-latency-3n-skx"
16694   include:
16695     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16696     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16697   layout:
16698     title: "3n-skx-x710-64b-4t2c-base-ndr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16705   data: "plot-dpdk-throughput-latency-3n-skx"
16706   include:
16707     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16708     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16709   layout:
16710     title: "3n-skx-x710-64b-2t1c-base-pdr"
16711     layout: "plot-throughput"
16712
16713 - type: "plot"
16714   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16715   algorithm: "plot_perf_box_name"
16716   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16717   data: "plot-dpdk-throughput-latency-3n-skx"
16718   include:
16719     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16720     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16721   layout:
16722     title: "3n-skx-x710-64b-4t2c-base-pdr"
16723     layout: "plot-throughput"
16724
16725 # 3n-hsw-xl710
16726
16727 - type: "plot"
16728   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16729   algorithm: "plot_perf_box_name"
16730   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16731   data: "plot-dpdk-throughput-latency-3n-hsw"
16732   include:
16733     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16734     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16735   layout:
16736     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16743   data: "plot-dpdk-throughput-latency-3n-hsw"
16744   include:
16745     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16746     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16747   layout:
16748     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16755   data: "plot-dpdk-throughput-latency-3n-hsw"
16756   include:
16757     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16758     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16759   layout:
16760     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16761     layout: "plot-throughput"
16762
16763 - type: "plot"
16764   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16765   algorithm: "plot_perf_box_name"
16766   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16767   data: "plot-dpdk-throughput-latency-3n-hsw"
16768   include:
16769     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16770     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16771   layout:
16772     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16773     layout: "plot-throughput"
16774
16775 # 3n-hsw-x710
16776
16777 - type: "plot"
16778   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16781   data: "plot-dpdk-throughput-latency-3n-hsw"
16782   include:
16783     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16784     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16785   layout:
16786     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16793   data: "plot-dpdk-throughput-latency-3n-hsw"
16794   include:
16795     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16796     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16797   layout:
16798     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16799     layout: "plot-throughput"
16800
16801 - type: "plot"
16802   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16803   algorithm: "plot_perf_box_name"
16804   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16805   data: "plot-dpdk-throughput-latency-3n-hsw"
16806   include:
16807     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16808     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16809   layout:
16810     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16811     layout: "plot-throughput"
16812
16813 - type: "plot"
16814   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16815   algorithm: "plot_perf_box_name"
16816   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16817   data: "plot-dpdk-throughput-latency-3n-hsw"
16818   include:
16819     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16820     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16821   layout:
16822     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16823     layout: "plot-throughput"
16824
16825 # 2n-dnv-x553
16826
16827 - type: "plot"
16828   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16829   algorithm: "plot_perf_box_name"
16830   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16831   data: "plot-dpdk-throughput-latency-2n-dnv"
16832   include:
16833     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16834     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16835   layout:
16836     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16837     layout: "plot-throughput"
16838
16839 - type: "plot"
16840   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16841   algorithm: "plot_perf_box_name"
16842   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16843   data: "plot-dpdk-throughput-latency-2n-dnv"
16844   include:
16845     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16846     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16847   layout:
16848     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16849     layout: "plot-throughput"
16850
16851 - type: "plot"
16852   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16853   algorithm: "plot_perf_box_name"
16854   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16855   data: "plot-dpdk-throughput-latency-2n-dnv"
16856   include:
16857     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16858     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16859   layout:
16860     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16861     layout: "plot-throughput"
16862
16863 - type: "plot"
16864   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16865   algorithm: "plot_perf_box_name"
16866   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16867   data: "plot-dpdk-throughput-latency-2n-dnv"
16868   include:
16869     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16870     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16871   layout:
16872     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16873     layout: "plot-throughput"
16874
16875 # 3n-dnv-x553
16876
16877 - type: "plot"
16878   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16879   algorithm: "plot_perf_box_name"
16880   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16881   data: "plot-dpdk-throughput-latency-3n-dnv"
16882   include:
16883     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16884     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16885   layout:
16886     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16887     layout: "plot-throughput"
16888
16889 - type: "plot"
16890   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16893   data: "plot-dpdk-throughput-latency-3n-dnv"
16894   include:
16895     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16896     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16897   layout:
16898     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16899     layout: "plot-throughput"
16900
16901 - type: "plot"
16902   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16903   algorithm: "plot_perf_box_name"
16904   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16905   data: "plot-dpdk-throughput-latency-3n-dnv"
16906   include:
16907     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16908     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16909   layout:
16910     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16911     layout: "plot-throughput"
16912
16913 - type: "plot"
16914   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16915   algorithm: "plot_perf_box_name"
16916   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16917   data: "plot-dpdk-throughput-latency-3n-dnv"
16918   include:
16919     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16920     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16921   layout:
16922     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16923     layout: "plot-throughput"
16924
16925 # 3n-tsh-x520
16926
16927 - type: "plot"
16928   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16929   algorithm: "plot_perf_box_name"
16930   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16931   data: "plot-dpdk-throughput-latency-3n-tsh"
16932   include:
16933     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16934     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16935   layout:
16936     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16937     layout: "plot-throughput"
16938
16939 - type: "plot"
16940   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16941   algorithm: "plot_perf_box_name"
16942   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16943   data: "plot-dpdk-throughput-latency-3n-tsh"
16944   include:
16945     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16946     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16947   layout:
16948     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16949     layout: "plot-throughput"
16950
16951 - type: "plot"
16952   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16953   algorithm: "plot_perf_box_name"
16954   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16955   data: "plot-dpdk-throughput-latency-3n-tsh"
16956   include:
16957     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16958     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16959   layout:
16960     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16961     layout: "plot-throughput"
16962
16963 - type: "plot"
16964   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16965   algorithm: "plot_perf_box_name"
16966   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16967   data: "plot-dpdk-throughput-latency-3n-tsh"
16968   include:
16969     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16970     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16971   layout:
16972     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16973     layout: "plot-throughput"
16974
16975 ################################################################################
16976 ###   2n-clx                                                                 ###
16977 ################################################################################
16978
16979 # Packet Throughput
16980
16981 - type: "plot"
16982   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16983   algorithm: "plot_perf_box_name"
16984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16986   include:
16987     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16991   layout:
16992     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17000   include:
17001     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17002     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17005   layout:
17006     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17016     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17019   layout:
17020     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17021     layout: "plot-throughput"
17022
17023 - type: "plot"
17024   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17025   algorithm: "plot_perf_box_name"
17026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17028   include:
17029     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17030     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17031     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17032     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17033   layout:
17034     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17042   include:
17043 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17044     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17045     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17046     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17047   layout:
17048     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17053   algorithm: "plot_perf_box_name"
17054   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17056   include:
17057 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17058     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17059     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17060     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17061   layout:
17062     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17063     layout: "plot-throughput"
17064
17065 - type: "plot"
17066   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17067   algorithm: "plot_perf_box_name"
17068   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17070   include:
17071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17077   layout:
17078     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17079     layout: "plot-throughput"
17080
17081 - type: "plot"
17082   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17086   include:
17087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17093   layout:
17094     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17107   layout:
17108     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17116   include:
17117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17121   layout:
17122     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17123     layout: "plot-throughput"
17124
17125 - type: "plot"
17126   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17130   include:
17131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17134   layout:
17135     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17136     layout: "plot-throughput"
17137
17138 - type: "plot"
17139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17143   include:
17144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17147   layout:
17148     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17149     layout: "plot-throughput"
17150
17151 - type: "plot"
17152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17153   algorithm: "plot_perf_box_name"
17154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17156   include:
17157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17162   layout:
17163     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17171   include:
17172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17177   layout:
17178     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17179     layout: "plot-throughput"
17180
17181 - type: "plot"
17182   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17183   algorithm: "plot_perf_box_name"
17184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17186   include:
17187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17190   layout:
17191     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17192     layout: "plot-throughput"
17193
17194 - type: "plot"
17195   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17196   algorithm: "plot_perf_box_name"
17197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17199   include:
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17203   layout:
17204     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17235   layout:
17236     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17251   layout:
17252     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17267   layout:
17268     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17273   algorithm: "plot_perf_box_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17279   layout:
17280     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17281     layout: "plot-throughput"
17282
17283 - type: "plot"
17284   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17285   algorithm: "plot_perf_box_name"
17286   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17288   include:
17289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17291   layout:
17292     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17307   layout:
17308     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17323   layout:
17324     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17338 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17339   layout:
17340     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17354 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17355   layout:
17356     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17357     layout: "plot-throughput"
17358
17359 - type: "plot"
17360   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17364   include:
17365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17371   layout:
17372     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17383     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17387   layout:
17388     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17396   include:
17397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17399     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17402   layout:
17403     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17404     layout: "plot-throughput"
17405
17406 - type: "plot"
17407   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17408   algorithm: "plot_perf_box_name"
17409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17411   include:
17412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17417   layout:
17418     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17419     layout: "plot-throughput"
17420
17421 - type: "plot"
17422   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17426   include:
17427     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17429     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17432   layout:
17433     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17434     layout: "plot-throughput"
17435
17436 - type: "plot"
17437   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17438   algorithm: "plot_perf_box_name"
17439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17441   include:
17442     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17445     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17446     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17447   layout:
17448     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17456   include:
17457     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17462   layout:
17463     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17464     layout: "plot-throughput"
17465
17466 - type: "plot"
17467   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17468   algorithm: "plot_perf_box_name"
17469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17471   include:
17472     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17477   layout:
17478     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17492   layout:
17493     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17501   include:
17502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17507   layout:
17508     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17516   include:
17517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17522   layout:
17523     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17524     layout: "plot-throughput"
17525
17526 - type: "plot"
17527   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17528   algorithm: "plot_perf_box_name"
17529   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17531   include:
17532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17537   layout:
17538     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17539     layout: "plot-throughput"
17540
17541 - type: "plot"
17542   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17546   include:
17547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17569   layout:
17570     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17583   layout:
17584     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17585     layout: "plot-throughput"
17586
17587 - type: "plot"
17588   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17589   algorithm: "plot_perf_box_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17597   layout:
17598     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17606   include:
17607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17613   layout:
17614     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17629   layout:
17630     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17643   layout:
17644     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17645     layout: "plot-throughput"
17646
17647 - type: "plot"
17648   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17649   algorithm: "plot_perf_box_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17657   layout:
17658     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17663   algorithm: "plot_perf_box_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17673   layout:
17674     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17675     layout: "plot-throughput"
17676
17677 - type: "plot"
17678   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17679   algorithm: "plot_perf_box_name"
17680   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17682   include:
17683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17689   layout:
17690     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17691     layout: "plot-throughput"
17692
17693 - type: "plot"
17694   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17695   algorithm: "plot_perf_box_name"
17696   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17698   include:
17699     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17703   layout:
17704     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17705     layout: "plot-throughput"
17706
17707 - type: "plot"
17708   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17709   algorithm: "plot_perf_box_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17717   layout:
17718     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17732   layout:
17733     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17734     layout: "plot-throughput"
17735
17736 - type: "plot"
17737   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17738   algorithm: "plot_perf_box_name"
17739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17741   include:
17742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "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"
17758     - "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"
17759     - "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"
17760     - "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"
17761     - "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"
17762   layout:
17763     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17768   algorithm: "plot_perf_box_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "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"
17773     - "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"
17774     - "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"
17775     - "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"
17776     - "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"
17777   layout:
17778     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17792   layout:
17793     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17794     layout: "plot-throughput"
17795
17796 - type: "plot"
17797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17798   algorithm: "plot_perf_box_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17822   layout:
17823     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17828   algorithm: "plot_perf_box_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17837   layout:
17838     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17843   algorithm: "plot_perf_box_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17851   layout:
17852     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17865   layout:
17866     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "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"
17876     - "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"
17877     - "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"
17878     - "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"
17879   layout:
17880     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "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"
17890     - "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"
17891     - "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"
17892     - "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"
17893   layout:
17894     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17895     layout: "plot-throughput"
17896
17897 - type: "plot"
17898   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17899   algorithm: "plot_perf_box_name"
17900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17902   include:
17903     - "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"
17904     - "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"
17905     - "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"
17906     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17907     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17908     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "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"
17920     - "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"
17921     - "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"
17922     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17923     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17924     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17925   layout:
17926     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17927     layout: "plot-throughput"
17928
17929 ################################################################################
17930
17931 # Packet Speedup
17932
17933 - type: "plot"
17934   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17935   algorithm: "plot_tsa_name"
17936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17938   include:
17939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17942     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17943   layout:
17944     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17945     layout: "plot-throughput-speedup-analysis"
17946
17947 - type: "plot"
17948   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17949   algorithm: "plot_tsa_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17957   layout:
17958     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17959     layout: "plot-throughput-speedup-analysis"
17960
17961 - type: "plot"
17962   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17963   algorithm: "plot_tsa_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17971   layout:
17972     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17973     layout: "plot-throughput-speedup-analysis"
17974
17975 - type: "plot"
17976   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17977   algorithm: "plot_tsa_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17982     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17984     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17985   layout:
17986     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17987     layout: "plot-throughput-speedup-analysis"
17988
17989 - type: "plot"
17990   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17991   algorithm: "plot_tsa_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17996     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17997     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17998     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17999   layout:
18000     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18001     layout: "plot-throughput-speedup-analysis"
18002
18003 - type: "plot"
18004   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18005   algorithm: "plot_tsa_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18010     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18011     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18012     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18013   layout:
18014     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18015     layout: "plot-throughput-speedup-analysis"
18016
18017 - type: "plot"
18018   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18019   algorithm: "plot_tsa_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18029   layout:
18030     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18031     layout: "plot-throughput-speedup-analysis"
18032
18033 - type: "plot"
18034   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18035   algorithm: "plot_tsa_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18045   layout:
18046     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 - type: "plot"
18050   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18051   algorithm: "plot_tsa_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18061     layout: "plot-throughput-speedup-analysis"
18062
18063 - type: "plot"
18064   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18065   algorithm: "plot_tsa_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18073   layout:
18074     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18075     layout: "plot-throughput-speedup-analysis"
18076
18077 - type: "plot"
18078   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18079   algorithm: "plot_tsa_name"
18080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18082   include:
18083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18086   layout:
18087     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18088     layout: "plot-throughput-speedup-analysis"
18089
18090 - type: "plot"
18091   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18092   algorithm: "plot_tsa_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18099   layout:
18100     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18101     layout: "plot-throughput-speedup-analysis"
18102
18103 - type: "plot"
18104   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18105   algorithm: "plot_tsa_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18114   layout:
18115     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18116     layout: "plot-throughput-speedup-analysis"
18117
18118 - type: "plot"
18119   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18120   algorithm: "plot_tsa_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18129   layout:
18130     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18131     layout: "plot-throughput-speedup-analysis"
18132
18133 - type: "plot"
18134   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18135   algorithm: "plot_tsa_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18142   layout:
18143     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18144     layout: "plot-throughput-speedup-analysis"
18145
18146 - type: "plot"
18147   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18148   algorithm: "plot_tsa_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18151   include:
18152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18155   layout:
18156     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18187   layout:
18188     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18189     layout: "plot-throughput-speedup-analysis"
18190
18191 - type: "plot"
18192   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18193   algorithm: "plot_tsa_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18221     layout: "plot-throughput-speedup-analysis"
18222
18223 - type: "plot"
18224   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18225   algorithm: "plot_tsa_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18231   layout:
18232     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18233     layout: "plot-throughput-speedup-analysis"
18234
18235 - type: "plot"
18236   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18237   algorithm: "plot_tsa_name"
18238   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18240   include:
18241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18243   layout:
18244     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18245     layout: "plot-throughput-speedup-analysis"
18246
18247 - type: "plot"
18248   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18249   algorithm: "plot_tsa_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18259   layout:
18260     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18275   layout:
18276     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18277     layout: "plot-throughput-speedup-analysis"
18278
18279 - type: "plot"
18280   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18281   algorithm: "plot_tsa_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18291   layout:
18292     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18307   layout:
18308     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18323   layout:
18324     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18339   layout:
18340     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18354   layout:
18355     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18356     layout: "plot-throughput-speedup-analysis"
18357
18358 - type: "plot"
18359   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18360   algorithm: "plot_tsa_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18369   layout:
18370     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18371     layout: "plot-throughput-speedup-analysis"
18372
18373 - type: "plot"
18374   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18375   algorithm: "plot_tsa_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18384   layout:
18385     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18386     layout: "plot-throughput-speedup-analysis"
18387
18388 - type: "plot"
18389   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18390   algorithm: "plot_tsa_name"
18391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18393   include:
18394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18399   layout:
18400     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18401     layout: "plot-throughput-speedup-analysis"
18402
18403 - type: "plot"
18404   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18405   algorithm: "plot_tsa_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18414   layout:
18415     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18416     layout: "plot-throughput-speedup-analysis"
18417
18418 - type: "plot"
18419   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18420   algorithm: "plot_tsa_name"
18421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18423   include:
18424     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18429   layout:
18430     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18444   layout:
18445     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18446     layout: "plot-throughput-speedup-analysis"
18447
18448 - type: "plot"
18449   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18450   algorithm: "plot_tsa_name"
18451   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18453   include:
18454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18459   layout:
18460     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18461     layout: "plot-throughput-speedup-analysis"
18462
18463 - type: "plot"
18464   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18465   algorithm: "plot_tsa_name"
18466   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18468   include:
18469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18474   layout:
18475     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18476     layout: "plot-throughput-speedup-analysis"
18477
18478 - type: "plot"
18479   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18480   algorithm: "plot_tsa_name"
18481   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18483   include:
18484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18489   layout:
18490     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18491     layout: "plot-throughput-speedup-analysis"
18492
18493 - type: "plot"
18494   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18495   algorithm: "plot_tsa_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18505   layout:
18506     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18507     layout: "plot-throughput-speedup-analysis"
18508
18509 - type: "plot"
18510   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18511   algorithm: "plot_tsa_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18535   layout:
18536     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18537     layout: "plot-throughput-speedup-analysis"
18538
18539 - type: "plot"
18540   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18541   algorithm: "plot_tsa_name"
18542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544   include:
18545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18549   layout:
18550     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18551     layout: "plot-throughput-speedup-analysis"
18552
18553 - type: "plot"
18554   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18555   algorithm: "plot_tsa_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18567     layout: "plot-throughput-speedup-analysis"
18568
18569 - type: "plot"
18570   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18571   algorithm: "plot_tsa_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18581   layout:
18582     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18583     layout: "plot-throughput-speedup-analysis"
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18595   layout:
18596     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 - type: "plot"
18600   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18601   algorithm: "plot_tsa_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18625   layout:
18626     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18627     layout: "plot-throughput-speedup-analysis"
18628
18629 - type: "plot"
18630   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18631   algorithm: "plot_tsa_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18641   layout:
18642     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18643     layout: "plot-throughput-speedup-analysis"
18644
18645 - type: "plot"
18646   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18647   algorithm: "plot_tsa_name"
18648   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18650   include:
18651     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18655   layout:
18656     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18657     layout: "plot-throughput-speedup-analysis"
18658
18659 - type: "plot"
18660   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18661   algorithm: "plot_tsa_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18669   layout:
18670     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18684   layout:
18685     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18686     layout: "plot-throughput-speedup-analysis"
18687
18688 - type: "plot"
18689   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18690   algorithm: "plot_tsa_name"
18691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18693   include:
18694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "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"
18710     - "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"
18711     - "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"
18712     - "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"
18713     - "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"
18714   layout:
18715     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18716     layout: "plot-throughput-speedup-analysis"
18717
18718 - type: "plot"
18719   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18720   algorithm: "plot_tsa_name"
18721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18723   include:
18724     - "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"
18725     - "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"
18726     - "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"
18727     - "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"
18728     - "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"
18729   layout:
18730     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18744   layout:
18745     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18746     layout: "plot-throughput-speedup-analysis"
18747
18748 - type: "plot"
18749   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18750   algorithm: "plot_tsa_name"
18751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18753   include:
18754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18759   layout:
18760     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18761     layout: "plot-throughput-speedup-analysis"
18762
18763 - type: "plot"
18764   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18765   algorithm: "plot_tsa_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18774   layout:
18775     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18776     layout: "plot-throughput-speedup-analysis"
18777
18778 - type: "plot"
18779   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18780   algorithm: "plot_tsa_name"
18781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18783   include:
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18789   layout:
18790     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18791     layout: "plot-throughput-speedup-analysis"
18792
18793 - type: "plot"
18794   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18795   algorithm: "plot_tsa_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18803   layout:
18804     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18817   layout:
18818     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "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"
18828     - "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"
18829     - "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"
18830     - "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"
18831   layout:
18832     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18833     layout: "plot-throughput-speedup-analysis"
18834
18835 - type: "plot"
18836   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18837   algorithm: "plot_tsa_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "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"
18842     - "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"
18843     - "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"
18844     - "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"
18845   layout:
18846     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18847     layout: "plot-throughput-speedup-analysis"
18848
18849 - type: "plot"
18850   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18851   algorithm: "plot_tsa_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18854   include:
18855     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18856     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18857     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18858     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18859     - "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"
18860     - "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"
18861   layout:
18862     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18863     layout: "plot-throughput-speedup-analysis"
18864
18865 - type: "plot"
18866   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18867   algorithm: "plot_tsa_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "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"
18872     - "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"
18873     - "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"
18874     - "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"
18875     - "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"
18876     - "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"
18877   layout:
18878     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18879     layout: "plot-throughput-speedup-analysis"
18880
18881 ################################################################################
18882
18883 # Packet Throughput - DPDK
18884
18885 # 2n-clx-xxv710
18886
18887 - type: "plot"
18888   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18889   algorithm: "plot_perf_box_name"
18890   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18891   data: "plot-dpdk-throughput-latency-2n-clx"
18892   include:
18893     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18894     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18895   layout:
18896     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18897     layout: "plot-throughput"
18898
18899 - type: "plot"
18900   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18901   algorithm: "plot_perf_box_name"
18902   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18903   data: "plot-dpdk-throughput-latency-2n-clx"
18904   include:
18905     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18906     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18907   layout:
18908     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18909     layout: "plot-throughput"
18910
18911 - type: "plot"
18912   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18913   algorithm: "plot_perf_box_name"
18914   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18915   data: "plot-dpdk-throughput-latency-2n-clx"
18916   include:
18917     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18918     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18919   layout:
18920     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18921     layout: "plot-throughput"
18922
18923 - type: "plot"
18924   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18925   algorithm: "plot_perf_box_name"
18926   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18927   data: "plot-dpdk-throughput-latency-2n-clx"
18928   include:
18929     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18930     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18931   layout:
18932     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18933     layout: "plot-throughput"
18934
18935 # 2n-clx-x710
18936
18937 - type: "plot"
18938   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18939   algorithm: "plot_perf_box_name"
18940   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18941   data: "plot-dpdk-throughput-latency-2n-clx"
18942   include:
18943     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18944     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18945   layout:
18946     title: "2n-clx-x710-64b-2t1c-base-ndr"
18947     layout: "plot-throughput"
18948
18949 - type: "plot"
18950   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18951   algorithm: "plot_perf_box_name"
18952   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18953   data: "plot-dpdk-throughput-latency-2n-clx"
18954   include:
18955     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18956     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18957   layout:
18958     title: "2n-clx-x710-64b-4t2c-base-ndr"
18959     layout: "plot-throughput"
18960
18961 - type: "plot"
18962   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18963   algorithm: "plot_perf_box_name"
18964   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18965   data: "plot-dpdk-throughput-latency-2n-clx"
18966   include:
18967     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18968     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18969   layout:
18970     title: "2n-clx-x710-64b-2t1c-base-pdr"
18971     layout: "plot-throughput"
18972
18973 - type: "plot"
18974   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18975   algorithm: "plot_perf_box_name"
18976   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18977   data: "plot-dpdk-throughput-latency-2n-clx"
18978   include:
18979     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18980     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18981   layout:
18982     title: "2n-clx-x710-64b-4t2c-base-pdr"
18983     layout: "plot-throughput"
18984
18985 ################################################################################
18986
18987 - type: "plot"
18988   title: "Latency by percentile: 2n-skx"
18989   algorithm: "plot_hdrh_lat_by_percentile"
18990   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18991   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18992   target-links: "../../_static/vpp"
18993   data: "plot-vpp-hdrh-lat-2n-skx"
18994   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18995   layout:
18996     layout: "plot-hdrh-latency-by-percentile"
18997
18998 - type: "plot"
18999   title: "Latency by percentile: 3n-skx"
19000   algorithm: "plot_hdrh_lat_by_percentile"
19001   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19002   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19003   target-links: "../../_static/vpp"
19004   data: "plot-vpp-hdrh-lat-3n-skx"
19005   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19006   layout:
19007     layout: "plot-hdrh-latency-by-percentile"
19008
19009 - type: "plot"
19010   title: "Latency by percentile: 2n-clx"
19011   algorithm: "plot_hdrh_lat_by_percentile"
19012   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19013   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19014   target-links: "../../_static/vpp"
19015   data: "plot-vpp-hdrh-lat-2n-clx"
19016   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19017   layout:
19018     layout: "plot-hdrh-latency-by-percentile"
19019
19020 - type: "plot"
19021   title: "Latency by percentile: 3n-hsw"
19022   algorithm: "plot_hdrh_lat_by_percentile"
19023   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19024   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19025   target-links: "../../_static/vpp"
19026   data: "plot-vpp-hdrh-lat-3n-hsw"
19027   filter: "'1T1C' and 'NIC_Intel-XL710'"
19028   layout:
19029     layout: "plot-hdrh-latency-by-percentile"
19030
19031 - type: "plot"
19032   title: "Latency by percentile: 3n-tsh"
19033   algorithm: "plot_hdrh_lat_by_percentile"
19034   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19035   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19036   target-links: "../../_static/vpp"
19037   data: "plot-vpp-hdrh-lat-3n-tsh"
19038   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19039   layout:
19040     layout: "plot-hdrh-latency-by-percentile"
19041
19042 - type: "plot"
19043   title: "Latency by percentile: DPDK 2n-skx"
19044   algorithm: "plot_hdrh_lat_by_percentile"
19045   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19046   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19047   target-links: "../../_static/dpdk"
19048   data: "plot-dpdk-hdrh-lat-2n-skx"
19049   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19050   layout:
19051     layout: "plot-hdrh-latency-by-percentile"
19052
19053 - type: "plot"
19054   title: "Latency by percentile: DPDK 3n-skx"
19055   algorithm: "plot_hdrh_lat_by_percentile"
19056   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19057   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19058   target-links: "../../_static/dpdk"
19059   data: "plot-dpdk-hdrh-lat-3n-skx"
19060   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19061   layout:
19062     layout: "plot-hdrh-latency-by-percentile"
19063
19064 - type: "plot"
19065   title: "Latency by percentile: DPDK 2n-clx"
19066   algorithm: "plot_hdrh_lat_by_percentile"
19067   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19068   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19069   target-links: "../../_static/dpdk"
19070   data: "plot-dpdk-hdrh-lat-2n-clx"
19071   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19072   layout:
19073     layout: "plot-hdrh-latency-by-percentile"
19074
19075 - type: "plot"
19076   title: "Latency by percentile: DPDK 3n-hsw"
19077   algorithm: "plot_hdrh_lat_by_percentile"
19078   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19079   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19080   target-links: "../../_static/dpdk"
19081   data: "plot-dpdk-hdrh-lat-3n-hsw"
19082   filter: "'1T1C' and 'NIC_Intel-XL710'"
19083   layout:
19084     layout: "plot-hdrh-latency-by-percentile"
19085
19086 - type: "plot"
19087   title: "Latency by percentile: DPDK 3n-tsh"
19088   algorithm: "plot_hdrh_lat_by_percentile"
19089   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19090   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19091   target-links: "../../_static/dpdk"
19092   data: "plot-dpdk-hdrh-lat-3n-tsh"
19093   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19094   layout:
19095     layout: "plot-hdrh-latency-by-percentile"