9113642b0a27a6f86f657da66cde6e6287897506
[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
811     vpp-performance-changes-3n-skx-h1:
812       csit-vpp-perf-verify-1908_1-3n-skx:
813         - 26  # NDRPDR sel - new1908.1
814         - 27  # NDRPDR sel - new1908.1
815         - 28  # NDRPDR sel - new1908.1
816         - 29  # NDRPDR sel - new1908.1
817         - 30  # NDRPDR sel - new1908.1
818         - 31  # NDRPDR sel - new1908.1
819         - 33  # NDRPDR sel - new1908.1
820         - 34  # NDRPDR sel - new1908.1
821         - 35  # NDRPDR sel - new1908.1
822         - 36  # NDRPDR sel - new1908.1
823     vpp-performance-changes-3n-skx-ref:
824       csit-vpp-perf-verify-2001-3n-skx:
825         - 69  # NDRPDR sel - new2001.0
826         - 71  # NDRPDR sel - new2001.0
827         - 72  # NDRPDR sel - new2001.0
828         - 76  # NDRPDR sel - new2001.0
829         - 77  # NDRPDR sel - new2001.0
830         - 78  # NDRPDR sel - new2001.0
831         - 80  # NDRPDR sel - new2001.0
832     vpp-performance-changes-3n-skx-cmp:
833       csit-vpp-perf-report-iterative-2005-3n-skx:
834         - 4   # NDRPDR sel
835         - 5   # NDRPDR sel ??? all x710 failed
836         - 33  # NDRPDR sel
837         - 28  # NDRPDR sel
838         - 34  # NDRPDR sel
839         - 36  # NDRPDR sel
840         - 37  # NDRPDR sel
841         - 38  # NDRPDR sel
842         - 39  # NDRPDR sel
843         - 41  # NDRPDR sel
844     vpp-performance-changes-3n-skx-cmp-2:
845       csit-vpp-perf-report-iterative-2005-3n-skx:
846         - 42  # NDRPDR sel env 4
847         - 43  # NDRPDR sel env 4
848         - 44  # NDRPDR sel env 4
849         - 45  # NDRPDR sel env 4
850         - 47  # NDRPDR sel env 4
851
852     vpp-performance-changes-2n-skx-h1:
853       csit-vpp-perf-verify-1908_1-2n-skx:
854         - 39  # NDRPDR sel - new1908.1
855         - 40  # NDRPDR sel - new1908.1
856         - 41  # NDRPDR sel - new1908.1
857         - 43  # NDRPDR sel - new1908.1
858         - 44  # NDRPDR sel - new1908.1
859         - 45  # NDRPDR sel - new1908.1
860         - 46  # NDRPDR sel - new1908.1
861         - 47  # NDRPDR sel - new1908.1
862         - 48  # NDRPDR sel - new1908.1
863         - 49  # NDRPDR sel - new1908.1
864     vpp-performance-changes-2n-skx-ref:
865       csit-vpp-perf-verify-2001-2n-skx:
866         - 143  # NDRPDR sel - new2001.0
867         - 146  # NDRPDR sel - new2001.0
868         - 147  # NDRPDR sel - new2001.0
869         - 148  # NDRPDR sel - new2001.0
870         - 149  # NDRPDR sel - new2001.0
871         - 150  # NDRPDR sel - new2001.0
872         - 151  # NDRPDR sel - new2001.0
873         - 152  # NDRPDR sel - new2001.0
874         - 153  # NDRPDR sel - new2001.0
875         - 154  # NDRPDR sel - new2001.0
876     vpp-performance-changes-2n-skx-cmp:
877       csit-vpp-perf-report-iterative-2005-2n-skx:
878         - 43  # NDRPDR sel
879         - 38  # NDRPDR sel
880         - 7   # NDRPDR sel
881         - 65  # NDRPDR sel
882         - 47  # NDRPDR sel
883         - 55  # NDRPDR sel
884         - 67  # NDRPDR sel
885         - 75  # NDRPDR sel
886         - 76  # NDRPDR sel
887         - 73  # NDRPDR sel
888     vpp-performance-changes-2n-skx-cmp-2:
889       csit-vpp-perf-report-iterative-2005-2n-skx:
890         - 88  # NDRPDR sel env 4
891         - 89  # NDRPDR sel env 4
892         - 90  # NDRPDR sel env 4
893         - 91  # NDRPDR sel env 4
894         - 92  # NDRPDR sel env 4
895         - 93  # NDRPDR sel env 4
896         - 94  # NDRPDR sel env 4
897
898 #    vpp-performance-changes-nfv-2n-skx-ref:
899 #      csit-vpp-perf-verify-2001-2n-skx:
900 #        - 30  # NFV
901 #        - 31  # NFV
902 #    vpp-performance-changes-nfv-2n-skx-cmp:
903 #      csit-vpp-perf-report-iterative-2005-2n-skx:
904 #        - 43  # NDRPDR sel
905 #        - 38  # NDRPDR sel
906 #        - 7   # NDRPDR sel
907 #        - 78  # nf-density-sel
908 #        - 83  # nf-density-sel
909
910     vpp-performance-changes-2n-clx-ref:
911       csit-vpp-perf-verify-2001-2n-clx:
912         - 28  # NDRPDR sel
913         - 29  # NDRPDR sel
914         - 32  # NDRPDR sel
915         - 40  # NDRPDR sel
916         - 43  # NDRPDR sel
917         - 44  # NDRPDR sel
918         - 45  # NDRPDR sel
919         - 47  # NDRPDR sel
920         - 48  # NDRPDR sel
921         - 49  # NDRPDR sel
922     vpp-performance-changes-2n-clx-cmp:
923       csit-vpp-perf-report-iterative-2005-2n-clx:
924         - 7   # NDRPDR sel
925         - 38  # NDRPDR sel
926         - 9   # NDRPDR sel
927         - 32  # NDRPDR sel ???
928         - 33  # NDRPDR sel ???
929         - 39  # NDRPDR sel
930         - 40  # NDRPDR sel
931         - 43  # NDRPDR sel
932         - 50  # NDRPDR sel
933         - 51  # NDRPDR sel
934     vpp-performance-changes-2n-clx-cmp-2:
935       csit-vpp-perf-report-iterative-2005-2n-clx:
936         - 62  # NDRPDR sel env 4
937         - 63  # NDRPDR sel env 4
938         - 64  # NDRPDR sel env 4
939         - 65  # NDRPDR sel env 4
940         - 66  # NDRPDR sel env 4
941         - 68  # NDRPDR sel env 4
942         - 69  # NDRPDR sel env 4
943         - 70  # NDRPDR sel env 4
944
945     vpp-performance-changes-2n-dnv-h1:
946       csit-vpp-perf-verify-1908-2n-dnv:
947         - 1   # NDRPDR sel
948         - 2   # NDRPDR sel
949         - 3   # NDRPDR sel
950         - 4   # NDRPDR sel
951         - 5   # NDRPDR sel
952         - 6   # NDRPDR sel
953         - 7   # NDRPDR sel
954         - 8   # NDRPDR sel
955         - 9   # NDRPDR sel
956         - 10  # NDRPDR sel
957     vpp-performance-changes-2n-dnv-ref:
958       csit-vpp-perf-verify-2001-2n-dnv:
959         - 4   # NDRPDR sel
960         - 5   # NDRPDR sel
961         - 6   # NDRPDR sel
962         - 7   # NDRPDR sel
963         - 8   # NDRPDR sel
964         - 9   # NDRPDR sel
965         - 10  # NDRPDR sel
966         - 11  # NDRPDR sel
967         - 13  # NDRPDR sel
968         - 16  # NDRPDR sel
969     vpp-performance-changes-2n-dnv-cmp:
970       csit-vpp-perf-report-iterative-2005-2n-dnv:
971         - 3   # NDRPDR sel
972         - 6   # NDRPDR sel
973         - 7   # NDRPDR sel
974         - 8   # NDRPDR sel
975         - 9   # NDRPDR sel
976         - 10  # NDRPDR sel
977         - 11  # NDRPDR sel
978         - 12  # NDRPDR sel
979         - 13  # NDRPDR sel
980         - 14  # NDRPDR sel
981
982     vpp-performance-changes-3n-dnv-h1:
983       csit-vpp-perf-verify-1908-3n-dnv:
984         - 6   # NDRPDR sel
985         - 7   # NDRPDR sel
986         - 8   # NDRPDR sel
987         - 9   # NDRPDR sel
988         - 10  # NDRPDR sel
989         - 12  # NDRPDR sel
990         - 13  # NDRPDR sel
991         - 14  # NDRPDR sel
992         - 15  # NDRPDR sel
993         - 16  # NDRPDR sel
994     vpp-performance-changes-3n-dnv-ref:
995       csit-vpp-perf-verify-2001-3n-dnv:
996         - 5   # NDRPDR sel
997         - 6   # NDRPDR sel
998         - 7   # NDRPDR sel
999         - 8   # NDRPDR sel
1000         - 9   # NDRPDR sel
1001         - 10  # NDRPDR sel
1002         - 12  # NDRPDR sel
1003         - 16  # NDRPDR sel
1004         - 17  # NDRPDR sel
1005         - 18  # NDRPDR sel
1006     vpp-performance-changes-3n-dnv-cmp:
1007       csit-vpp-perf-report-iterative-2005-3n-dnv:
1008         - 2   # NDRPDR sel
1009         - 3   # NDRPDR sel
1010         - 4   # NDRPDR sel
1011         - 5   # NDRPDR sel
1012         - 6   # NDRPDR sel
1013         - 7   # NDRPDR sel
1014         - 9   # NDRPDR sel
1015         - 10  # NDRPDR sel
1016         - 11  # NDRPDR sel
1017         - 12  # NDRPDR sel
1018
1019     vpp-performance-changes-3n-tsh-h1:
1020       csit-vpp-perf-verify-1908-3n-tsh:
1021         - 7   # NDRPDR sel
1022         - 8   # NDRPDR sel
1023         - 9   # NDRPDR sel
1024         - 10  # NDRPDR sel
1025         - 11  # NDRPDR sel
1026         - 12  # NDRPDR sel
1027         - 13  # NDRPDR sel
1028         - 14  # NDRPDR sel
1029         - 15  # NDRPDR sel
1030         - 16  # NDRPDR sel
1031     vpp-performance-changes-3n-tsh-ref:
1032       csit-vpp-perf-verify-2001-3n-tsh:
1033         - 3   # NDRPDR sel
1034         - 4   # NDRPDR sel
1035         - 7   # NDRPDR sel
1036         - 8   # NDRPDR sel
1037         - 10  # NDRPDR sel
1038         - 12  # NDRPDR sel
1039         - 13  # NDRPDR sel
1040         - 14  # NDRPDR sel
1041         - 15  # NDRPDR sel
1042         - 21  # NDRPDR sel
1043     vpp-performance-changes-3n-tsh-cmp:
1044       # TODO: Add data:
1045       csit-vpp-perf-report-iterative-2005-3n-tsh:
1046         - 9   # NDRPDR sel
1047         - 11  # NDRPDR sel
1048         - 12  # NDRPDR sel
1049         - 20  # NDRPDR sel
1050         - 14  # NDRPDR sel
1051         - 21  # NDRPDR sel
1052     vpp-performance-changes-3n-tsh-cmp-2:
1053       csit-vpp-perf-report-iterative-2005-3n-tsh:
1054         - 23  # NDRPDR sel env 4
1055         - 25  # NDRPDR sel env 4
1056
1057     vpp-soak-vs-ndr-2n-skx-ref:
1058       csit-vpp-perf-report-iterative-2005-2n-skx:
1059         - 43  # NDRPDR sel
1060         - 38  # NDRPDR sel
1061         - 7   # NDRPDR sel
1062         - 65  # NDRPDR sel
1063         - 47  # NDRPDR sel
1064         - 55  # NDRPDR sel
1065         - 67  # NDRPDR sel
1066         - 75  # NDRPDR sel
1067         - 76  # NDRPDR sel
1068         - 73  # NDRPDR sel
1069     vpp-soak-vs-ndr-2n-skx-cmp:
1070       csit-vpp-perf-report-iterative-2005-2n-skx:
1071         - 49  # Soak
1072         - 54  # Soak
1073     vpp-soak-vs-ndr-2n-skx:
1074       csit-vpp-perf-report-iterative-2005-2n-skx:
1075         - 43  # NDRPDR sel
1076         - 38  # NDRPDR sel
1077         - 7   # NDRPDR sel
1078         - 65  # NDRPDR sel
1079         - 47  # NDRPDR sel
1080         - 55  # NDRPDR sel
1081         - 67  # NDRPDR sel
1082         - 75  # NDRPDR sel
1083         - 76  # NDRPDR sel
1084         - 73  # NDRPDR sel
1085         - 49  # Soak
1086         - 54  # Soak
1087
1088     vpp-soak-vs-ndr-2n-clx-ref:
1089       csit-vpp-perf-report-iterative-2005-2n-clx:
1090         - 7   # NDRPDR sel
1091         - 38  # NDRPDR sel
1092         - 9   # NDRPDR sel
1093         - 32  # NDRPDR sel ???
1094         - 33  # NDRPDR sel ???
1095         - 39  # NDRPDR sel
1096         - 40  # NDRPDR sel
1097         - 43  # NDRPDR sel
1098         - 50  # NDRPDR sel
1099         - 51  # NDRPDR sel
1100     vpp-soak-vs-ndr-2n-clx-cmp:
1101       csit-vpp-perf-report-iterative-2005-2n-clx:
1102         - 44  # Soak
1103         - 49  # Soak
1104     vpp-soak-vs-ndr-2n-clx:
1105       csit-vpp-perf-report-iterative-2005-2n-clx:
1106         - 7   # NDRPDR sel
1107         - 38  # NDRPDR sel
1108         - 9   # NDRPDR sel
1109         - 32  # NDRPDR sel ???
1110         - 33  # NDRPDR sel ???
1111         - 39  # NDRPDR sel
1112         - 40  # NDRPDR sel
1113         - 43  # NDRPDR sel
1114         - 50  # NDRPDR sel
1115         - 51  # NDRPDR sel
1116         - 44  # Soak
1117         - 49  # Soak
1118
1119     vpp-performance-changes-3n-hsw-mrr-h1:
1120       csit-vpp-perf-verify-1908-3n-hsw:
1121         - 39  # MRR sel
1122     vpp-performance-changes-3n-hsw-mrr-ref:
1123       csit-vpp-perf-verify-2001-3n-hsw:
1124         - 17  # MRR sel
1125     vpp-performance-changes-3n-hsw-mrr-cmp:
1126       csit-vpp-perf-report-iterative-2005-3n-hsw:
1127         - 13  # MRR
1128     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1129       csit-vpp-perf-report-iterative-2005-3n-hsw:
1130         - 30  # MRR env 4
1131
1132 #    vpp-performance-changes-3n-skx-mrr-h1:
1133 #      csit-vpp-perf-verify-1908-3n-skx:
1134 #        - 36  # MRR sel
1135     vpp-performance-changes-3n-skx-mrr-ref:
1136       csit-vpp-perf-verify-2001-3n-skx:
1137         - 50  # MRR sel
1138         - 53  # MRR sel addition
1139     vpp-performance-changes-3n-skx-mrr-cmp:
1140       csit-vpp-perf-report-iterative-2005-3n-skx:
1141         - 6   # MRR sel
1142
1143 #    vpp-performance-changes-2n-skx-mrr-h1:
1144 #      csit-vpp-perf-verify-1908-2n-skx:
1145 #        - 69  # MRR sel
1146     vpp-performance-changes-2n-skx-mrr-ref:
1147       csit-vpp-perf-verify-2001-2n-skx:
1148         - 101 # MRR sel
1149         - 128 # MRR sel addition
1150     vpp-performance-changes-2n-skx-mrr-cmp:
1151       csit-vpp-perf-report-iterative-2005-2n-skx:
1152         - 42  # MRR sel
1153
1154     vpp-performance-changes-2n-clx-mrr-ref:
1155       csit-vpp-perf-verify-2001-2n-clx:
1156         - 39  # MRR
1157     vpp-performance-changes-2n-clx-mrr-cmp:
1158       csit-vpp-perf-report-iterative-2005-2n-clx:
1159         - 12   # MRR
1160     vpp-performance-changes-2n-clx-mrr-cmp-2:
1161       csit-vpp-perf-report-iterative-2005-2n-clx:
1162         - 72   # MRR
1163
1164 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1165 #      csit-vpp-perf-verify-1908-2n-skx:
1166 #        - 71  # NFV MRR
1167 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1168 #      # csit-vpp-perf-verify-2001-2n-skx:
1169 #      csit-vpp-perf-verify-1908-2n-skx:
1170 #        - 71  # NFV MRR
1171
1172     vpp-performance-changes-2n-dnv-mrr-h1:
1173       csit-vpp-perf-verify-1908-2n-dnv:
1174         - 11  # MRR sel
1175     vpp-performance-changes-2n-dnv-mrr-ref:
1176       csit-vpp-perf-verify-2001-2n-dnv:
1177         - 12  # MRR sel
1178     vpp-performance-changes-2n-dnv-mrr-cmp:
1179       csit-vpp-perf-report-iterative-2005-2n-dnv:
1180         - 15  # MRR sel
1181
1182     vpp-performance-changes-3n-dnv-mrr-h1:
1183       csit-vpp-perf-verify-1908-3n-dnv:
1184         - 17  # MRR sel
1185     vpp-performance-changes-3n-dnv-mrr-ref:
1186       csit-vpp-perf-verify-2001-3n-dnv:
1187         - 11  # MRR sel
1188     vpp-performance-changes-3n-dnv-mrr-cmp:
1189       csit-vpp-perf-report-iterative-2005-3n-dnv:
1190         - 8   # MRR
1191
1192     vpp-performance-changes-3n-tsh-mrr-h1:
1193       csit-vpp-perf-verify-1908-3n-tsh:
1194         - 17  # MRR sel
1195     vpp-performance-changes-3n-tsh-mrr-ref:
1196       csit-vpp-perf-verify-2001-3n-tsh:
1197         - 9   # MRR sel
1198     vpp-performance-changes-3n-tsh-mrr-cmp:
1199       csit-vpp-perf-report-iterative-2005-3n-tsh:
1200         - 10  # MRR sel
1201
1202     dpdk-performance-changes-3n-hsw-h1:
1203       csit-dpdk-perf-verify-1908-3n-hsw:
1204         - 2   # NDRPDR sel
1205         - 3   # NDRPDR sel
1206         - 4   # NDRPDR sel
1207         - 5   # NDRPDR sel
1208         - 6   # NDRPDR sel
1209         - 7   # NDRPDR sel
1210         - 8   # NDRPDR sel
1211         - 9   # NDRPDR sel
1212         - 10  # NDRPDR sel
1213         - 11  # NDRPDR sel
1214     dpdk-performance-changes-3n-hsw-ref:
1215       csit-dpdk-perf-verify-2001-3n-hsw:
1216         - 4   # NDRPDR sel
1217         - 5   # NDRPDR sel
1218         - 6   # NDRPDR sel
1219         - 7   # NDRPDR sel
1220         - 8   # NDRPDR sel
1221         - 9   # NDRPDR sel
1222         - 10  # NDRPDR sel
1223         - 11  # NDRPDR sel
1224         - 12  # NDRPDR sel
1225         - 13  # NDRPDR sel
1226         - 15  # NDRPDR sel
1227         - 16  # NDRPDR sel
1228         - 17  # NDRPDR sel
1229         - 18  # NDRPDR sel
1230         - 19  # NDRPDR sel
1231         - 20  # NDRPDR sel
1232         - 21  # NDRPDR sel
1233         - 22  # NDRPDR sel
1234         - 23  # NDRPDR sel
1235         - 24  # NDRPDR sel
1236     dpdk-performance-changes-3n-hsw-cmp:
1237       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1238         - 5   # NDRPDR sel
1239         - 6   # NDRPDR sel
1240         - 7   # NDRPDR sel
1241         - 8   # NDRPDR sel
1242         - 9   # NDRPDR sel
1243         - 10  # NDRPDR sel
1244         - 11  # NDRPDR sel
1245         - 12  # NDRPDR sel
1246         - 13  # NDRPDR sel
1247         - 14  # NDRPDR sel
1248
1249     dpdk-performance-changes-3n-skx-h1:
1250       csit-dpdk-perf-verify-1908-3n-skx:
1251         - 3   # NDRPDR sel
1252         - 4   # NDRPDR sel
1253         - 5   # NDRPDR sel
1254         - 6   # NDRPDR sel
1255         - 7   # NDRPDR sel
1256         - 8   # NDRPDR sel
1257         - 9   # NDRPDR sel
1258         - 10  # NDRPDR sel
1259         - 11  # NDRPDR sel
1260         - 12  # NDRPDR sel
1261     dpdk-performance-changes-3n-skx-ref:
1262       csit-dpdk-perf-verify-2001-3n-skx:
1263         - 29  # NDRPDR sel xxv710
1264         - 33  # NDRPDR sel xxv710
1265         - 34  # NDRPDR sel xxv710
1266         - 35  # NDRPDR sel xxv710
1267         - 36  # NDRPDR sel xxv710
1268         - 37  # NDRPDR sel xxv710
1269         - 41  # NDRPDR sel xxv710
1270         - 42  # NDRPDR sel xxv710
1271         - 43  # NDRPDR sel xxv710
1272         - 45  # NDRPDR sel xxv710
1273         - 30  # NDRPDR sel x710
1274         - 31  # NDRPDR sel x710
1275         - 32  # NDRPDR sel x710
1276         - 38  # NDRPDR sel x710
1277         - 39  # NDRPDR sel x710
1278         - 40  # NDRPDR sel x710
1279         - 44  # NDRPDR sel x710
1280         - 46  # NDRPDR sel x710
1281         - 47  # NDRPDR sel x710
1282         - 48  # NDRPDR sel x710
1283     dpdk-performance-changes-3n-skx-cmp:
1284       csit-dpdk-perf-report-iterative-2005-3n-skx:
1285         - 4   # NDRPDR sel
1286         - 5   # NDRPDR sel
1287         - 6   # NDRPDR sel
1288         - 7   # NDRPDR sel
1289         - 8   # NDRPDR sel
1290         - 11  # NDRPDR sel
1291         - 12  # NDRPDR sel
1292         - 13  # NDRPDR sel
1293         - 14  # NDRPDR sel
1294         - 15  # NDRPDR sel
1295
1296     dpdk-performance-changes-2n-skx-h1:
1297       csit-dpdk-perf-verify-1908-2n-skx:
1298         - 2   # NDRPDR sel
1299         - 3   # NDRPDR sel
1300         - 4   # NDRPDR sel
1301         - 5   # NDRPDR sel
1302         - 7   # NDRPDR sel
1303         - 8   # NDRPDR sel
1304         - 9   # NDRPDR sel
1305         - 10  # NDRPDR sel
1306         - 11  # NDRPDR sel
1307         - 12  # NDRPDR sel
1308     dpdk-performance-changes-2n-skx-ref:
1309       csit-dpdk-perf-verify-2001-2n-skx:
1310         - 35  # NDRPDR sel xxv710
1311         - 36  # NDRPDR sel xxv710
1312         - 37  # NDRPDR sel xxv710
1313         - 41  # NDRPDR sel xxv710
1314         - 42  # NDRPDR sel xxv710
1315         - 43  # NDRPDR sel xxv710
1316         - 46  # NDRPDR sel xxv710
1317         - 47  # NDRPDR sel xxv710
1318         - 52  # NDRPDR sel xxv710
1319         - 53  # NDRPDR sel xxv710
1320         - 38  # NDRPDR sel x710
1321         - 39  # NDRPDR sel x710
1322         - 40  # NDRPDR sel x710
1323         - 44  # NDRPDR sel x710
1324         - 45  # NDRPDR sel x710
1325         - 48  # NDRPDR sel x710
1326         - 49  # NDRPDR sel x710
1327         - 50  # NDRPDR sel x710
1328         - 51  # NDRPDR sel x710
1329         - 54  # NDRPDR sel x710
1330     dpdk-performance-changes-2n-skx-cmp:
1331       csit-dpdk-perf-report-iterative-2005-2n-skx:
1332         - 1   # NDRPDR sel
1333         - 2   # NDRPDR sel
1334         - 3   # NDRPDR sel
1335         - 4   # NDRPDR sel
1336         - 5   # NDRPDR sel
1337         - 6   # NDRPDR sel
1338         - 7   # NDRPDR sel
1339         - 8   # NDRPDR sel
1340         - 9   # NDRPDR sel
1341         - 10  # NDRPDR sel
1342
1343     dpdk-performance-changes-2n-clx-ref:
1344       csit-dpdk-perf-verify-2001-2n-clx:
1345         - 15  # NDRPDR sel
1346         - 16  # NDRPDR sel
1347         - 17  # NDRPDR sel
1348         - 18  # NDRPDR sel
1349         - 19  # NDRPDR sel
1350         - 20  # NDRPDR sel
1351         - 21  # NDRPDR sel
1352         - 22  # NDRPDR sel
1353         - 23  # NDRPDR sel
1354         - 24  # NDRPDR sel
1355         - 25  # NDRPDR sel
1356         - 26  # NDRPDR sel
1357         - 27  # NDRPDR sel
1358         - 28  # NDRPDR sel
1359         - 29  # NDRPDR sel
1360         - 30  # NDRPDR sel
1361         - 31  # NDRPDR sel
1362         - 32  # NDRPDR sel
1363         - 33  # NDRPDR sel
1364         - 34  # NDRPDR sel
1365     dpdk-performance-changes-2n-clx-cmp:
1366       csit-dpdk-perf-report-iterative-2005-2n-clx:
1367         - 1   # NDRPDR sel
1368         - 2   # NDRPDR sel
1369         - 3   # NDRPDR sel
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel
1372         - 6   # NDRPDR sel
1373         - 7   # NDRPDR sel
1374         - 8   # NDRPDR sel
1375         - 9   # NDRPDR sel
1376         - 10  # NDRPDR sel
1377
1378     dpdk-performance-changes-2n-dnv-ref:
1379       csit-dpdk-perf-verify-2001-2n-dnv:
1380         - 9   # NDRPDR sel
1381         - 10  # NDRPDR sel
1382         - 11  # NDRPDR sel
1383         - 12  # NDRPDR sel
1384         - 13  # NDRPDR sel
1385         - 14  # NDRPDR sel
1386         - 15  # NDRPDR sel
1387         - 16  # NDRPDR sel
1388         - 17  # NDRPDR sel
1389         - 18  # NDRPDR sel
1390     dpdk-performance-changes-2n-dnv-cmp:
1391       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1392         - 8   # NDRPDR sel
1393         - 9   # NDRPDR sel
1394         - 10  # NDRPDR sel
1395         - 11  # NDRPDR sel
1396         - 12  # NDRPDR sel
1397         - 13  # NDRPDR sel
1398         - 14  # NDRPDR sel
1399         - 15  # NDRPDR sel
1400         - 16  # NDRPDR sel
1401         - 17  # NDRPDR sel
1402
1403     dpdk-performance-changes-3n-dnv-ref:
1404       csit-dpdk-perf-verify-2001-3n-dnv:
1405         - 12  # NDRPDR sel
1406         - 13  # NDRPDR sel
1407         - 14  # NDRPDR sel
1408         - 15  # NDRPDR sel
1409         - 16  # NDRPDR sel
1410         - 17  # NDRPDR sel
1411         - 18  # NDRPDR sel
1412         - 19  # NDRPDR sel
1413         - 20  # NDRPDR sel
1414         - 22  # NDRPDR sel
1415     dpdk-performance-changes-3n-dnv-cmp:
1416       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1417         - 6   # NDRPDR sel
1418         - 7   # NDRPDR sel
1419         - 8   # NDRPDR sel
1420         - 9   # NDRPDR sel
1421         - 10  # NDRPDR sel
1422         - 11  # NDRPDR sel
1423         - 12  # NDRPDR sel
1424         - 13  # NDRPDR sel
1425         - 14  # NDRPDR sel
1426         - 16  # NDRPDR sel
1427
1428     dpdk-performance-changes-3n-tsh-ref:
1429       csit-dpdk-perf-verify-2001-3n-tsh:
1430         - 3   # NDRPDR sel
1431         - 4   # NDRPDR sel
1432         - 5   # NDRPDR sel
1433         - 9   # NDRPDR sel
1434         - 10  # NDRPDR sel
1435         - 11  # NDRPDR sel
1436         - 12  # NDRPDR sel
1437         - 14  # NDRPDR sel
1438         - 15  # NDRPDR sel
1439         - 18  # NDRPDR sel
1440     dpdk-performance-changes-3n-tsh-cmp:
1441       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1442         - 5   # NDRPDR sel
1443
1444     # Compare testbeds
1445
1446     vpp-compare-testbeds-ref:
1447       csit-vpp-perf-report-iterative-2005-3n-hsw:
1448         - 3   # NDRPDR sel
1449         - 4   # NDRPDR sel
1450         - 5   # NDRPDR sel
1451         - 10  # NDRPDR sel
1452         - 11  # NDRPDR sel
1453         - 12  # NDRPDR sel
1454         - 15  # NDRPDR sel
1455         - 16  # NDRPDR sel
1456         - 18  # NDRPDR sel
1457         - 19  # NDRPDR sel
1458     vpp-compare-testbeds-cmp:
1459       csit-vpp-perf-report-iterative-2005-3n-skx:
1460         - 4   # NDRPDR sel
1461         - 5   # NDRPDR sel ??? all x710 failed
1462         - 33  # NDRPDR sel
1463         - 28  # NDRPDR sel
1464         - 34  # NDRPDR sel
1465         - 36  # NDRPDR sel
1466         - 37  # NDRPDR sel
1467         - 38  # NDRPDR sel
1468         - 39  # NDRPDR sel
1469         - 41  # NDRPDR sel
1470
1471     vpp-compare-testbeds-skx-clx-ref:
1472       csit-vpp-perf-report-iterative-2005-2n-skx:
1473         - 43  # NDRPDR sel
1474         - 38  # NDRPDR sel
1475         - 7   # NDRPDR sel
1476         - 65  # NDRPDR sel
1477         - 47  # NDRPDR sel
1478         - 55  # NDRPDR sel
1479         - 67  # NDRPDR sel
1480         - 75  # NDRPDR sel
1481         - 76  # NDRPDR sel
1482         - 73  # NDRPDR sel
1483     vpp-compare-testbeds-skx-clx-cmp:
1484       csit-vpp-perf-report-iterative-2005-2n-clx:
1485         - 7   # NDRPDR sel
1486         - 38  # NDRPDR sel
1487         - 9   # NDRPDR sel
1488         - 32  # NDRPDR sel ???
1489         - 33  # NDRPDR sel ???
1490         - 39  # NDRPDR sel
1491         - 40  # NDRPDR sel
1492         - 43  # NDRPDR sel
1493         - 50  # NDRPDR sel
1494         - 51  # NDRPDR sel
1495
1496     vpp-compare-testbeds-hsw-clx-ref:
1497       csit-vpp-perf-report-iterative-2005-3n-hsw:
1498         - 3   # NDRPDR sel
1499         - 4   # NDRPDR sel
1500         - 5   # NDRPDR sel
1501         - 10  # NDRPDR sel
1502         - 11  # NDRPDR sel
1503         - 12  # NDRPDR sel
1504         - 15  # NDRPDR sel
1505         - 16  # NDRPDR sel
1506         - 18  # NDRPDR sel
1507         - 19  # NDRPDR sel
1508     vpp-compare-testbeds-hsw-clx-cmp:
1509       csit-vpp-perf-report-iterative-2005-2n-clx:
1510         - 7   # NDRPDR sel
1511         - 38  # NDRPDR sel
1512         - 9   # NDRPDR sel
1513         - 32  # NDRPDR sel ???
1514         - 33  # NDRPDR sel ???
1515         - 39  # NDRPDR sel
1516         - 40  # NDRPDR sel
1517         - 43  # NDRPDR sel
1518         - 50  # NDRPDR sel
1519         - 51  # NDRPDR sel
1520
1521     vpp-compare-testbeds-mrr-ref:
1522       csit-vpp-perf-report-iterative-2005-3n-hsw:
1523         - 13  # MRR
1524     vpp-compare-testbeds-mrr-cmp:
1525       csit-vpp-perf-report-iterative-2005-3n-skx:
1526         - 6   # MRR sel
1527
1528     vpp-compare-testbeds-mrr-skx-clx-ref:
1529       csit-vpp-perf-report-iterative-2005-2n-skx:
1530         - 42  # MRR sel
1531     vpp-compare-testbeds-mrr-skx-clx-cmp:
1532       csit-vpp-perf-report-iterative-2005-2n-clx:
1533         - 12   # MRR
1534
1535     vpp-compare-testbeds-mrr-hsw-clx-ref:
1536       csit-vpp-perf-report-iterative-2005-3n-hsw:
1537         - 13  # MRR
1538     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1539       csit-vpp-perf-report-iterative-2005-2n-clx:
1540         - 12   # MRR
1541
1542     dpdk-compare-testbeds-ref:
1543       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1544         - 5   # NDRPDR sel
1545         - 6   # NDRPDR sel
1546         - 7   # NDRPDR sel
1547         - 8   # NDRPDR sel
1548         - 9   # NDRPDR sel
1549         - 10  # NDRPDR sel
1550         - 11  # NDRPDR sel
1551         - 12  # NDRPDR sel
1552         - 13  # NDRPDR sel
1553         - 14  # NDRPDR sel
1554     dpdk-compare-testbeds-cmp:
1555       csit-dpdk-perf-report-iterative-2005-3n-skx:
1556         - 4   # NDRPDR sel
1557         - 5   # NDRPDR sel
1558         - 6   # NDRPDR sel
1559         - 7   # NDRPDR sel
1560         - 8   # NDRPDR sel
1561         - 11  # NDRPDR sel
1562         - 12  # NDRPDR sel
1563         - 13  # NDRPDR sel
1564         - 14  # NDRPDR sel
1565         - 15  # NDRPDR sel
1566
1567     dpdk-compare-testbeds-skx-clx-ref:
1568       csit-dpdk-perf-report-iterative-2005-2n-skx:
1569         - 1   # NDRPDR sel
1570         - 2   # NDRPDR sel
1571         - 3   # NDRPDR sel
1572         - 4   # NDRPDR sel
1573         - 5   # NDRPDR sel
1574         - 6   # NDRPDR sel
1575         - 7   # NDRPDR sel
1576         - 8   # NDRPDR sel
1577         - 9   # NDRPDR sel
1578         - 10  # NDRPDR sel
1579     dpdk-compare-testbeds-skx-clx-cmp:
1580       csit-dpdk-perf-report-iterative-2005-2n-clx:
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
1592     # Compare topologies
1593
1594     vpp-compare-topologies-ref:
1595       csit-vpp-perf-report-iterative-2005-3n-skx:
1596         - 4   # NDRPDR sel
1597         - 5   # NDRPDR sel ??? all x710 failed
1598         - 33  # NDRPDR sel
1599         - 28  # NDRPDR sel
1600         - 34  # NDRPDR sel
1601         - 36  # NDRPDR sel
1602         - 37  # NDRPDR sel
1603         - 38  # NDRPDR sel
1604         - 39  # NDRPDR sel
1605         - 41  # NDRPDR sel
1606     vpp-compare-topologies-cmp:
1607       csit-vpp-perf-report-iterative-2005-2n-skx:
1608         - 43  # NDRPDR sel
1609         - 38  # NDRPDR sel
1610         - 7   # NDRPDR sel
1611         - 65  # NDRPDR sel
1612         - 47  # NDRPDR sel
1613         - 55  # NDRPDR sel
1614         - 67  # NDRPDR sel
1615         - 75  # NDRPDR sel
1616         - 76  # NDRPDR sel
1617         - 73  # NDRPDR sel
1618
1619     vpp-compare-topologies-mrr-ref:
1620       csit-vpp-perf-report-iterative-2005-3n-skx:
1621         - 6   # MRR sel
1622     vpp-compare-topologies-mrr-cmp:
1623       csit-vpp-perf-report-iterative-2005-2n-skx:
1624         - 42  # MRR sel
1625
1626     dpdk-compare-topologies-ref:
1627       csit-dpdk-perf-report-iterative-2005-3n-skx:
1628         - 4   # NDRPDR sel
1629         - 5   # NDRPDR sel
1630         - 6   # NDRPDR sel
1631         - 7   # NDRPDR sel
1632         - 8   # NDRPDR sel
1633         - 11  # NDRPDR sel
1634         - 12  # NDRPDR sel
1635         - 13  # NDRPDR sel
1636         - 14  # NDRPDR sel
1637         - 15  # NDRPDR sel
1638     dpdk-compare-topologies-cmp:
1639       csit-dpdk-perf-report-iterative-2005-2n-skx:
1640         - 1   # NDRPDR sel
1641         - 2   # NDRPDR sel
1642         - 3   # NDRPDR sel
1643         - 4   # NDRPDR sel
1644         - 5   # NDRPDR sel
1645         - 6   # NDRPDR sel
1646         - 7   # NDRPDR sel
1647         - 8   # NDRPDR sel
1648         - 9   # NDRPDR sel
1649         - 10  # NDRPDR sel
1650
1651   plot-layouts:
1652
1653     plot-soak-throughput:
1654       titlefont:
1655         size: 18
1656       xaxis:
1657         title: "<b>Test Cases [Index]</b>"
1658         titlefont:
1659           size: 16
1660         autorange: True
1661         fixedrange: False
1662         gridcolor: "rgb(230, 230, 230)"
1663         linecolor: "rgb(220, 220, 220)"
1664         linewidth: 1
1665         showgrid: True
1666         showline: True
1667         showticklabels: True
1668         tickcolor: "rgb(220, 220, 220)"
1669         tickmode: "linear"
1670         tickfont:
1671           size: 16
1672         zeroline: False
1673       yaxis:
1674         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1675         titlefont:
1676           size: 16
1677         gridcolor: "rgb(230, 230, 230)"
1678         hoverformat: ".4r"
1679         tickformat: ".3r"
1680         linecolor: "rgb(220, 220, 220)"
1681         linewidth: 1
1682         showgrid: True
1683         showline: True
1684         showticklabels: True
1685         tickcolor: "rgb(220, 220, 220)"
1686         tickfont:
1687           size: 16
1688         zeroline: False
1689         range: [0,50]
1690       autosize: False
1691       margin:
1692         t: 50
1693         b: 0
1694         l: 80
1695         r: 20
1696       showlegend: True
1697       legend:
1698         orientation: "h"
1699         font:
1700           size: 16
1701       width: 700
1702       height: 900
1703       paper_bgcolor: "#fff"
1704       plot_bgcolor: "#fff"
1705       hoverlabel:
1706         namelength: -1
1707
1708     plot-service-density:
1709       titlefont:
1710         size: 18
1711       xaxis:
1712         side: "top"
1713         autorange: True
1714         fixedrange: False
1715         showgrid: False
1716         showline: False
1717         showticklabels: False
1718         ticks: ""
1719         ticklen: 0
1720         tickwidth: 0
1721         zeroline: False
1722       yaxis:
1723         autorange: "reversed"
1724         showgrid: False
1725         showline: False
1726         showticklabels: False
1727         ticks: ""
1728         ticklen: 0
1729         tickwidth: 0
1730         zeroline: False
1731       showlegend: False
1732       paper_bgcolor: "#fff"
1733       plot_bgcolor: "#fff"
1734       width: 700
1735       height: 700
1736       hoverlabel:
1737         namelength: -1
1738
1739     plot-hoststack:
1740       titlefont:
1741         size: 16
1742       xaxis:
1743         title: "<b>Test Cases [Index]</b>"
1744         titlefont:
1745           size: 14
1746         autorange: True
1747         fixedrange: False
1748         gridcolor: "rgb(230, 230, 230)"
1749         linecolor: "rgb(220, 220, 220)"
1750         linewidth: 1
1751         showgrid: True
1752         showline: True
1753         showticklabels: True
1754         tickcolor: "rgb(220, 220, 220)"
1755         tickmode: "linear"
1756         tickfont:
1757           size: 14
1758         zeroline: False
1759       yaxis:
1760         title: "<b>Bandwidth [Gbps]</b>"
1761         titlefont:
1762           size: 14
1763         gridcolor: "rgb(230, 230, 230)"
1764         hoverformat: ".4s"
1765         linecolor: "rgb(220, 220, 220)"
1766         linewidth: 1
1767         rangemode: "tozero"
1768         showgrid: True
1769         showline: True
1770         showticklabels: True
1771         tickcolor: "rgb(230, 230, 230)"
1772         tickformat: ".3s"
1773         tickfont:
1774           size: 14
1775         zeroline: False
1776       boxmode: "group"
1777       boxgroupgap: 0.5
1778       autosize: False
1779       margin:
1780         t: 50
1781         b: 20
1782         l: 80
1783         r: 20
1784       showlegend: True
1785       legend:
1786         orientation: "h"
1787         font:
1788           size: 14
1789       width: 700
1790       height: 800
1791       paper_bgcolor: "#fff"
1792       plot_bgcolor: "#fff"
1793       hoverlabel:
1794         namelength: -1
1795
1796     plot-throughput:
1797       titlefont:
1798         size: 18
1799       xaxis:
1800         title: "<b>Test Cases [Index]</b>"
1801         titlefont:
1802           size: 16
1803         autorange: True
1804         fixedrange: False
1805         gridcolor: "rgb(230, 230, 230)"
1806         linecolor: "rgb(220, 220, 220)"
1807         linewidth: 1
1808         showgrid: True
1809         showline: True
1810         showticklabels: True
1811         tickcolor: "rgb(220, 220, 220)"
1812         tickmode: "linear"
1813         tickfont:
1814           size: 16
1815         zeroline: False
1816       yaxis:
1817         title: "<b>Packet Throughput [Mpps]</b>"
1818         titlefont:
1819           size: 16
1820         gridcolor: "rgb(230, 230, 230)"
1821         hoverformat: ".4r"
1822         tickformat: ".3r"
1823         linecolor: "rgb(220, 220, 220)"
1824         linewidth: 1
1825         showgrid: True
1826         showline: True
1827         showticklabels: True
1828         tickcolor: "rgb(220, 220, 220)"
1829         tickfont:
1830           size: 16
1831         zeroline: False
1832         range: [0,50]
1833       autosize: False
1834       margin:
1835         t: 50
1836         b: 0
1837         l: 80
1838         r: 20
1839       showlegend: True
1840       legend:
1841         orientation: "h"
1842         font:
1843           size: 16
1844       width: 700
1845       height: 900
1846       paper_bgcolor: "#fff"
1847       plot_bgcolor: "#fff"
1848       hoverlabel:
1849         namelength: -1
1850
1851     plot-throughput-speedup-analysis:
1852       titlefont:
1853         size: 18
1854       xaxis:
1855         title: "<b>Number of Cores [Qty]</b>"
1856         titlefont:
1857           size: 16
1858         autorange: True
1859         fixedrange: False
1860         gridcolor: "rgb(230, 230, 230)"
1861         linecolor: "rgb(220, 220, 220)"
1862         linewidth: 1
1863         showgrid: True
1864         showline: True
1865         showticklabels: True
1866         tickcolor: "rgb(238, 238, 238)"
1867         tickmode: "linear"
1868         tickfont:
1869           size: 16
1870         zeroline: False
1871       yaxis:
1872         title: "<b>Packet Throughput [Mpps]</b>"
1873         titlefont:
1874           size: 16
1875         type: "linear"
1876         gridcolor: "rgb(230, 230, 230)"
1877         hoverformat: ".4s"
1878         linecolor: "rgb(220, 220, 220)"
1879         linewidth: 1
1880         showgrid: True
1881         showline: True
1882         showticklabels: True
1883         tickcolor: "rgb(220, 220, 220)"
1884         tickformat: ".4s"
1885         tickfont:
1886           size: 16
1887         zeroline: True
1888         rangemode: "tozero"
1889         range: [0,100]
1890       legend:
1891         orientation: "h"
1892         font:
1893           size: 16
1894         xanchor: "left"
1895         yanchor: "top"
1896         x: 0
1897         y: -0.2
1898         bgcolor: "rgba(255, 255, 255, 0)"
1899         bordercolor: "rgba(255, 255, 255, 0)"
1900         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1901       autosize: False
1902       margin:
1903           't': 50
1904           'b': 150
1905           'l': 85
1906           'r': 10
1907       showlegend: True
1908       width: 700
1909       height: 700
1910       paper_bgcolor: "#fff"
1911       plot_bgcolor: "#fff"
1912       hoverlabel:
1913         namelength: -1
1914       annotations: [
1915         {
1916           text: "_ _          __          ...",
1917           align: "left",
1918           showarrow: False,
1919           xref: "paper",
1920           yref: "paper",
1921           xanchor: "left",
1922           yanchor: "top",
1923           x: 0,
1924           y: -0.13,
1925           font: {
1926             family: "Consolas, Courier New",
1927             size: 15
1928           },
1929         },
1930         {
1931           text: "    Perfect     Measured     Limit",
1932           align: "left",
1933           showarrow: False,
1934           xref: "paper",
1935           yref: "paper",
1936           xanchor: "left",
1937           yanchor: "top",
1938           x: 0,
1939           y: -0.15,
1940           font: {
1941             family: "Consolas, Courier New",
1942             size: 15
1943           },
1944         },
1945       ]
1946
1947     plot-latency:
1948       titlefont:
1949         size: 18
1950       xaxis:
1951         title: "<b>Direction</b>"
1952         titlefont:
1953           size: 16
1954         autorange: True
1955         fixedrange: False
1956         gridcolor: "rgb(230, 230, 230)"
1957         linecolor: "rgb(220, 220, 220)"
1958         linewidth: 1
1959         showgrid: True
1960         showline: True
1961         showticklabels: False
1962         tickcolor: "rgb(220, 220, 220)"
1963         tickmode: "linear"
1964         tickfont:
1965           size: 16
1966         zeroline: False
1967       yaxis:
1968         title: "<b>Packet Latency [uSec]</b>"
1969         titlefont:
1970           size: 16
1971         type: "linear"
1972         gridcolor: "rgb(230, 230, 230)"
1973         hoverformat: ".4s"
1974         linecolor: "rgb(220, 220, 220)"
1975         linewidth: 1
1976         showgrid: True
1977         showline: True
1978         showticklabels: True
1979         tickcolor: "rgb(220, 220, 220)"
1980         tickformat: ".4s"
1981         tickfont:
1982           size: 16
1983         zeroline: True
1984         rangemode: "tozero"
1985       legend:
1986         orientation: "h"
1987         font:
1988           size: 16
1989         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1990       autosize: False
1991       margin:
1992           't': 50
1993           'b': 150
1994           'l': 80
1995           'r': 10
1996       showlegend: True
1997       width: 700
1998       height: 700
1999       paper_bgcolor: "#fff"
2000       plot_bgcolor: "#fff"
2001       hoverlabel:
2002         namelength: -1
2003
2004     plot-hdrh-latency:
2005       title:
2006         text: ""
2007         xanchor: "center"
2008         x: 0.5
2009         font:
2010           size: 16
2011       width: 700
2012       plot_bgcolor: "white"
2013       annotations:
2014         - font:
2015             size: 14
2016           showarrow: False
2017           text: "<b>Packet Latency [uSec]</b>"
2018           x: 1
2019           xanchor: "right"
2020           xref: "paper"
2021           y: -0.045
2022           yanchor: "top"
2023           yref: "paper"
2024         - font:
2025             size: 14
2026           showarrow: False
2027           text: "<b>Probability [%]</b>"
2028           textangle: 270
2029           x: -0.06
2030           xanchor: "center"
2031           xref: "paper"
2032           y: 0.5
2033           yanchor: "middle"
2034           yref: "paper"
2035         - font:
2036             size: 14
2037           showarrow: False
2038           text: "<b>Direction: E-W</b>"
2039           x: 0.24
2040           xanchor: "center"
2041           xref: "paper"
2042           y: 1.05
2043           yanchor: "bottom"
2044           yref: "paper"
2045         - font:
2046             size: 14
2047           showarrow: False
2048           text: "<b>Direction: W-E</b>"
2049           x: 0.74
2050           xanchor: "center"
2051           xref: "paper"
2052           y: 1.05
2053           yanchor: "bottom"
2054           yref: "paper"
2055
2056     plot-hdrh-latency-percentile:
2057       title:
2058         text: ""
2059         xanchor: "center"
2060         x: 0.5
2061         font:
2062           size: 18
2063       xaxis:
2064         type: "log"
2065         title: "<b>Percentile [%]</b>"
2066         titlefont:
2067           size: 16
2068         autorange: True
2069         fixedrange: False
2070         gridcolor: "rgb(230, 230, 230)"
2071         linecolor: "rgb(220, 220, 220)"
2072         linewidth: 1
2073         showgrid: True
2074         showline: True
2075         showticklabels: True
2076         tickcolor: "rgb(220, 220, 220)"
2077         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2078         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2079         tickfont:
2080           size: 16
2081       yaxis:
2082         title: "<b>Packet Latency [uSec]</b>"
2083         titlefont:
2084           size: 16
2085         gridcolor: "rgb(230, 230, 230)"
2086         linecolor: "rgb(220, 220, 220)"
2087         linewidth: 1
2088         showgrid: True
2089         showline: True
2090         showticklabels: True
2091         tickcolor: "rgb(220, 220, 220)"
2092         tickfont:
2093           size: 16
2094       autosize: False
2095       showlegend: True
2096       legend:
2097         traceorder: "normal"
2098         orientation: "h"
2099         font:
2100           size: 16
2101         xanchor: "left"
2102         yanchor: "top"
2103         x: 0
2104         y: -0.15
2105         bgcolor: "rgba(255, 255, 255, 0)"
2106         bordercolor: "rgba(255, 255, 255, 0)"
2107       width: 700
2108       height: 700
2109       paper_bgcolor: "white"
2110       plot_bgcolor: "white"
2111
2112     plot-hdrh-latency-by-percentile:
2113       title:
2114         text: "<b>Latency by Percentile Distribution</b>"
2115         xanchor: "center"
2116         x: 0.5
2117         font:
2118           size: 18
2119       showlegend: True
2120       legend:
2121         traceorder: "normal"
2122         orientation: "h"
2123         font:
2124           size: 16
2125         xanchor: "left"
2126         yanchor: "top"
2127         x: 0
2128         y: -0.2
2129         bgcolor: "rgba(255, 255, 255, 0)"
2130         bordercolor: "rgba(255, 255, 255, 0)"
2131       xaxis:
2132         type: "linear"
2133         title: "<b>Percentile [%]</b>"
2134         titlefont:
2135           size: 14
2136         autorange: False
2137         fixedrange: False
2138         range: [0, 100]
2139         gridcolor: "rgb(230, 230, 230)"
2140         linecolor: "rgb(220, 220, 220)"
2141         linewidth: 1
2142         showgrid: True
2143         showline: True
2144         showticklabels: True
2145         tickcolor: "rgb(220, 220, 220)"
2146         tickvals: [0, 25, 50, 75, 100]
2147         ticktext: [0, 25, 50, 75, 100]
2148         tickfont:
2149           size: 14
2150       yaxis:
2151         title: "<b>One-Way Latency per Direction [uSec]</b>"
2152         titlefont:
2153           size: 14
2154         gridcolor: "rgb(230, 230, 230)"
2155         linecolor: "rgb(220, 220, 220)"
2156         linewidth: 1
2157         showgrid: True
2158         showline: True
2159         showticklabels: True
2160         tickcolor: "rgb(220, 220, 220)"
2161         tickfont:
2162           size: 14
2163       width: 700
2164       height: 700
2165       paper_bgcolor: "white"
2166       plot_bgcolor: "white"
2167
2168 - type: "static"
2169   src-path: "{DIR[RST]}"
2170   dst-path: "{DIR[WORKING,SRC]}"
2171
2172 - type: "input"
2173   general:
2174     file-name: "output_info.xml.gz"
2175     file-format: ".gz"
2176     arch-file-format:
2177       - ".gz"
2178       - ".zip"
2179     download-path: "{job}/{build}/archives/{filename}"
2180     extract: "output.xml"
2181
2182     zip-file-name: "robot-plugin.zip"
2183     zip-file-format: ".zip"
2184     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2185     zip-extract: "robot-plugin/output.xml"
2186
2187   builds:
2188
2189     csit-vpp-perf-verify-1908-3n-hsw:
2190       - 12  # NDRPDR sel
2191       - 13  # NDRPDR sel
2192       - 14  # NDRPDR sel
2193       - 15  # NDRPDR sel
2194       - 16  # NDRPDR sel
2195       - 17  # NDRPDR sel
2196       - 18  # NDRPDR sel
2197       - 19  # NDRPDR sel
2198       - 20  # NDRPDR sel
2199       - 21  # NDRPDR sel
2200       - 39  # MRR sel
2201     csit-vpp-perf-verify-2001-3n-hsw:
2202       - 21  # NDRPDR sel
2203       - 22  # NDRPDR sel
2204       - 23  # NDRPDR sel
2205       - 24  # NDRPDR sel
2206       - 25  # NDRPDR sel
2207       - 29  # NDRPDR sel
2208       - 30  # NDRPDR sel
2209       - 31  # NDRPDR sel
2210       - 32  # NDRPDR sel
2211       - 34  # NDRPDR sel
2212       - 17  # MRR sel
2213     csit-vpp-perf-report-iterative-2005-3n-hsw:
2214       - 3   # NDRPDR sel
2215       - 4   # NDRPDR sel
2216       - 5   # NDRPDR sel
2217       - 10  # NDRPDR sel
2218       - 11  # NDRPDR sel
2219       - 12  # NDRPDR sel
2220       - 15  # NDRPDR sel
2221       - 16  # NDRPDR sel
2222       - 18  # NDRPDR sel
2223       - 19  # NDRPDR sel
2224       - 20  # NDRPDR sel env 4
2225       - 21  # NDRPDR sel env 4
2226       - 22  # NDRPDR sel env 4
2227       - 23  # NDRPDR sel env 4
2228       - 24  # NDRPDR sel env 4
2229       - 25  # NDRPDR sel env 4
2230       - 26  # NDRPDR sel env 4
2231       - 27  # NDRPDR sel env 4
2232       - 28  # NDRPDR sel env 4
2233       - 29  # NDRPDR sel env 4
2234       - 13  # MRR
2235       - 30  # MRR env 4
2236     csit-vpp-perf-verify-2005-3n-hsw:
2237       - 3   # hoststack
2238       - 5   # hoststack
2239       - 6   # hoststack
2240       - 7   # hoststack
2241       - 8   # hoststack
2242       - 9   # hoststack
2243       - 10  # hoststack
2244       - 11  # hoststack
2245       - 12  # hoststack
2246       - 13  # hoststack
2247     csit-vpp-perf-report-coverage-2005-3n-hsw:
2248       - 1   # perf-full-3n-dnv-crypto_I
2249       - 7   # perf-full-3n-hsw-crypto_II
2250       - 3   # perf-full-3n-hsw-crypto_III
2251       - 4   # perf-full-3n-dnv-crypto_IV
2252       - 5   # perf-full-3n-hsw-ip4_I
2253       - 6   # perf-full-3n-hsw-ip4_II
2254       - 8   # perf-full-3n-hsw-ip4_III
2255       - 9   # perf-full-3n-hsw-ip4_IV
2256       - 10  # perf-full-3n-hsw-ip4_V
2257       - 26  # perf-full-3n-hsw-ip4_VI
2258       - 18  # perf-full-3n-hsw-ip4_VII
2259       - 27  # perf-full-3n-hsw-ip4_VIII
2260       - 28  # perf-full-3n-hsw-ip4_IX
2261       - 29  # perf-full-3n-hsw-ip6_I
2262       - 35  # perf-full-3n-hsw-ip6_II
2263       - 42  # perf-full-3n-hsw-l2_I
2264       - 33  # perf-full-3n-hsw-l2_II
2265       - 37  # perf-full-3n-hsw-l2_III
2266       - 45  # perf-full-3n-hsw-l2_IV
2267       - 43  # perf-full-3n-hsw-l2_V
2268       - 40  # perf-full-3n-hsw-l2_VI
2269       - 44  # perf-full-3n-hsw-l2_VII
2270       - 51  # perf-full-3n-hsw-l2_VIII
2271       - 50  # perf-full-3n-hsw-l2_IX
2272       - 52  # perf-full-3n-hsw-l2_X
2273       - 53  # perf-full-3n-hsw-l2_XI
2274       - 54  # perf-full-3n-hsw-memif
2275       - 55  # perf-full-3n-hsw-ip4tunnels-I
2276       - 56  # perf-full-3n-hsw-ip4tunnels-II
2277       - 57  # perf-full-3n-hsw-ip4tunnels-III
2278       - 58  # perf-full-3n-hsw-ip6tunnels-I
2279       - 59  # perf-full-3n-hsw-srv6-I
2280       - 60  # perf-full-3n-hsw-srv6-II
2281       - 61  # perf-full-3n-hsw-vhost-I
2282       - 62  # perf-full-3n-hsw-vhost-II
2283       - 63  # perf-full-3n-hsw-vhost-III
2284
2285     csit-vpp-perf-verify-1908_1-3n-skx:
2286       - 26  # NDRPDR sel - new1908.1
2287       - 27  # NDRPDR sel - new1908.1
2288       - 28  # NDRPDR sel - new1908.1
2289       - 29  # NDRPDR sel - new1908.1
2290       - 30  # NDRPDR sel - new1908.1
2291       - 31  # NDRPDR sel - new1908.1
2292       - 33  # NDRPDR sel - new1908.1
2293       - 34  # NDRPDR sel - new1908.1
2294       - 35  # NDRPDR sel - new1908.1
2295       - 36  # NDRPDR sel - new1908.1
2296     csit-vpp-perf-verify-2001-3n-skx:
2297       - 69  # NDRPDR sel - new2001.0
2298       - 71  # NDRPDR sel - new2001.0
2299       - 72  # NDRPDR sel - new2001.0
2300       - 76  # NDRPDR sel - new2001.0
2301       - 77  # NDRPDR sel - new2001.0
2302       - 78  # NDRPDR sel - new2001.0
2303       - 80  # NDRPDR sel - new2001.0
2304       - 50  # MRR sel
2305       - 53  # MRR sel addition
2306     csit-vpp-perf-report-iterative-2005-3n-skx:
2307       - 4   # NDRPDR sel
2308       - 5   # NDRPDR sel ??? all x710 failed
2309       - 33  # NDRPDR sel
2310       - 28  # NDRPDR sel
2311       - 34  # NDRPDR sel
2312       - 36  # NDRPDR sel
2313       - 37  # NDRPDR sel
2314       - 38  # NDRPDR sel
2315       - 39  # NDRPDR sel
2316       - 41  # NDRPDR sel
2317       - 42  # NDRPDR sel env 4
2318       - 43  # NDRPDR sel env 4
2319       - 44  # NDRPDR sel env 4
2320       - 45  # NDRPDR sel env 4
2321       - 47  # NDRPDR sel env 4
2322       - 6   # MRR sel
2323     csit-vpp-perf-report-coverage-2005-3n-skx:
2324       - 10  # perf-full-3n-skx-crypto_I
2325       - 11  # perf-full-3n-skx-crypto_II
2326       - 12  # perf-full-3n-skx-crypto_III
2327       - 5   # perf-full-3n-skx-ip4_I
2328       - 14  # perf-full-3n-skx-ip4_II
2329       - 7   # perf-full-3n-skx-ip4_III
2330       - 15  # perf-full-3n-skx-ip4_IV
2331       - 16  # perf-full-3n-skx-ip4_V
2332       - 17  # perf-full-3n-skx-ip4_VI
2333       - 18  # perf-full-3n-skx-ip4_VII
2334       - 19  # perf-full-3n-skx-ip4_VIII
2335       - 20  # perf-full-3n-skx-ip4_IX
2336       - 24  # perf-full-3n-skx-ip6_I
2337       - 25  # perf-full-3n-skx-ip6_II
2338       - 21  # perf-full-3n-skx-ip4tunnels-I
2339       - 22  # perf-full-3n-skx-ip4tunnels-II
2340       - 23  # perf-full-3n-skx-ip4tunnels-III
2341       - 26  # perf-full-3n-skx-ip6tunnels-I
2342       - 28  # perf-full-3n-skx-l2_II
2343       - 29  # perf-full-3n-skx-l2_III
2344       - 30  # perf-full-3n-skx-l2_IV
2345       - 32  # perf-full-3n-skx-l2_VI
2346       - 33  # perf-full-3n-skx-l2_VII
2347       - 34  # perf-full-3n-skx-l2_VIII
2348       - 35  # perf-full-3n-skx-l2_IX
2349       - 36  # perf-full-3n-skx-l2_X
2350       - 37  # perf-full-3n-skx-l2_XI
2351       - 38  # perf-full-3n-skx-memif
2352       - 39  # perf-full-3n-skx-srv6-I
2353       - 40  # perf-full-3n-skx-srv6-II
2354       - 43  # perf-full-3n-skx-vhost-III
2355
2356     csit-vpp-perf-verify-1908_1-2n-skx:
2357       - 39  # NDRPDR sel - new1908.1
2358       - 40  # NDRPDR sel - new1908.1
2359       - 41  # NDRPDR sel - new1908.1
2360       - 43  # NDRPDR sel - new1908.1
2361       - 44  # NDRPDR sel - new1908.1
2362       - 45  # NDRPDR sel - new1908.1
2363       - 46  # NDRPDR sel - new1908.1
2364       - 47  # NDRPDR sel - new1908.1
2365       - 48  # NDRPDR sel - new1908.1
2366       - 49  # NDRPDR sel - new1908.1
2367     csit-vpp-perf-verify-2001-2n-skx:
2368       - 143  # NDRPDR sel - new2001.0
2369       - 146  # NDRPDR sel - new2001.0
2370       - 147  # NDRPDR sel - new2001.0
2371       - 148  # NDRPDR sel - new2001.0
2372       - 149  # NDRPDR sel - new2001.0
2373       - 150  # NDRPDR sel - new2001.0
2374       - 151  # NDRPDR sel - new2001.0
2375       - 152  # NDRPDR sel - new2001.0
2376       - 153  # NDRPDR sel - new2001.0
2377       - 154  # NDRPDR sel - new2001.0
2378       - 101  # MRR sel - old
2379       - 128  # MRR sel addition - old
2380     csit-vpp-perf-report-iterative-2005-2n-skx:
2381       - 43  # NDRPDR sel
2382       - 38  # NDRPDR sel
2383       - 7   # NDRPDR sel
2384       - 65  # NDRPDR sel
2385       - 47  # NDRPDR sel
2386       - 55  # NDRPDR sel
2387       - 67  # NDRPDR sel
2388       - 75  # NDRPDR sel
2389       - 76  # NDRPDR sel
2390       - 73  # NDRPDR sel
2391       - 88  # NDRPDR sel env 4
2392       - 89  # NDRPDR sel env 4
2393       - 90  # NDRPDR sel env 4
2394       - 91  # NDRPDR sel env 4
2395       - 92  # NDRPDR sel env 4
2396       - 93  # NDRPDR sel env 4
2397       - 94  # NDRPDR sel env 4
2398       - 42  # MRR sel
2399       - 48  # Reconf
2400       - 50  # Reconf
2401       - 51  # Reconf
2402       - 52  # Reconf
2403       - 53  # Reconf
2404       - 60  # Reconf
2405       - 70  # Reconf
2406       - 71  # Reconf
2407       - 63  # Reconf
2408       - 66  # Reconf
2409       - 49  # Soak
2410       - 54  # Soak
2411       - 78  # nf-density-sel
2412       - 83  # nf-density-sel
2413     csit-vpp-perf-report-coverage-2005-2n-skx:
2414       - 11  # perf-full-2n-skx-ip4_I
2415       - 3   # perf-full-2n-skx-ip4_II
2416       - 18  # perf-full-2n-skx-ip4_III
2417       - 19  # perf-full-2n-skx-ip4_IV
2418       - 5   # perf-full-2n-skx-ip4_V
2419       - 20  # perf-full-2n-skx-ip4_VI
2420       - 7   # perf-full-2n-skx-ip6_I
2421       - 21  # perf-full-2n-skx-ip6_II
2422       - 9   # perf-full-2n-skx-l2_I
2423       - 22  # perf-full-2n-skx-l2_II
2424       - 23  # perf-full-2n-skx-memif
2425       - 24  # perf-full-2n-skx-loadbalancer
2426       - 25  # perf-full-2n-skx-vhost I
2427       - 26  # perf-full-2n-skx-vhost II
2428       - 27  # perf-full-2n-skx-vts
2429
2430     csit-vpp-perf-verify-1908_1-2n-clx:
2431       - 5  # NDRPDR sel
2432       - 6  # NDRPDR sel
2433       - 7  # NDRPDR sel
2434       - 8  # NDRPDR sel
2435       - 9  # NDRPDR sel
2436     csit-vpp-perf-verify-2001-2n-clx:
2437       - 28  # NDRPDR sel
2438       - 29  # NDRPDR sel
2439       - 32  # NDRPDR sel
2440       - 40  # NDRPDR sel
2441       - 43  # NDRPDR sel
2442       - 44  # NDRPDR sel
2443       - 45  # NDRPDR sel
2444       - 47  # NDRPDR sel
2445       - 48  # NDRPDR sel
2446       - 49  # NDRPDR sel
2447       - 39  # MRR
2448     csit-vpp-perf-report-iterative-2005-2n-clx:
2449       - 7   # NDRPDR sel
2450       - 38  # NDRPDR sel
2451       - 9   # NDRPDR sel
2452       - 32  # NDRPDR sel ???
2453       - 33  # NDRPDR sel ???
2454       - 39  # NDRPDR sel
2455       - 40  # NDRPDR sel
2456       - 43  # NDRPDR sel
2457       - 50  # NDRPDR sel
2458       - 51  # NDRPDR sel
2459       - 62  # NDRPDR sel env 4
2460       - 63  # NDRPDR sel env 4
2461       - 64  # NDRPDR sel env 4
2462       - 65  # NDRPDR sel env 4
2463       - 66  # NDRPDR sel env 4
2464       - 68  # NDRPDR sel env 4
2465       - 69  # NDRPDR sel env 4
2466       - 70  # NDRPDR sel env 4
2467       - 12  # MRR
2468       - 72  # MRR env 4
2469       - 42  # Reconf
2470       - 45  # Reconf
2471       - 46  # Reconf
2472       - 47  # Reconf
2473       - 48  # Reconf
2474       - 52  # Reconf
2475       - 53  # Reconf
2476       - 54  # Reconf
2477       - 55  # Reconf
2478       - 56  # Reconf
2479       - 44  # Soak
2480       - 49  # Soak
2481       - 57  # 2n-clx nfv-density-00
2482       - 58  # 2n-clx nfv-density-00
2483       - 59  # 2n-clx nfv-density-00
2484       - 60  # 2n-clx nfv-density-00
2485       - 61  # 2n-clx nfv-density-00
2486     csit-vpp-perf-report-coverage-2005-2n-clx:
2487       - 21  # perf-full-2n-clx-ip4_I
2488       - 2   # perf-full-2n-clx-ip4_II
2489       - 3   # perf-full-2n-clx-ip4_III
2490       - 4   # perf-full-2n-clx-ip4_IV
2491       - 5   # perf-full-2n-clx-ip4_V
2492       - 6   # perf-full-2n-clx-ip4_VI
2493       - 7   # perf-full-2n-clx-ip6_I
2494       - 16  # perf-full-2n-clx-ip6_II
2495       - 23  # perf-full-2n-clx-l2_I
2496       - 10  # perf-full-2n-clx-l2_II
2497       - 11  # perf-full-2n-clx-memif
2498       - 12  # perf-full-2n-clx-loadbalancer
2499       - 13  # perf-full-2n-clx-vhost I
2500       - 22  # perf-full-2n-clx-vhost II
2501       - 15  # perf-full-2n-clx-vts
2502
2503     csit-vpp-perf-verify-1908-3n-tsh:
2504       - 7   # NDRPDR sel
2505       - 8   # NDRPDR sel
2506       - 9   # NDRPDR sel
2507       - 10  # NDRPDR sel
2508       - 11  # NDRPDR sel
2509       - 12  # NDRPDR sel
2510       - 13  # NDRPDR sel
2511       - 14  # NDRPDR sel
2512       - 15  # NDRPDR sel
2513       - 16  # NDRPDR sel
2514       - 17  # MRR sel
2515     csit-vpp-perf-verify-2001-3n-tsh:
2516       - 3   # NDRPDR sel
2517       - 4   # NDRPDR sel
2518       - 7   # NDRPDR sel
2519       - 8   # NDRPDR sel
2520       - 10  # NDRPDR sel
2521       - 12  # NDRPDR sel
2522       - 13  # NDRPDR sel
2523       - 14  # NDRPDR sel
2524       - 15  # NDRPDR sel
2525       - 21  # NDRPDR sel
2526       - 9   # MRR sel
2527     # TODO: Add data:
2528     csit-vpp-perf-report-iterative-2005-3n-tsh:
2529       - 9   # NDRPDR sel
2530       - 11  # NDRPDR sel
2531       - 12  # NDRPDR sel
2532       - 20  # NDRPDR sel
2533       - 14  # NDRPDR sel
2534       - 21  # NDRPDR sel
2535       - 23  # NDRPDR sel env 4
2536       - 25  # NDRPDR sel env 4
2537       - 10  # MRR sel
2538
2539     csit-vpp-perf-verify-1908-3n-dnv:
2540       - 6   # NDRPDR sel
2541       - 7   # NDRPDR sel
2542       - 8   # NDRPDR sel
2543       - 9   # NDRPDR sel
2544       - 10  # NDRPDR sel
2545       - 12  # NDRPDR sel
2546       - 13  # NDRPDR sel
2547       - 14  # NDRPDR sel
2548       - 15  # NDRPDR sel
2549       - 16  # NDRPDR sel
2550       - 17  # MRR sel
2551     csit-vpp-perf-verify-2001-3n-dnv:
2552       - 5   # NDRPDR sel
2553       - 6   # NDRPDR sel
2554       - 7   # NDRPDR sel
2555       - 8   # NDRPDR sel
2556       - 9   # NDRPDR sel
2557       - 10  # NDRPDR sel
2558       - 12  # NDRPDR sel
2559       - 16  # NDRPDR sel
2560       - 17  # NDRPDR sel
2561       - 18  # NDRPDR sel
2562       - 11  # MRR sel
2563     csit-vpp-perf-report-iterative-2005-3n-dnv:
2564       - 2   # NDRPDR sel
2565       - 3   # NDRPDR sel
2566       - 4   # NDRPDR sel
2567       - 5   # NDRPDR sel
2568       - 6   # NDRPDR sel
2569       - 7   # NDRPDR sel
2570       - 9   # NDRPDR sel
2571       - 10  # NDRPDR sel
2572       - 11  # NDRPDR sel
2573       - 12  # NDRPDR sel
2574       - 8   # MRR
2575     csit-vpp-perf-report-coverage-2005-3n-dnv:
2576       - 1   # perf-full-3n-dnv-crypto_I
2577       - 24  # perf-full-3n-dnv-crypto_II
2578       - 5   # perf-full-3n-dnv-ip4_I
2579       - 13  # perf-full-3n-dnv-ip4_II
2580       - 17  # perf-full-3n-dnv-ip6_I
2581       - 18  # perf-full-3n-dnv-ip6_II
2582       - 21  # perf-full-3n-dnv-l2_I
2583       - 22  # perf-full-3n-dnv-l2_II
2584       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2585
2586     csit-vpp-perf-verify-1908-2n-dnv:
2587       - 1   # NDRPDR sel
2588       - 2   # NDRPDR sel
2589       - 3   # NDRPDR sel
2590       - 4   # NDRPDR sel
2591       - 5   # NDRPDR sel
2592       - 6   # NDRPDR sel
2593       - 7   # NDRPDR sel
2594       - 8   # NDRPDR sel
2595       - 9   # NDRPDR sel
2596       - 10  # NDRPDR sel
2597       - 11  # MRR sel
2598     csit-vpp-perf-verify-2001-2n-dnv:
2599       - 4   # NDRPDR sel
2600       - 5   # NDRPDR sel
2601       - 6   # NDRPDR sel
2602       - 7   # NDRPDR sel
2603       - 8   # NDRPDR sel
2604       - 9   # NDRPDR sel
2605       - 10  # NDRPDR sel
2606       - 11  # NDRPDR sel
2607       - 13  # NDRPDR sel
2608       - 16  # NDRPDR sel
2609       - 12  # MRR sel
2610     csit-vpp-perf-report-iterative-2005-2n-dnv:
2611       - 3   # NDRPDR sel
2612       - 6   # NDRPDR sel
2613       - 7   # NDRPDR sel
2614       - 8   # NDRPDR sel
2615       - 9   # NDRPDR sel
2616       - 10  # NDRPDR sel
2617       - 11  # NDRPDR sel
2618       - 12  # NDRPDR sel
2619       - 13  # NDRPDR sel
2620       - 14  # NDRPDR sel
2621       - 15  # MRR sel
2622     csit-vpp-perf-report-coverage-2005-2n-dnv:
2623       - 1   # perf-full-2n-dnv-ip4_I
2624       - 2   # perf-full-2n-dnv-ip4_II
2625       - 3   # perf-full-2n-dnv-ip6_I
2626       - 4   # perf-full-2n-dnv-ip6_II
2627       - 5   # perf-full-2n-dnv-l2_I
2628       - 6   # perf-full-2n-dnv-l2_II
2629
2630     csit-dpdk-perf-verify-1908-3n-hsw:
2631       - 2   # NDRPDR sel
2632       - 3   # NDRPDR sel
2633       - 4   # NDRPDR sel
2634       - 5   # NDRPDR sel
2635       - 6   # NDRPDR sel
2636       - 7   # NDRPDR sel
2637       - 8   # NDRPDR sel
2638       - 9   # NDRPDR sel
2639       - 10  # NDRPDR sel
2640       - 11  # NDRPDR sel
2641     csit-dpdk-perf-verify-2001-3n-hsw:
2642       - 4   # NDRPDR sel
2643       - 5   # NDRPDR sel
2644       - 6   # NDRPDR sel
2645       - 7   # NDRPDR sel
2646       - 8   # NDRPDR sel
2647       - 9   # NDRPDR sel
2648       - 10  # NDRPDR sel
2649       - 11  # NDRPDR sel
2650       - 12  # NDRPDR sel
2651       - 13  # NDRPDR sel
2652       - 15  # NDRPDR sel
2653       - 16  # NDRPDR sel
2654       - 17  # NDRPDR sel
2655       - 18  # NDRPDR sel
2656       - 19  # NDRPDR sel
2657       - 20  # NDRPDR sel
2658       - 21  # NDRPDR sel
2659       - 22  # NDRPDR sel
2660       - 23  # NDRPDR sel
2661       - 24  # NDRPDR sel
2662     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2663       - 5   # NDRPDR sel
2664       - 6   # NDRPDR sel
2665       - 7   # NDRPDR sel
2666       - 8   # NDRPDR sel
2667       - 9   # NDRPDR sel
2668       - 10  # NDRPDR sel
2669       - 11  # NDRPDR sel
2670       - 12  # NDRPDR sel
2671       - 13  # NDRPDR sel
2672       - 14  # NDRPDR sel
2673
2674     csit-dpdk-perf-verify-1908-3n-skx:
2675       - 3   # NDRPDR sel
2676       - 4   # NDRPDR sel
2677       - 5   # NDRPDR sel
2678       - 6   # NDRPDR sel
2679       - 7   # NDRPDR sel
2680       - 8   # NDRPDR sel
2681       - 9   # NDRPDR sel
2682       - 10  # NDRPDR sel
2683       - 11  # NDRPDR sel
2684       - 12  # NDRPDR sel
2685     csit-dpdk-perf-verify-2001-3n-skx:
2686       - 29  # NDRPDR sel xxv710
2687       - 33  # NDRPDR sel xxv710
2688       - 34  # NDRPDR sel xxv710
2689       - 35  # NDRPDR sel xxv710
2690       - 36  # NDRPDR sel xxv710
2691       - 37  # NDRPDR sel xxv710
2692       - 41  # NDRPDR sel xxv710
2693       - 42  # NDRPDR sel xxv710
2694       - 43  # NDRPDR sel xxv710
2695       - 45  # NDRPDR sel xxv710
2696       - 30  # NDRPDR sel x710
2697       - 31  # NDRPDR sel x710
2698       - 32  # NDRPDR sel x710
2699       - 38  # NDRPDR sel x710
2700       - 39  # NDRPDR sel x710
2701       - 40  # NDRPDR sel x710
2702       - 44  # NDRPDR sel x710
2703       - 46  # NDRPDR sel x710
2704       - 47  # NDRPDR sel x710
2705       - 48  # NDRPDR sel x710
2706     csit-dpdk-perf-report-iterative-2005-3n-skx:
2707       - 4   # NDRPDR sel
2708       - 5   # NDRPDR sel
2709       - 6   # NDRPDR sel
2710       - 7   # NDRPDR sel
2711       - 8   # NDRPDR sel
2712       - 11  # NDRPDR sel
2713       - 12  # NDRPDR sel
2714       - 13  # NDRPDR sel
2715       - 14  # NDRPDR sel
2716       - 15  # NDRPDR sel
2717
2718     csit-dpdk-perf-verify-1908-2n-skx:
2719       - 2   # NDRPDR sel
2720       - 3   # NDRPDR sel
2721       - 4   # NDRPDR sel
2722       - 5   # NDRPDR sel
2723       - 7   # NDRPDR sel
2724       - 8   # NDRPDR sel
2725       - 9   # NDRPDR sel
2726       - 10  # NDRPDR sel
2727       - 11  # NDRPDR sel
2728       - 12  # NDRPDR sel
2729     csit-dpdk-perf-verify-2001-2n-skx:
2730       - 35  # NDRPDR sel xxv710
2731       - 36  # NDRPDR sel xxv710
2732       - 37  # NDRPDR sel xxv710
2733       - 41  # NDRPDR sel xxv710
2734       - 42  # NDRPDR sel xxv710
2735       - 43  # NDRPDR sel xxv710
2736       - 46  # NDRPDR sel xxv710
2737       - 47  # NDRPDR sel xxv710
2738       - 52  # NDRPDR sel xxv710
2739       - 53  # NDRPDR sel xxv710
2740       - 38  # NDRPDR sel x710
2741       - 39  # NDRPDR sel x710
2742       - 40  # NDRPDR sel x710
2743       - 44  # NDRPDR sel x710
2744       - 45  # NDRPDR sel x710
2745       - 48  # NDRPDR sel x710
2746       - 49  # NDRPDR sel x710
2747       - 50  # NDRPDR sel x710
2748       - 51  # NDRPDR sel x710
2749       - 54  # NDRPDR sel x710
2750     csit-dpdk-perf-report-iterative-2005-2n-skx:
2751       - 1   # NDRPDR sel
2752       - 2   # NDRPDR sel
2753       - 3   # NDRPDR sel
2754       - 4   # NDRPDR sel
2755       - 5   # NDRPDR sel
2756       - 6   # NDRPDR sel
2757       - 7   # NDRPDR sel
2758       - 8   # NDRPDR sel
2759       - 9   # NDRPDR sel
2760       - 10  # NDRPDR sel
2761
2762     csit-dpdk-perf-verify-2001-2n-clx:
2763       - 15  # NDRPDR sel
2764       - 16  # NDRPDR sel
2765       - 17  # NDRPDR sel
2766       - 18  # NDRPDR sel
2767       - 19  # NDRPDR sel
2768       - 20  # NDRPDR sel
2769       - 21  # NDRPDR sel
2770       - 22  # NDRPDR sel
2771       - 23  # NDRPDR sel
2772       - 24  # NDRPDR sel
2773       - 25  # NDRPDR sel
2774       - 26  # NDRPDR sel
2775       - 27  # NDRPDR sel
2776       - 28  # NDRPDR sel
2777       - 29  # NDRPDR sel
2778       - 30  # NDRPDR sel
2779       - 31  # NDRPDR sel
2780       - 32  # NDRPDR sel
2781       - 33  # NDRPDR sel
2782       - 34  # NDRPDR sel
2783     csit-dpdk-perf-report-iterative-2005-2n-clx:
2784       - 1   # NDRPDR sel
2785       - 2   # NDRPDR sel
2786       - 3   # NDRPDR sel
2787       - 4   # NDRPDR sel
2788       - 5   # NDRPDR sel
2789       - 6   # NDRPDR sel
2790       - 7   # NDRPDR sel
2791       - 8   # NDRPDR sel
2792       - 9   # NDRPDR sel
2793       - 10  # NDRPDR sel
2794
2795     csit-dpdk-perf-verify-2001-2n-dnv:
2796       - 9   # NDRPDR sel
2797       - 10  # NDRPDR sel
2798       - 11  # NDRPDR sel
2799       - 12  # NDRPDR sel
2800       - 13  # NDRPDR sel
2801       - 14  # NDRPDR sel
2802       - 15  # NDRPDR sel
2803       - 16  # NDRPDR sel
2804       - 17  # NDRPDR sel
2805       - 18  # NDRPDR sel
2806     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2807       - 8   # NDRPDR sel
2808       - 9   # NDRPDR sel
2809       - 10  # NDRPDR sel
2810       - 11  # NDRPDR sel
2811       - 12  # NDRPDR sel
2812       - 13  # NDRPDR sel
2813       - 14  # NDRPDR sel
2814       - 15  # NDRPDR sel
2815       - 16  # NDRPDR sel
2816       - 17  # NDRPDR sel
2817
2818     csit-dpdk-perf-verify-2001-3n-dnv:
2819       - 12  # NDRPDR sel
2820       - 13  # NDRPDR sel
2821       - 14  # NDRPDR sel
2822       - 15  # NDRPDR sel
2823       - 16  # NDRPDR sel
2824       - 17  # NDRPDR sel
2825       - 18  # NDRPDR sel
2826       - 19  # NDRPDR sel
2827       - 20  # NDRPDR sel
2828       - 22  # NDRPDR sel
2829     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2830       - 6   # NDRPDR sel
2831       - 7   # NDRPDR sel
2832       - 8   # NDRPDR sel
2833       - 9   # NDRPDR sel
2834       - 10  # NDRPDR sel
2835       - 11  # NDRPDR sel
2836       - 12  # NDRPDR sel
2837       - 13  # NDRPDR sel
2838       - 14  # NDRPDR sel
2839       - 16  # NDRPDR sel
2840
2841     csit-dpdk-perf-verify-2001-3n-tsh:
2842       - 3   # NDRPDR sel
2843       - 4   # NDRPDR sel
2844       - 5   # NDRPDR sel
2845       - 9   # NDRPDR sel
2846       - 10  # NDRPDR sel
2847       - 11  # NDRPDR sel
2848       - 12  # NDRPDR sel
2849       - 14  # NDRPDR sel
2850       - 15  # NDRPDR sel
2851       - 18  # NDRPDR sel
2852     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2853       - 5   # NDRPDR sel
2854
2855     csit-vpp-device-2005-ubuntu1804-1n-skx:
2856       - 35
2857
2858 - type: "output"
2859   output: "report"
2860   format:
2861     html:
2862     - full
2863 #    pdf:
2864 #    - minimal
2865
2866 ################################################################################
2867 ###                               T A B L E S                                ###
2868 ################################################################################
2869
2870 # VPP Soak vs NDR - 2n-skx
2871 - type: "table"
2872   title: "VPP Soak vs NDR 2n-skx"
2873   algorithm: "table_soak_vs_ndr"
2874   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2875   reference:
2876     title: "NDR"
2877     data: "vpp-soak-vs-ndr-2n-skx-ref"
2878   compare:
2879     title: "Soak"
2880     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2881   data: "vpp-soak-vs-ndr-2n-skx"
2882   include-tests: "NDR"
2883   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2884   parameters:
2885     - "throughput"
2886     - "name"
2887     - "parent"
2888
2889 # VPP Soak vs NDR - 2n-clx
2890 - type: "table"
2891   title: "VPP Soak vs NDR 2n-clx"
2892   algorithm: "table_soak_vs_ndr"
2893   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2894   reference:
2895     title: "NDR"
2896     data: "vpp-soak-vs-ndr-2n-clx-ref"
2897   compare:
2898     title: "Soak"
2899     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2900   data: "vpp-soak-vs-ndr-2n-clx"
2901   include-tests: "NDR"
2902   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2903   parameters:
2904     - "throughput"
2905     - "name"
2906     - "parent"
2907
2908 ################################################################################
2909
2910 # VPP Compare NICs 3n-skx 2t1c ndr
2911 - type: "table"
2912   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2913   algorithm: "table_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2916   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2917   columns:
2918     - title: "x710"
2919       data-set: "vpp-nic-comparison-3n-skx"
2920       tag: "NIC_Intel-X710"
2921     - title: "xxv710"
2922       data-set: "vpp-nic-comparison-3n-skx"
2923       tag: "NIC_Intel-XXV710"
2924   comparisons:
2925     - title: "Diff"
2926       reference: 1
2927       compare: 2
2928   legend:
2929     - "Legend to Table:"
2930     - "x710, xxv710 - NICs tested."
2931     - "Diff - difference between x710 and xxv710 NIC."
2932
2933 # VPP Compare NICs 3n-skx 4t2c ndr
2934 - type: "table"
2935   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2936   algorithm: "table_comparison"
2937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2939   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2940   columns:
2941     - title: "x710"
2942       data-set: "vpp-nic-comparison-3n-skx"
2943       tag: "NIC_Intel-X710"
2944     - title: "xxv710"
2945       data-set: "vpp-nic-comparison-3n-skx"
2946       tag: "NIC_Intel-XXV710"
2947   comparisons:
2948     - title: "Diff"
2949       reference: 1
2950       compare: 2
2951   legend:
2952     - "Legend to Table:"
2953     - "x710, xxv710 - NICs tested."
2954     - "Diff - difference between x710 and xxv710 NIC."
2955
2956 # VPP Compare NICs 3n-skx 2t1c pdr
2957 - type: "table"
2958   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2959   algorithm: "table_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2962   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2963   columns:
2964     - title: "x710"
2965       data-set: "vpp-nic-comparison-3n-skx"
2966       tag: "NIC_Intel-X710"
2967     - title: "xxv710"
2968       data-set: "vpp-nic-comparison-3n-skx"
2969       tag: "NIC_Intel-XXV710"
2970   comparisons:
2971     - title: "Diff"
2972       reference: 1
2973       compare: 2
2974   legend:
2975     - "Legend to Table:"
2976     - "x710, xxv710 - NICs tested."
2977     - "Diff - difference between x710 and xxv710 NIC."
2978
2979 # VPP Compare NICs 3n-skx 4t2c pdr
2980 - type: "table"
2981   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2982   algorithm: "table_comparison"
2983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2985   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2986   columns:
2987     - title: "x710"
2988       data-set: "vpp-nic-comparison-3n-skx"
2989       tag: "NIC_Intel-X710"
2990     - title: "xxv710"
2991       data-set: "vpp-nic-comparison-3n-skx"
2992       tag: "NIC_Intel-XXV710"
2993   comparisons:
2994     - title: "Diff"
2995       reference: 1
2996       compare: 2
2997   legend:
2998     - "Legend to Table:"
2999     - "x710, xxv710 - NICs tested."
3000     - "Diff - difference between x710 and xxv710 NIC."
3001
3002 ## VPP Compare NICs 3n-skx 2t1c mrr
3003 #- type: "table"
3004 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3005 #  algorithm: "table_comparison"
3006 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3008 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3009 #  columns:
3010 #    - title: "x710"
3011 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3012 #      tag: "NIC_Intel-X710"
3013 #    - title: "xxv710"
3014 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3015 #      tag: "NIC_Intel-XXV710"
3016 #  comparisons:
3017 #    - title: "Diff"
3018 #      reference: 1
3019 #      compare: 2
3020 #  legend:
3021 #    - "Legend to Table:"
3022 #    - "x710, xxv710 - NICs tested."
3023 #    - "Diff - difference between x710 and xxv710 NIC."
3024 #
3025 ## VPP Compare NICs 3n-skx 4t2c mrr
3026 #- type: "table"
3027 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3028 #  algorithm: "table_comparison"
3029 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3030 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3031 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3032 #  columns:
3033 #    - title: "x710"
3034 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3035 #      tag: "NIC_Intel-X710"
3036 #    - title: "xxv710"
3037 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3038 #      tag: "NIC_Intel-XXV710"
3039 #  comparisons:
3040 #    - title: "Diff"
3041 #      reference: 1
3042 #      compare: 2
3043 #  legend:
3044 #    - "Legend to Table:"
3045 #    - "x710, xxv710 - NICs tested."
3046 #    - "Diff - difference between x710 and xxv710 NIC."
3047 #
3048 ## VPP Compare NICs 3n-skx 8t4c mrr
3049 #- type: "table"
3050 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3051 #  algorithm: "table_comparison"
3052 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3053 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3054 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3055 #  columns:
3056 #    - title: "x710"
3057 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3058 #      tag: "NIC_Intel-X710"
3059 #    - title: "xxv710"
3060 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3061 #      tag: "NIC_Intel-XXV710"
3062 #  comparisons:
3063 #    - title: "Diff"
3064 #      reference: 1
3065 #      compare: 2
3066 #  legend:
3067 #    - "Legend to Table:"
3068 #    - "x710, xxv710 - NICs tested."
3069 #    - "Diff - difference between x710 and xxv710 NIC."
3070
3071 # VPP Compare NICs 2n-skx 2t1c ndr
3072 - type: "table"
3073   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3074   algorithm: "table_comparison"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3077   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3078   columns:
3079     - title: "x710"
3080       data-set: "vpp-nic-comparison-2n-skx"
3081       tag: "NIC_Intel-X710"
3082     - title: "xxv710"
3083       data-set: "vpp-nic-comparison-2n-skx"
3084       tag: "NIC_Intel-XXV710"
3085   comparisons:
3086     - title: "Diff"
3087       reference: 1
3088       compare: 2
3089   legend:
3090     - "Legend to Table:"
3091     - "x710, xxv710 - NICs tested."
3092     - "Diff - difference between x710 and xxv710 NIC."
3093
3094 # VPP Compare NICs 2n-skx 4t2c ndr
3095 - type: "table"
3096   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3097   algorithm: "table_comparison"
3098   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3100   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3101   columns:
3102     - title: "x710"
3103       data-set: "vpp-nic-comparison-2n-skx"
3104       tag: "NIC_Intel-X710"
3105     - title: "xxv710"
3106       data-set: "vpp-nic-comparison-2n-skx"
3107       tag: "NIC_Intel-XXV710"
3108   comparisons:
3109     - title: "Diff"
3110       reference: 1
3111       compare: 2
3112   legend:
3113     - "Legend to Table:"
3114     - "x710, xxv710 - NICs tested."
3115     - "Diff - difference between x710 and xxv710 NIC."
3116
3117 # VPP Compare NICs 2n-skx 2t1c pdr
3118 - type: "table"
3119   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3120   algorithm: "table_comparison"
3121   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3123   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3124   columns:
3125     - title: "x710"
3126       data-set: "vpp-nic-comparison-2n-skx"
3127       tag: "NIC_Intel-X710"
3128     - title: "xxv710"
3129       data-set: "vpp-nic-comparison-2n-skx"
3130       tag: "NIC_Intel-XXV710"
3131   comparisons:
3132     - title: "Diff"
3133       reference: 1
3134       compare: 2
3135   legend:
3136     - "Legend to Table:"
3137     - "x710, xxv710 - NICs tested."
3138     - "Diff - difference between x710 and xxv710 NIC."
3139
3140 # VPP Compare NICs 2n-skx 4t2c pdr
3141 - type: "table"
3142   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3143   algorithm: "table_comparison"
3144   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3146   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3147   columns:
3148     - title: "x710"
3149       data-set: "vpp-nic-comparison-2n-skx"
3150       tag: "NIC_Intel-X710"
3151     - title: "xxv710"
3152       data-set: "vpp-nic-comparison-2n-skx"
3153       tag: "NIC_Intel-XXV710"
3154   comparisons:
3155     - title: "Diff"
3156       reference: 1
3157       compare: 2
3158   legend:
3159     - "Legend to Table:"
3160     - "x710, xxv710 - NICs tested."
3161     - "Diff - difference between x710 and xxv710 NIC."
3162
3163 # VPP Compare NICs 2n-skx 2t1c mrr
3164 - type: "table"
3165   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3166   algorithm: "table_comparison"
3167   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3169   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3170   columns:
3171     - title: "x710"
3172       data-set: "vpp-nic-comparison-2n-skx-mrr"
3173       tag: "NIC_Intel-X710"
3174     - title: "xxv710"
3175       data-set: "vpp-nic-comparison-2n-skx-mrr"
3176       tag: "NIC_Intel-XXV710"
3177   comparisons:
3178     - title: "Diff"
3179       reference: 1
3180       compare: 2
3181   legend:
3182     - "Legend to Table:"
3183     - "x710, xxv710 - NICs tested."
3184     - "Diff - difference between x710 and xxv710 NIC."
3185
3186 # VPP Compare NICs 2n-skx 4t2c mrr
3187 - type: "table"
3188   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3189   algorithm: "table_comparison"
3190   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3192   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3193   columns:
3194     - title: "x710"
3195       data-set: "vpp-nic-comparison-2n-skx-mrr"
3196       tag: "NIC_Intel-X710"
3197     - title: "xxv710"
3198       data-set: "vpp-nic-comparison-2n-skx-mrr"
3199       tag: "NIC_Intel-XXV710"
3200   comparisons:
3201     - title: "Diff"
3202       reference: 1
3203       compare: 2
3204   legend:
3205     - "Legend to Table:"
3206     - "x710, xxv710 - NICs tested."
3207     - "Diff - difference between x710 and xxv710 NIC."
3208
3209 # VPP Compare NICs 2n-skx 8t4c mrr
3210 - type: "table"
3211   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3212   algorithm: "table_comparison"
3213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3214   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3215   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3216   columns:
3217     - title: "x710"
3218       data-set: "vpp-nic-comparison-2n-skx-mrr"
3219       tag: "NIC_Intel-X710"
3220     - title: "xxv710"
3221       data-set: "vpp-nic-comparison-2n-skx-mrr"
3222       tag: "NIC_Intel-XXV710"
3223   comparisons:
3224     - title: "Diff"
3225       reference: 1
3226       compare: 2
3227   legend:
3228     - "Legend to Table:"
3229     - "x710, xxv710 - NICs tested."
3230     - "Diff - difference between x710 and xxv710 NIC."
3231
3232 ################################################################################
3233 # VPP
3234
3235 # VPP Performance Changes 3n-hsw 1t1c pdr
3236 - type: "table"
3237   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3238   algorithm: "table_comparison"
3239   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3241   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3242   columns:
3243     - title: "1908.1-2"
3244       data-set: "vpp-performance-changes-3n-hsw-h1"
3245     - title: "2001.0-2"
3246       data-set: "vpp-performance-changes-3n-hsw-ref"
3247     - title: "2005.0-3"
3248       data-set: "vpp-performance-changes-3n-hsw-cmp"
3249     - title: "2005.0-4"
3250       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3251   comparisons:
3252     - title: "2005.0-4 vs 2005.0-3"
3253       reference: 3
3254       compare: 4
3255     - title: "2005.0-4 vs 2001.0-2"
3256       reference: 2
3257       compare: 4
3258 #  rca:
3259 #    - title: "RCA1"
3260 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3261 #    - title: "RCA2"
3262 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3263   legend:
3264     - 'Legend to Table:'
3265     - ''
3266     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3267     - '            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).'
3268     - '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.'
3269     - '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.'
3270 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3271 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3272
3273 # VPP Performance Changes 3n-hsw 2t2c pdr
3274 - type: "table"
3275   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3276   algorithm: "table_comparison"
3277   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3279   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3280   columns:
3281     - title: "1908.1-2"
3282       data-set: "vpp-performance-changes-3n-hsw-h1"
3283     - title: "2001.0-2"
3284       data-set: "vpp-performance-changes-3n-hsw-ref"
3285     - title: "2005.0-3"
3286       data-set: "vpp-performance-changes-3n-hsw-cmp"
3287     - title: "2005.0-4"
3288       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3289   comparisons:
3290     - title: "2005.0-4 vs 2005.0-3"
3291       reference: 3
3292       compare: 4
3293     - title: "2005.0-4 vs 2001.0-2"
3294       reference: 2
3295       compare: 4
3296 #  rca:
3297 #    - title: "RCA1"
3298 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3299 #    - title: "RCA2"
3300 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3301   legend:
3302     - 'Legend to Table:'
3303     - ''
3304     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3305     - '            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).'
3306     - '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.'
3307     - '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.'
3308 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3309 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3310
3311 # VPP Performance Changes 3n-hsw 1t1c ndr
3312 - type: "table"
3313   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3314   algorithm: "table_comparison"
3315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3317   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3318   columns:
3319     - title: "1908.1-2"
3320       data-set: "vpp-performance-changes-3n-hsw-h1"
3321     - title: "2001.0-2"
3322       data-set: "vpp-performance-changes-3n-hsw-ref"
3323     - title: "2005.0-3"
3324       data-set: "vpp-performance-changes-3n-hsw-cmp"
3325     - title: "2005.0-4"
3326       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3327   comparisons:
3328     - title: "2005.0-4 vs 2005.0-3"
3329       reference: 3
3330       compare: 4
3331     - title: "2005.0-4 vs 2001.0-2"
3332       reference: 2
3333       compare: 4
3334 #  rca:
3335 #    - title: "RCA1"
3336 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3337 #    - title: "RCA2"
3338 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3339   legend:
3340     - 'Legend to Table:'
3341     - ''
3342     - '           Test Case: Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3343     - '            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).'
3344     - '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.'
3345     - '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.'
3346 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3347 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3348
3349 # VPP Performance Changes 3n-hsw 2t2c ndr
3350 - type: "table"
3351   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3352   algorithm: "table_comparison"
3353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3355   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3356   columns:
3357     - title: "1908.1-2"
3358       data-set: "vpp-performance-changes-3n-hsw-h1"
3359     - title: "2001.0-2"
3360       data-set: "vpp-performance-changes-3n-hsw-ref"
3361     - title: "2005.0-3"
3362       data-set: "vpp-performance-changes-3n-hsw-cmp"
3363     - title: "2005.0-4"
3364       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3365   comparisons:
3366     - title: "2005.0-4 vs 2005.0-3"
3367       reference: 3
3368       compare: 4
3369     - title: "2005.0-4 vs 2001.0-2"
3370       reference: 2
3371       compare: 4
3372 #  rca:
3373 #    - title: "RCA1"
3374 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3375 #    - title: "RCA2"
3376 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3377   legend:
3378     - 'Legend to Table:'
3379     - ''
3380     - '           Test Case: Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3381     - '            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).'
3382     - '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.'
3383     - '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.'
3384 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3385 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3386
3387 # VPP Performance Changes 3n-skx 2t1c pdr
3388 - type: "table"
3389   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3390   algorithm: "table_comparison"
3391   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3393   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3394   columns:
3395     - title: "1908.1-2"
3396       data-set: "vpp-performance-changes-3n-skx-h1"
3397     - title: "2001.0-2"
3398       data-set: "vpp-performance-changes-3n-skx-ref"
3399     - title: "2005.0-3"
3400       data-set: "vpp-performance-changes-3n-skx-cmp"
3401     - title: "2005.0-4"
3402       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3403   comparisons:
3404     - title: "2005.0-4 vs 2005.0-3"
3405       reference: 3
3406       compare: 4
3407     - title: "2005.0-4 vs 2001.0-2"
3408       reference: 2
3409       compare: 4
3410 #  rca:
3411 #    - title: "RCA1"
3412 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3413 #    - title: "RCA2"
3414 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3415   legend:
3416     - 'Legend to Table:'
3417     - ''
3418     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3419     - '            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).'
3420     - '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.'
3421     - '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.'
3422 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3423 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3424
3425 # VPP Performance Changes 3n-skx 4t2c pdr
3426 - type: "table"
3427   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3431   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "1908.1-2"
3434       data-set: "vpp-performance-changes-3n-skx-h1"
3435     - title: "2001.0-2"
3436       data-set: "vpp-performance-changes-3n-skx-ref"
3437     - title: "2005.0-3"
3438       data-set: "vpp-performance-changes-3n-skx-cmp"
3439     - title: "2005.0-4"
3440       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3441   comparisons:
3442     - title: "2005.0-4 vs 2005.0-3"
3443       reference: 3
3444       compare: 4
3445     - title: "2005.0-4 vs 2001.0-2"
3446       reference: 2
3447       compare: 4
3448 #  rca:
3449 #    - title: "RCA1"
3450 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3451 #    - title: "RCA2"
3452 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3453   legend:
3454     - 'Legend to Table:'
3455     - ''
3456     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3457     - '            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).'
3458     - '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.'
3459     - '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.'
3460 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3461 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3462
3463 # VPP Performance Changes 3n-skx 2t1c ndr
3464 - type: "table"
3465   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3466   algorithm: "table_comparison"
3467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3469   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3470   columns:
3471     - title: "1908.1-2"
3472       data-set: "vpp-performance-changes-3n-skx-h1"
3473     - title: "2001.0-2"
3474       data-set: "vpp-performance-changes-3n-skx-ref"
3475     - title: "2005.0-3"
3476       data-set: "vpp-performance-changes-3n-skx-cmp"
3477     - title: "2005.0-4"
3478       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3479   comparisons:
3480     - title: "2005.0-4 vs 2005.0-3"
3481       reference: 3
3482       compare: 4
3483     - title: "2005.0-4 vs 2001.0-2"
3484       reference: 2
3485       compare: 4
3486 #  rca:
3487 #    - title: "RCA1"
3488 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3489 #    - title: "RCA2"
3490 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3491   legend:
3492     - 'Legend to Table:'
3493     - ''
3494     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3495     - '            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).'
3496     - '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.'
3497     - '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.'
3498 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3499 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3500
3501 # VPP Performance Changes 3n-skx 4t2c ndr
3502 - type: "table"
3503   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3504   algorithm: "table_comparison"
3505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3508   columns:
3509     - title: "1908.1-2"
3510       data-set: "vpp-performance-changes-3n-skx-h1"
3511     - title: "2001.0-2"
3512       data-set: "vpp-performance-changes-3n-skx-ref"
3513     - title: "2005.0-3"
3514       data-set: "vpp-performance-changes-3n-skx-cmp"
3515     - title: "2005.0-4"
3516       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3517   comparisons:
3518     - title: "2005.0-4 vs 2005.0-3"
3519       reference: 3
3520       compare: 4
3521     - title: "2005.0-4 vs 2001.0-2"
3522       reference: 2
3523       compare: 4
3524 #  rca:
3525 #    - title: "RCA1"
3526 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3527 #    - title: "RCA2"
3528 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3529   legend:
3530     - 'Legend to Table:'
3531     - ''
3532     - '           Test Case: Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3533     - '            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).'
3534     - '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.'
3535     - '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.'
3536 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3537 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3538
3539 # VPP Performance Changes 2n-skx 2t1c pdr
3540 - type: "table"
3541   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3542   algorithm: "table_comparison"
3543   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3545   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3546   columns:
3547     - title: "1908.1-2"
3548       data-set: "vpp-performance-changes-2n-skx-h1"
3549     - title: "2001.0-2"
3550       data-set: "vpp-performance-changes-2n-skx-ref"
3551     - title: "2005.0-3"
3552       data-set: "vpp-performance-changes-2n-skx-cmp"
3553     - title: "2005.0-4"
3554       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3555   comparisons:
3556     - title: "2005.0-4 vs 2005.0-3"
3557       reference: 3
3558       compare: 4
3559     - title: "2005.0-4 vs 2001.0-2"
3560       reference: 2
3561       compare: 4
3562 #  rca:
3563 #    - title: "RCA1"
3564 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3565 #    - title: "RCA2"
3566 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3567   legend:
3568     - 'Legend to Table:'
3569     - ''
3570     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3571     - '            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).'
3572     - '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.'
3573     - '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.'
3574 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3575 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3576
3577 # VPP Performance Changes 2n-skx 4t2c pdr
3578 - type: "table"
3579   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3580   algorithm: "table_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3582   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3583   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3584   columns:
3585     - title: "1908.1-2"
3586       data-set: "vpp-performance-changes-2n-skx-h1"
3587     - title: "2001.0-2"
3588       data-set: "vpp-performance-changes-2n-skx-ref"
3589     - title: "2005.0-3"
3590       data-set: "vpp-performance-changes-2n-skx-cmp"
3591     - title: "2005.0-4"
3592       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3593   comparisons:
3594     - title: "2005.0-4 vs 2005.0-3"
3595       reference: 3
3596       compare: 4
3597     - title: "2005.0-4 vs 2001.0-2"
3598       reference: 2
3599       compare: 4
3600 #  rca:
3601 #    - title: "RCA1"
3602 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3603 #    - title: "RCA2"
3604 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3605   legend:
3606     - 'Legend to Table:'
3607     - ''
3608     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3609     - '            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).'
3610     - '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.'
3611     - '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.'
3612 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3613 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3614
3615 # VPP Performance Changes 2n-skx 2t1c ndr
3616 - type: "table"
3617   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3622   columns:
3623     - title: "1908.1-2"
3624       data-set: "vpp-performance-changes-2n-skx-h1"
3625     - title: "2001.0-2"
3626       data-set: "vpp-performance-changes-2n-skx-ref"
3627     - title: "2005.0-3"
3628       data-set: "vpp-performance-changes-2n-skx-cmp"
3629     - title: "2005.0-4"
3630       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3631   comparisons:
3632     - title: "2005.0-4 vs 2005.0-3"
3633       reference: 3
3634       compare: 4
3635     - title: "2005.0-4 vs 2001.0-2"
3636       reference: 2
3637       compare: 4
3638 #  rca:
3639 #    - title: "RCA1"
3640 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3641 #    - title: "RCA2"
3642 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3643   legend:
3644     - 'Legend to Table:'
3645     - ''
3646     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3647     - '            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).'
3648     - '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.'
3649     - '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.'
3650 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3651 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3652
3653 # VPP Performance Changes 2n-skx 4t2c ndr
3654 - type: "table"
3655   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3656   algorithm: "table_comparison"
3657   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3660   columns:
3661     - title: "1908.1-2"
3662       data-set: "vpp-performance-changes-2n-skx-h1"
3663     - title: "2001.0-2"
3664       data-set: "vpp-performance-changes-2n-skx-ref"
3665     - title: "2005.0-3"
3666       data-set: "vpp-performance-changes-2n-skx-cmp"
3667     - title: "2005.0-4"
3668       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3669   comparisons:
3670     - title: "2005.0-4 vs 2005.0-3"
3671       reference: 3
3672       compare: 4
3673     - title: "2005.0-4 vs 2001.0-2"
3674       reference: 2
3675       compare: 4
3676 #  rca:
3677 #    - title: "RCA1"
3678 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
3679 #    - title: "RCA2"
3680 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
3681   legend:
3682     - 'Legend to Table:'
3683     - ''
3684     - '           Test Case: Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3685     - '            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).'
3686     - '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.'
3687     - '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.'
3688 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3689 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3690
3691 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3692 - type: "table"
3693   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3694   algorithm: "table_comparison"
3695   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3697   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3698   columns:
3699     - title: "2001.0-2"
3700       data-set: "vpp-performance-changes-2n-clx-ref"
3701     - title: "2005.0-3"
3702       data-set: "vpp-performance-changes-2n-clx-cmp"
3703     - title: "2005.0-4"
3704       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3705   comparisons:
3706     - title: "2005.0-4 vs 2005.0-3"
3707       reference: 2
3708       compare: 3
3709     - title: "2005.0-4 vs 2001.0-2"
3710       reference: 1
3711       compare: 3
3712 #  rca:
3713 #    - title: "RCA1"
3714 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
3715 #    - title: "RCA2"
3716 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
3717   legend:
3718     - 'Legend to Table:'
3719     - ''
3720     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3721     - '            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).'
3722     - '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.'
3723     - '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.'
3724 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3725 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3726
3727 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3728 - type: "table"
3729   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3730   algorithm: "table_comparison"
3731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3734   columns:
3735     - title: "2001.0-2"
3736       data-set: "vpp-performance-changes-2n-clx-ref"
3737     - title: "2005.0-3"
3738       data-set: "vpp-performance-changes-2n-clx-cmp"
3739     - title: "2005.0-4"
3740       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3741   comparisons:
3742     - title: "2005.0-4 vs 2005.0-3"
3743       reference: 2
3744       compare: 3
3745     - title: "2005.0-4 vs 2001.0-2"
3746       reference: 1
3747       compare: 3
3748 #  rca:
3749 #    - title: "RCA1"
3750 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
3751 #    - title: "RCA2"
3752 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
3753   legend:
3754     - 'Legend to Table:'
3755     - ''
3756     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3757     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3758     - '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.'
3759     - '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.'
3760 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3761 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3762
3763 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3764 - type: "table"
3765   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3766   algorithm: "table_comparison"
3767   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3769   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3770   columns:
3771     - title: "2001.0-2"
3772       data-set: "vpp-performance-changes-2n-clx-ref"
3773     - title: "2005.0-3"
3774       data-set: "vpp-performance-changes-2n-clx-cmp"
3775     - title: "2005.0-4"
3776       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3777   comparisons:
3778     - title: "2005.0-4 vs 2005.0-3"
3779       reference: 2
3780       compare: 3
3781     - title: "2005.0-4 vs 2001.0-2"
3782       reference: 1
3783       compare: 3
3784 #  rca:
3785 #    - title: "RCA1"
3786 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
3787 #    - title: "RCA2"
3788 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
3789   legend:
3790     - 'Legend to Table:'
3791     - ''
3792     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3793     - '            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).'
3794     - '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.'
3795     - '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.'
3796 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3797 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3798
3799 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3800 - type: "table"
3801   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3802   algorithm: "table_comparison"
3803   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3805   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3806   columns:
3807     - title: "2001.0-2"
3808       data-set: "vpp-performance-changes-2n-clx-ref"
3809     - title: "2005.0-3"
3810       data-set: "vpp-performance-changes-2n-clx-cmp"
3811     - title: "2005.0-4"
3812       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3813   comparisons:
3814     - title: "2005.0-4 vs 2005.0-3"
3815       reference: 2
3816       compare: 3
3817     - title: "2005.0-4 vs 2001.0-2"
3818       reference: 1
3819       compare: 3
3820 #  rca:
3821 #    - title: "RCA1"
3822 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
3823 #    - title: "RCA2"
3824 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
3825   legend:
3826     - 'Legend to Table:'
3827     - ''
3828     - '           Test Case: Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3829     - '            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).'
3830     - '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.'
3831     - '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.'
3832 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3833 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
3834
3835 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3836 - type: "table"
3837   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3838   algorithm: "table_comparison"
3839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3841   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3842   columns:
3843     - title: "2001.0-2"
3844       data-set: "vpp-performance-changes-2n-clx-ref"
3845     - title: "2005.0-4"
3846       data-set: "vpp-performance-changes-2n-clx-cmp"
3847   comparisons:
3848     - title: "Diff"
3849       reference: 1
3850       compare: 2
3851   legend:
3852     - "Legend to Table"
3853     - "2001, 2005 - VPP versions tested."
3854     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3855
3856 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3857 - type: "table"
3858   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3859   algorithm: "table_comparison"
3860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3862   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3863   columns:
3864     - title: "2001.0-2"
3865       data-set: "vpp-performance-changes-2n-clx-ref"
3866     - title: "2005.0-4"
3867       data-set: "vpp-performance-changes-2n-clx-cmp"
3868   comparisons:
3869     - title: "Diff"
3870       reference: 1
3871       compare: 2
3872   legend:
3873     - "Legend to Table"
3874     - "2001, 2005 - VPP versions tested."
3875     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3876
3877 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3878 - type: "table"
3879   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3880   algorithm: "table_comparison"
3881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3883   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3884   columns:
3885     - title: "2001.0-2"
3886       data-set: "vpp-performance-changes-2n-clx-ref"
3887     - title: "2005.0-4"
3888       data-set: "vpp-performance-changes-2n-clx-cmp"
3889   comparisons:
3890     - title: "Diff"
3891       reference: 1
3892       compare: 2
3893   legend:
3894     - "Legend to Table"
3895     - "2001, 2005 - VPP versions tested."
3896     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3897
3898 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3899 - type: "table"
3900   title: "VPP Performance Changes 2n-clx-x556 ndr"
3901   algorithm: "table_comparison"
3902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3904   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3905   columns:
3906     - title: "2001.0-2"
3907       data-set: "vpp-performance-changes-2n-clx-ref"
3908     - title: "2005.0-4"
3909       data-set: "vpp-performance-changes-2n-clx-cmp"
3910   comparisons:
3911     - title: "Diff"
3912       reference: 1
3913       compare: 2
3914   legend:
3915     - "Legend to Table"
3916     - "2001, 2005 - VPP versions tested."
3917     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3918
3919 # VPP Performance Changes 2n-dnv 1t1c pdr
3920 - type: "table"
3921   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3922   algorithm: "table_comparison"
3923   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'1T1C'"
3926   columns:
3927     - title: "1908"
3928       data-set: "vpp-performance-changes-2n-dnv-h1"
3929     - title: "2001"
3930       data-set: "vpp-performance-changes-2n-dnv-ref"
3931     - title: "2005"
3932       data-set: "vpp-performance-changes-2n-dnv-cmp"
3933   comparisons:
3934     - title: "Diff"
3935       reference: 2
3936       compare: 3
3937   legend:
3938     - "Legend to Table"
3939     - "1908, 2001, 2005 - VPP versions tested."
3940     - "Diff - difference between 2001 and 2005 VPP version."
3941
3942 # VPP Performance Changes 2n-dnv 2t2c pdr
3943 - type: "table"
3944   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3945   algorithm: "table_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3948   filter: "'2T2C'"
3949   columns:
3950     - title: "1908"
3951       data-set: "vpp-performance-changes-2n-dnv-h1"
3952     - title: "2001"
3953       data-set: "vpp-performance-changes-2n-dnv-ref"
3954     - title: "2005"
3955       data-set: "vpp-performance-changes-2n-dnv-cmp"
3956   comparisons:
3957     - title: "Diff"
3958       reference: 2
3959       compare: 3
3960   legend:
3961     - "Legend to Table"
3962     - "1908, 2001, 2005 - VPP versions tested."
3963     - "Diff - difference between 2001 and 2005 VPP version."
3964
3965 # VPP Performance Changes 2n-dnv 1t1c ndr
3966 - type: "table"
3967   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3968   algorithm: "table_comparison"
3969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3971   filter: "'1T1C'"
3972   columns:
3973     - title: "1908"
3974       data-set: "vpp-performance-changes-2n-dnv-h1"
3975     - title: "2001"
3976       data-set: "vpp-performance-changes-2n-dnv-ref"
3977     - title: "2005"
3978       data-set: "vpp-performance-changes-2n-dnv-cmp"
3979   comparisons:
3980     - title: "Diff"
3981       reference: 2
3982       compare: 3
3983   legend:
3984     - "Legend to Table"
3985     - "1908, 2001, 2005 - VPP versions tested."
3986     - "Diff - difference between 2001 and 2005 VPP version."
3987
3988 # VPP Performance Changes 2n-dnv 2t2c ndr
3989 - type: "table"
3990   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3991   algorithm: "table_comparison"
3992   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3994   filter: "'2T2C'"
3995   columns:
3996     - title: "1908"
3997       data-set: "vpp-performance-changes-2n-dnv-h1"
3998     - title: "2001"
3999       data-set: "vpp-performance-changes-2n-dnv-ref"
4000     - title: "2005"
4001       data-set: "vpp-performance-changes-2n-dnv-cmp"
4002   comparisons:
4003     - title: "Diff"
4004       reference: 2
4005       compare: 3
4006   legend:
4007     - "Legend to Table"
4008     - "1908, 2001, 2005 - VPP versions tested."
4009     - "Diff - difference between 2001 and 2005 VPP version."
4010
4011 # VPP Performance Changes 3n-dnv 1t1c pdr
4012 - type: "table"
4013   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'1T1C'"
4018   columns:
4019     - title: "1908"
4020       data-set: "vpp-performance-changes-3n-dnv-h1"
4021     - title: "2001"
4022       data-set: "vpp-performance-changes-3n-dnv-ref"
4023     - title: "2005"
4024       data-set: "vpp-performance-changes-3n-dnv-cmp"
4025   comparisons:
4026     - title: "Diff"
4027       reference: 2
4028       compare: 3
4029   legend:
4030     - "Legend to Table"
4031     - "1908, 2001, 2005 - VPP versions tested."
4032     - "Diff - difference between 2001 and 2005 VPP version."
4033
4034 # VPP Performance Changes 3n-dnv 2t2c pdr
4035 - type: "table"
4036   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4037   algorithm: "table_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4040   filter: "'2T2C'"
4041   columns:
4042     - title: "1908"
4043       data-set: "vpp-performance-changes-3n-dnv-h1"
4044     - title: "2001"
4045       data-set: "vpp-performance-changes-3n-dnv-ref"
4046     - title: "2005"
4047       data-set: "vpp-performance-changes-3n-dnv-cmp"
4048   comparisons:
4049     - title: "Diff"
4050       reference: 2
4051       compare: 3
4052   legend:
4053     - "Legend to Table"
4054     - "1908, 2001, 2005 - VPP versions tested."
4055     - "Diff - difference between 2001 and 2005 VPP version."
4056
4057 # VPP Performance Changes 3n-dnv 1t1c ndr
4058 - type: "table"
4059   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4060   algorithm: "table_comparison"
4061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4063   filter: "'1T1C'"
4064   columns:
4065     - title: "1908"
4066       data-set: "vpp-performance-changes-3n-dnv-h1"
4067     - title: "2001"
4068       data-set: "vpp-performance-changes-3n-dnv-ref"
4069     - title: "2005"
4070       data-set: "vpp-performance-changes-3n-dnv-cmp"
4071   comparisons:
4072     - title: "Diff"
4073       reference: 2
4074       compare: 3
4075   legend:
4076     - "Legend to Table"
4077     - "1908, 2001, 2005 - VPP versions tested."
4078     - "Diff - difference between 2001 and 2005 VPP version."
4079
4080 # VPP Performance Changes 3n-dnv 2t2c ndr
4081 - type: "table"
4082   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'2T2C'"
4087   columns:
4088     - title: "1908"
4089       data-set: "vpp-performance-changes-3n-dnv-h1"
4090     - title: "2001"
4091       data-set: "vpp-performance-changes-3n-dnv-ref"
4092     - title: "2005"
4093       data-set: "vpp-performance-changes-3n-dnv-cmp"
4094   comparisons:
4095     - title: "Diff"
4096       reference: 2
4097       compare: 3
4098   legend:
4099     - "Legend to Table"
4100     - "1908, 2001, 2005 - VPP versions tested."
4101     - "Diff - difference between 2001 and 2005 VPP version."
4102
4103 # VPP Performance Changes 3n-tsh 1t1c pdr
4104 - type: "table"
4105   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'1T1C'"
4110   columns:
4111     - title: "1908.1-2"
4112       data-set: "vpp-performance-changes-3n-tsh-h1"
4113     - title: "2001.0-2"
4114       data-set: "vpp-performance-changes-3n-tsh-ref"
4115     - title: "2005.0-3"
4116       data-set: "vpp-performance-changes-3n-tsh-cmp"
4117     - title: "2005.0-4"
4118       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4119   comparisons:
4120     - title: "2005.0-4 vs 2005.0-3"
4121       reference: 3
4122       compare: 4
4123     - title: "2005.0-4 vs 2001.0-2"
4124       reference: 2
4125       compare: 4
4126 #  rca:
4127 #    - title: "RCA1"
4128 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4129 #    - title: "RCA2"
4130 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4131   legend:
4132     - 'Legend to Table:'
4133     - ''
4134     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
4135     - '            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).'
4136     - '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.'
4137     - '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.'
4138 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4139 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4140
4141 # VPP Performance Changes 3n-tsh 2t2c pdr
4142 - type: "table"
4143   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4144   algorithm: "table_comparison"
4145   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4147   filter: "'2T2C'"
4148   columns:
4149     - title: "1908.1-2"
4150       data-set: "vpp-performance-changes-3n-tsh-h1"
4151     - title: "2001.0-2"
4152       data-set: "vpp-performance-changes-3n-tsh-ref"
4153     - title: "2005.0-3"
4154       data-set: "vpp-performance-changes-3n-tsh-cmp"
4155     - title: "2005.0-4"
4156       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4157   comparisons:
4158     - title: "2005.0-4 vs 2005.0-3"
4159       reference: 3
4160       compare: 4
4161     - title: "2005.0-4 vs 2001.0-2"
4162       reference: 2
4163       compare: 4
4164 #  rca:
4165 #    - title: "RCA1"
4166 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4167 #    - title: "RCA2"
4168 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4169   legend:
4170     - 'Legend to Table:'
4171     - ''
4172     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
4173     - '            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).'
4174     - '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.'
4175     - '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.'
4176 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4177 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4178
4179 # VPP Performance Changes 3n-tsh 1t1c ndr
4180 - type: "table"
4181   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4182   algorithm: "table_comparison"
4183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4185   filter: "'1T1C'"
4186   columns:
4187     - title: "1908.1-2"
4188       data-set: "vpp-performance-changes-3n-tsh-h1"
4189     - title: "2001.0-2"
4190       data-set: "vpp-performance-changes-3n-tsh-ref"
4191     - title: "2005.0-3"
4192       data-set: "vpp-performance-changes-3n-tsh-cmp"
4193     - title: "2005.0-4"
4194       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4195   comparisons:
4196     - title: "2005.0-4 vs 2005.0-3"
4197       reference: 3
4198       compare: 4
4199     - title: "2005.0-4 vs 2001.0-2"
4200       reference: 2
4201       compare: 4
4202 #  rca:
4203 #    - title: "RCA1"
4204 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4205 #    - title: "RCA2"
4206 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4207   legend:
4208     - 'Legend to Table:'
4209     - ''
4210     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
4211     - '            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).'
4212     - '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.'
4213     - '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.'
4214 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4215 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4216
4217 # VPP Performance Changes 3n-tsh 2t2c ndr
4218 - type: "table"
4219   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4220   algorithm: "table_comparison"
4221   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4223   filter: "'2T2C'"
4224   columns:
4225     - title: "1908.1-2"
4226       data-set: "vpp-performance-changes-3n-tsh-h1"
4227     - title: "2001.0-2"
4228       data-set: "vpp-performance-changes-3n-tsh-ref"
4229     - title: "2005.0-3"
4230       data-set: "vpp-performance-changes-3n-tsh-cmp"
4231     - title: "2005.0-4"
4232       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4233   comparisons:
4234     - title: "2005.0-4 vs 2005.0-3"
4235       reference: 3
4236       compare: 4
4237     - title: "2005.0-4 vs 2001.0-2"
4238       reference: 2
4239       compare: 4
4240 #  rca:
4241 #    - title: "RCA1"
4242 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4243 #    - title: "RCA2"
4244 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4245   legend:
4246     - 'Legend to Table:'
4247     - ''
4248     - '           Test Case: Test cases executed for: NDR throughput on 3n-tsh with x520.'
4249     - '            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).'
4250     - '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.'
4251     - '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.'
4252 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4253 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4254
4255 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4256 - type: "table"
4257   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4258   algorithm: "table_comparison"
4259   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4261   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4262   columns:
4263     - title: "3n-hsw xl710"
4264       data-set: "vpp-compare-testbeds-ref"
4265       tag: "NIC_Intel-XL710"
4266     - title: "3n-skx xxv710"
4267       data-set: "vpp-compare-testbeds-cmp"
4268       tag: "NIC_Intel-XXV710"
4269   comparisons:
4270     - title: "Diff"
4271       reference: 1
4272       compare: 2
4273   legend:
4274     - "Legend to Table"
4275     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4276     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4277
4278 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4279 - type: "table"
4280   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4281   algorithm: "table_comparison"
4282   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4284   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4285   columns:
4286     - title: "3n-hsw xl710"
4287       data-set: "vpp-compare-testbeds-ref"
4288       tag: "NIC_Intel-XL710"
4289     - title: "3n-skx xxv710"
4290       data-set: "vpp-compare-testbeds-cmp"
4291       tag: "NIC_Intel-XXV710"
4292   comparisons:
4293     - title: "Diff"
4294       reference: 1
4295       compare: 2
4296   legend:
4297     - "Legend to Table"
4298     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4299     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4300
4301 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4302 - type: "table"
4303   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4304   algorithm: "table_comparison"
4305   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4307   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4308   columns:
4309     - title: "3n-hsw xl710"
4310       data-set: "vpp-compare-testbeds-ref"
4311       tag: "NIC_Intel-XL710"
4312     - title: "3n-skx xxv710"
4313       data-set: "vpp-compare-testbeds-cmp"
4314       tag: "NIC_Intel-XXV710"
4315   comparisons:
4316     - title: "Diff"
4317       reference: 1
4318       compare: 2
4319   legend:
4320     - "Legend to Table"
4321     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4322     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4323
4324 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4325 - type: "table"
4326   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4327   algorithm: "table_comparison"
4328   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4330   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4331   columns:
4332     - title: "3n-hsw xl710"
4333       data-set: "vpp-compare-testbeds-ref"
4334       tag: "NIC_Intel-XL710"
4335     - title: "3n-skx xxv710"
4336       data-set: "vpp-compare-testbeds-cmp"
4337       tag: "NIC_Intel-XXV710"
4338   comparisons:
4339     - title: "Diff"
4340       reference: 1
4341       compare: 2
4342   legend:
4343     - "Legend to Table"
4344     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4345     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4346
4347 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4348 - type: "table"
4349   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4350   algorithm: "table_comparison"
4351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4353   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4354   columns:
4355     - title: "2n-skx"
4356       data-set: "vpp-compare-testbeds-skx-clx-ref"
4357     - title: "2n-clx"
4358       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4359   comparisons:
4360     - title: "Diff"
4361       reference: 1
4362       compare: 2
4363   legend:
4364     - "Legend to Table"
4365     - "2n-skx, 2n-clx - testbeds and NICs tested."
4366     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4367
4368 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4369 - type: "table"
4370   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4374   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4375   columns:
4376     - title: "2n-skx"
4377       data-set: "vpp-compare-testbeds-skx-clx-ref"
4378     - title: "2n-clx"
4379       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4380   comparisons:
4381     - title: "Diff"
4382       reference: 1
4383       compare: 2
4384   legend:
4385     - "Legend to Table"
4386     - "2n-skx, 2n-clx - testbeds and NICs tested."
4387     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4388
4389 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4390 - type: "table"
4391   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4392   algorithm: "table_comparison"
4393   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4395   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4396   columns:
4397     - title: "2n-skx"
4398       data-set: "vpp-compare-testbeds-skx-clx-ref"
4399     - title: "2n-clx"
4400       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4401   comparisons:
4402     - title: "Diff"
4403       reference: 1
4404       compare: 2
4405   legend:
4406     - "Legend to Table"
4407     - "2n-skx, 2n-clx - testbeds and NICs tested."
4408     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4409
4410 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4411 - type: "table"
4412   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4413   algorithm: "table_comparison"
4414   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4416   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4417   columns:
4418     - title: "2n-skx"
4419       data-set: "vpp-compare-testbeds-skx-clx-ref"
4420     - title: "2n-clx"
4421       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4422   comparisons:
4423     - title: "Diff"
4424       reference: 1
4425       compare: 2
4426   legend:
4427     - "Legend to Table"
4428     - "2n-skx, 2n-clx - testbeds and NICs tested."
4429     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4430
4431 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4432 - type: "table"
4433   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4434   algorithm: "table_comparison"
4435   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4437   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4438   columns:
4439     - title: "3n-hsw xl710"
4440       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4441       tag: "NIC_Intel-XL710"
4442     - title: "2n-clx xxv710"
4443       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4444       tag: "NIC_Intel-XXV710"
4445   comparisons:
4446     - title: "Diff"
4447       reference: 1
4448       compare: 2
4449   legend:
4450     - "Legend to Table"
4451     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4452     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4453
4454 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4455 - type: "table"
4456   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4457   algorithm: "table_comparison"
4458   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4460   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4461   columns:
4462     - title: "3n-hsw xl710"
4463       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4464       tag: "NIC_Intel-XL710"
4465     - title: "2n-clx xxv710"
4466       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4467       tag: "NIC_Intel-XXV710"
4468   comparisons:
4469     - title: "Diff"
4470       reference: 1
4471       compare: 2
4472   legend:
4473     - "Legend to Table"
4474     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4475     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4476
4477 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4478 - type: "table"
4479   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4480   algorithm: "table_comparison"
4481   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4483   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4484   columns:
4485     - title: "3n-hsw xl710"
4486       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4487       tag: "NIC_Intel-XL710"
4488     - title: "2n-clx xxv710"
4489       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4490       tag: "NIC_Intel-XXV710"
4491   comparisons:
4492     - title: "Diff"
4493       reference: 1
4494       compare: 2
4495   legend:
4496     - "Legend to Table"
4497     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4498     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4499
4500 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4501 - type: "table"
4502   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4503   algorithm: "table_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4506   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4507   columns:
4508     - title: "3n-hsw xl710"
4509       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4510       tag: "NIC_Intel-XL710"
4511     - title: "2n-clx xxv710"
4512       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4513       tag: "NIC_Intel-XXV710"
4514   comparisons:
4515     - title: "Diff"
4516       reference: 1
4517       compare: 2
4518   legend:
4519     - "Legend to Table"
4520     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4521     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4522
4523 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4524 - type: "table"
4525   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4526   algorithm: "table_comparison"
4527   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4529   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4530   columns:
4531     - title: "3n-skx"
4532       data-set: "vpp-compare-topologies-ref"
4533     - title: "2n-skx"
4534       data-set: "vpp-compare-topologies-cmp"
4535   comparisons:
4536     - title: "Diff"
4537       reference: 1
4538       compare: 2
4539   legend:
4540     - "Legend to Table"
4541     - "3n-skx, 2n-skx - topologies tested."
4542     - "Diff - difference between 3n-skx and 2n-skx topologies."
4543
4544 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4545 - type: "table"
4546   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4547   algorithm: "table_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4550   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4551   columns:
4552     - title: "3n-skx"
4553       data-set: "vpp-compare-topologies-ref"
4554     - title: "2n-skx"
4555       data-set: "vpp-compare-topologies-cmp"
4556   comparisons:
4557     - title: "Diff"
4558       reference: 1
4559       compare: 2
4560   legend:
4561     - "Legend to Table"
4562     - "3n-skx, 2n-skx - topologies tested."
4563     - "Diff - difference between 3n-skx and 2n-skx topologies."
4564
4565 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4566 - type: "table"
4567   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4571   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4572   columns:
4573     - title: "3n-skx"
4574       data-set: "vpp-compare-topologies-ref"
4575     - title: "2n-skx"
4576       data-set: "vpp-compare-topologies-cmp"
4577   comparisons:
4578     - title: "Diff"
4579       reference: 1
4580       compare: 2
4581   legend:
4582     - "Legend to Table"
4583     - "3n-skx, 2n-skx - topologies tested."
4584     - "Diff - difference between 3n-skx and 2n-skx topologies."
4585
4586 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4587 - type: "table"
4588   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4589   algorithm: "table_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4592   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4593   columns:
4594     - title: "3n-skx"
4595       data-set: "vpp-compare-topologies-ref"
4596     - title: "2n-skx"
4597       data-set: "vpp-compare-topologies-cmp"
4598   comparisons:
4599     - title: "Diff"
4600       reference: 1
4601       compare: 2
4602   legend:
4603     - "Legend to Table"
4604     - "3n-skx, 2n-skx - topologies tested."
4605     - "Diff - difference between 3n-skx and 2n-skx topologies."
4606
4607 # VPP Performance Changes 3n-hsw 1t1c mrr
4608 - type: "table"
4609   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4610   algorithm: "table_comparison"
4611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4613   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4614   columns:
4615     - title: "1908.1-2"
4616       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4617     - title: "2001.0-2"
4618       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4619     - title: "2005.0-3"
4620       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4621     - title: "2005.0-4"
4622       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
4623   comparisons:
4624     - title: "2005.0-4 vs 2005.0-3"
4625       reference: 3
4626       compare: 4
4627     - title: "2005.0-4 vs 2001.0-2"
4628       reference: 2
4629       compare: 4
4630 #  rca:
4631 #    - title: "RCA1"
4632 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca1.yaml"
4633 #    - title: "RCA2"
4634 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca2.yaml"
4635   legend:
4636     - 'Legend to Table:'
4637     - ''
4638     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4639     - '            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).'
4640     - '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.'
4641     - '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.'
4642 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4643 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4644
4645 # VPP Performance Changes 3n-hsw 2t2c mrr
4646 - type: "table"
4647   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4648   algorithm: "table_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4651   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4652   columns:
4653     - title: "1908.1-2"
4654       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4655     - title: "2001.0-2"
4656       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4657     - title: "2005.0-3"
4658       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4659     - title: "2005.0-4"
4660       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
4661   comparisons:
4662     - title: "2005.0-4 vs 2005.0-3"
4663       reference: 3
4664       compare: 4
4665     - title: "2005.0-4 vs 2001.0-2"
4666       reference: 2
4667       compare: 4
4668 #  rca:
4669 #    - title: "RCA1"
4670 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca1.yaml"
4671 #    - title: "RCA2"
4672 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca2.yaml"
4673   legend:
4674     - 'Legend to Table:'
4675     - ''
4676     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4677     - '            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).'
4678     - '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.'
4679     - '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.'
4680 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4681 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4682
4683 # VPP Performance Changes 3n-hsw 4t4c mrr
4684 - type: "table"
4685   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4686   algorithm: "table_comparison"
4687   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4689   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4690   columns:
4691     - title: "1908.1-2"
4692       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4693     - title: "2001.0-2"
4694       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4695     - title: "2005.0-3"
4696       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4697     - title: "2005.0-4"
4698       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
4699   comparisons:
4700     - title: "2005.0-4 vs 2005.0-3"
4701       reference: 3
4702       compare: 4
4703     - title: "2005.0-4 vs 2001.0-2"
4704       reference: 2
4705       compare: 4
4706 #  rca:
4707 #    - title: "RCA1"
4708 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca1.yaml"
4709 #    - title: "RCA2"
4710 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca2.yaml"
4711   legend:
4712     - 'Legend to Table:'
4713     - ''
4714     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4715     - '            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).'
4716     - '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.'
4717     - '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.'
4718 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4719 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4720
4721
4722 # VPP Performance Changes 3n-skx 2t1c mrr
4723 - type: "table"
4724   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4725   algorithm: "table_comparison"
4726   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4728   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4729   columns:
4730 #    - title: "1908"
4731 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4732     - title: "2001"
4733       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4734     - title: "2005"
4735       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4736   comparisons:
4737     - title: "Diff"
4738       reference: 1
4739       compare: 2
4740   legend:
4741     - "Legend to Table"
4742     - "2001, 2005 - VPP versions tested."
4743     - "Diff - difference between 2001 and 2005 VPP version."
4744
4745 # VPP Performance Changes 3n-skx 4t2c mrr
4746 - type: "table"
4747   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4748   algorithm: "table_comparison"
4749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4751   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4752   columns:
4753 #    - title: "1908"
4754 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4755     - title: "2001"
4756       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4757     - title: "2005"
4758       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4759   comparisons:
4760     - title: "Diff"
4761       reference: 1
4762       compare: 2
4763   legend:
4764     - "Legend to Table"
4765     - "2001, 2005 - VPP versions tested."
4766     - "Diff - difference between 2001 and 2005 VPP version."
4767
4768 # VPP Performance Changes 3n-skx 8t4c mrr
4769 - type: "table"
4770   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4771   algorithm: "table_comparison"
4772   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4774   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4775   columns:
4776 #    - title: "1908"
4777 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4778     - title: "2001"
4779       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4780     - title: "2005"
4781       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4782   comparisons:
4783     - title: "Diff"
4784       reference: 1
4785       compare: 2
4786   legend:
4787     - "Legend to Table"
4788     - "2001, 2005 - VPP versions tested."
4789     - "Diff - difference between 2001 and 2005 VPP version."
4790
4791 # VPP Performance Changes 2n-skx 2t1c mrr
4792 - type: "table"
4793   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4794   algorithm: "table_comparison"
4795   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4797   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4798   columns:
4799 #    - title: "1908"
4800 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4801     - title: "2001"
4802       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4803     - title: "2005"
4804       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4805   comparisons:
4806     - title: "Diff"
4807       reference: 1
4808       compare: 2
4809   legend:
4810     - "Legend to Table"
4811     - "2001, 2005 - VPP versions tested."
4812     - "Diff - difference between 2001 and 2005 VPP version."
4813
4814 # VPP Performance Changes 2n-skx 4t2c mrr
4815 - type: "table"
4816   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4821   columns:
4822 #    - title: "1908"
4823 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4824     - title: "2001"
4825       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4826     - title: "2005"
4827       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4828   comparisons:
4829     - title: "Diff"
4830       reference: 1
4831       compare: 2
4832   legend:
4833     - "Legend to Table"
4834     - "2001, 2005 - VPP versions tested."
4835     - "Diff - difference between 2001 and 2005 VPP version."
4836
4837 # VPP Performance Changes 2n-skx 8t4c mrr
4838 - type: "table"
4839   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4840   algorithm: "table_comparison"
4841   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4843   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4844   columns:
4845 #    - title: "1908"
4846 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4847     - title: "2001"
4848       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4849     - title: "2005"
4850       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4851   comparisons:
4852     - title: "Diff"
4853       reference: 1
4854       compare: 2
4855   legend:
4856     - "Legend to Table"
4857     - "2001, 2005 - VPP versions tested."
4858     - "Diff - difference between 2001 and 2005 VPP version."
4859
4860 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4861 - type: "table"
4862   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4863   algorithm: "table_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4866   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4867   columns:
4868     - title: "2001.0-2"
4869       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4870     - title: "2005.0-3"
4871       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4872     - title: "2005.0-4"
4873       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
4874   comparisons:
4875     - title: "2005.0-4 vs 2005.0-3"
4876       reference: 2
4877       compare: 3
4878     - title: "2005.0-4 vs 2001.0-2"
4879       reference: 1
4880       compare: 3
4881 #  rca:
4882 #    - title: "RCA1"
4883 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca1.yaml"
4884 #    - title: "RCA2"
4885 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca2.yaml"
4886   legend:
4887     - 'Legend to Table:'
4888     - ''
4889     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4890     - '            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).'
4891     - '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.'
4892     - '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.'
4893 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4894 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4895
4896 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4897 - type: "table"
4898   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4899   algorithm: "table_comparison"
4900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4902   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4903   columns:
4904     - title: "2001.0-2"
4905       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4906     - title: "2005.0-3"
4907       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4908     - title: "2005.0-4"
4909       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
4910   comparisons:
4911     - title: "2005.0-4 vs 2005.0-3"
4912       reference: 2
4913       compare: 3
4914     - title: "2005.0-4 vs 2001.0-2"
4915       reference: 1
4916       compare: 3
4917 #  rca:
4918 #    - title: "RCA1"
4919 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca1.yaml"
4920 #    - title: "RCA2"
4921 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca2.yaml"
4922   legend:
4923     - 'Legend to Table:'
4924     - ''
4925     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4926     - '            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).'
4927     - '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.'
4928     - '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.'
4929 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4930 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4931
4932 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4933 - type: "table"
4934   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4935   algorithm: "table_comparison"
4936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4938   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4939   columns:
4940     - title: "2001.0-2"
4941       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4942     - title: "2005.0-3"
4943       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4944     - title: "2005.0-4"
4945       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
4946   comparisons:
4947     - title: "2005.0-4 vs 2005.0-3"
4948       reference: 2
4949       compare: 3
4950     - title: "2005.0-4 vs 2001.0-2"
4951       reference: 1
4952       compare: 3
4953 #  rca:
4954 #    - title: "RCA1"
4955 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca1.yaml"
4956 #    - title: "RCA2"
4957 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca2.yaml"
4958   legend:
4959     - 'Legend to Table:'
4960     - ''
4961     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4962     - '            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).'
4963     - '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.'
4964     - '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.'
4965 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4966 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
4967
4968 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4969 - type: "table"
4970   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4971   algorithm: "table_comparison"
4972   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4974   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4975   columns:
4976     - title: "2001"
4977       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4978     - title: "2005"
4979       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4980   comparisons:
4981     - title: "Diff"
4982       reference: 1
4983       compare: 2
4984   legend:
4985     - "Legend to Table"
4986     - "2001, 2005 - VPP versions tested."
4987     - "Diff - difference between 2001 and 2005 VPP version."
4988
4989 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4990 - type: "table"
4991   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4992   algorithm: "table_comparison"
4993   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4995   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4996   columns:
4997     - title: "2001"
4998       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4999     - title: "2005"
5000       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5001   comparisons:
5002     - title: "Diff"
5003       reference: 1
5004       compare: 2
5005   legend:
5006     - "Legend to Table"
5007     - "2001, 2005 - VPP versions tested."
5008     - "Diff - difference between 2001 and 2005 VPP version."
5009
5010 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
5011 - type: "table"
5012   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
5013   algorithm: "table_comparison"
5014   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
5015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5016   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5017   columns:
5018     - title: "2001"
5019       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5020     - title: "2005"
5021       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5022   comparisons:
5023     - title: "Diff"
5024       reference: 1
5025       compare: 2
5026   legend:
5027     - "Legend to Table"
5028     - "2001, 2005 - VPP versions tested."
5029     - "Diff - difference between 2001 and 2005 VPP version."
5030
5031 # VPP Performance Changes 2n-dnv 1t1c mrr
5032 - type: "table"
5033   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5034   algorithm: "table_comparison"
5035   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5037   filter: "'1T1C'"
5038   columns:
5039     - title: "1908"
5040       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5041     - title: "2001"
5042       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5043     - title: "2005"
5044       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5045   comparisons:
5046     - title: "Diff"
5047       reference: 2
5048       compare: 3
5049   legend:
5050     - "Legend to Table"
5051     - "1908, 2001, 2005 - VPP versions tested."
5052     - "Diff - difference between 2001 and 2005 VPP version."
5053
5054 # VPP Performance Changes 2n-dnv 2t2c mrr
5055 - type: "table"
5056   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5057   algorithm: "table_comparison"
5058   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5060   filter: "'2T2C'"
5061   columns:
5062     - title: "1908"
5063       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5064     - title: "2001"
5065       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5066     - title: "2005"
5067       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5068   comparisons:
5069     - title: "Diff"
5070       reference: 2
5071       compare: 3
5072   legend:
5073     - "Legend to Table"
5074     - "1908, 2001, 2005 - VPP versions tested."
5075     - "Diff - difference between 2001 and 2005 VPP version."
5076
5077 # VPP Performance Changes 2n-dnv 4t4c mrr
5078 - type: "table"
5079   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5080   algorithm: "table_comparison"
5081   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5083   filter: "'4T4C'"
5084   columns:
5085     - title: "1908"
5086       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5087     - title: "2001"
5088       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5089     - title: "2005"
5090       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5091   comparisons:
5092     - title: "Diff"
5093       reference: 2
5094       compare: 3
5095   legend:
5096     - "Legend to Table"
5097     - "1908, 2001, 2005 - VPP versions tested."
5098     - "Diff - difference between 2001 and 2005 VPP version."
5099
5100 # VPP Performance Changes 3n-dnv 1t1c mrr
5101 - type: "table"
5102   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5103   algorithm: "table_comparison"
5104   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5106   filter: "'1T1C'"
5107   columns:
5108     - title: "1908"
5109       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5110     - title: "2001"
5111       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5112     - title: "2005"
5113       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5114   comparisons:
5115     - title: "Diff"
5116       reference: 2
5117       compare: 3
5118   legend:
5119     - "Legend to Table"
5120     - "1908, 2001, 2005 - VPP versions tested."
5121     - "Diff - difference between 2001 and 2005 VPP version."
5122
5123 # VPP Performance Changes 3n-dnv 2t2c mrr
5124 - type: "table"
5125   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5126   algorithm: "table_comparison"
5127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5129   filter: "'2T2C'"
5130   columns:
5131     - title: "1908"
5132       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5133     - title: "2001"
5134       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5135     - title: "2005"
5136       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5137   comparisons:
5138     - title: "Diff"
5139       reference: 2
5140       compare: 3
5141   legend:
5142     - "Legend to Table"
5143     - "1908, 2001, 2005 - VPP versions tested."
5144     - "Diff - difference between 2001 and 2005 VPP version."
5145
5146 # VPP Performance Changes 3n-dnv 4t4c mrr
5147 - type: "table"
5148   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5149   algorithm: "table_comparison"
5150   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5152   filter: "'4T4C'"
5153   columns:
5154     - title: "1908"
5155       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5156     - title: "2001"
5157       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5158     - title: "2005"
5159       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5160   comparisons:
5161     - title: "Diff"
5162       reference: 2
5163       compare: 3
5164   legend:
5165     - "Legend to Table"
5166     - "1908, 2001, 2005 - VPP versions tested."
5167     - "Diff - difference between 2001 and 2005 VPP version."
5168
5169 # VPP Performance Changes 3n-tsh 1t1c mrr
5170 - type: "table"
5171   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5172   algorithm: "table_comparison"
5173   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5175   filter: "'1T1C'"
5176   columns:
5177     - title: "1908"
5178       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5179     - title: "2001"
5180       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5181     - title: "2005"
5182       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5183   comparisons:
5184     - title: "Diff"
5185       reference: 2
5186       compare: 3
5187   legend:
5188     - "Legend to Table"
5189     - "1908, 2001, 2005 - VPP versions tested."
5190     - "Diff - difference between 2001 and 2005 VPP version."
5191
5192 # VPP Performance Changes 3n-tsh 2t2c mrr
5193 - type: "table"
5194   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5195   algorithm: "table_comparison"
5196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5198   filter: "'2T2C'"
5199   columns:
5200     - title: "1908"
5201       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5202     - title: "2001"
5203       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5204     - title: "2005"
5205       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5206   comparisons:
5207     - title: "Diff"
5208       reference: 2
5209       compare: 3
5210   legend:
5211     - "Legend to Table"
5212     - "1908, 2001, 2005 - VPP versions tested."
5213     - "Diff - difference between 2001 and 2005 VPP version."
5214
5215 # VPP Performance Changes 3n-tsh 4t4c mrr
5216 - type: "table"
5217   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5218   algorithm: "table_comparison"
5219   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   filter: "'4T4C'"
5222   columns:
5223     - title: "1908"
5224       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5225     - title: "2001"
5226       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5227     - title: "2005"
5228       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5229   comparisons:
5230     - title: "Diff"
5231       reference: 2
5232       compare: 3
5233   legend:
5234     - "Legend to Table"
5235     - "1908, 2001, 2005 - VPP versions tested."
5236     - "Diff - difference between 2001 and 2005 VPP version."
5237
5238 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5239 - type: "table"
5240   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5241   algorithm: "table_comparison"
5242   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5244   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5245   columns:
5246     - title: "3n-hsw xl710"
5247       data-set: "vpp-compare-testbeds-mrr-ref"
5248       tag: "NIC_Intel-XL710"
5249     - title: "3n-skx xxv710"
5250       data-set: "vpp-compare-testbeds-mrr-cmp"
5251       tag: "NIC_Intel-XXV710"
5252   comparisons:
5253     - title: "Diff"
5254       reference: 1
5255       compare: 2
5256   legend:
5257     - "Legend to Table"
5258     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5259     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5260
5261 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5262 - type: "table"
5263   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5264   algorithm: "table_comparison"
5265   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5267   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5268   columns:
5269     - title: "3n-hsw xl710"
5270       data-set: "vpp-compare-testbeds-mrr-ref"
5271       tag: "NIC_Intel-XL710"
5272     - title: "3n-skx xxv710"
5273       data-set: "vpp-compare-testbeds-mrr-cmp"
5274       tag: "NIC_Intel-XXV710"
5275   comparisons:
5276     - title: "Diff"
5277       reference: 1
5278       compare: 2
5279   legend:
5280     - "Legend to Table"
5281     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5282     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5283
5284 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5285 - type: "table"
5286   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5287   algorithm: "table_comparison"
5288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5290   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5291   columns:
5292     - title: "3n-hsw xl710"
5293       data-set: "vpp-compare-testbeds-mrr-ref"
5294       tag: "NIC_Intel-XL710"
5295     - title: "3n-skx xxv710"
5296       data-set: "vpp-compare-testbeds-mrr-cmp"
5297       tag: "NIC_Intel-XXV710"
5298   comparisons:
5299     - title: "Diff"
5300       reference: 1
5301       compare: 2
5302   legend:
5303     - "Legend to Table"
5304     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5305     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5306
5307 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5308 - type: "table"
5309   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5310   algorithm: "table_comparison"
5311   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5313   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5314   columns:
5315     - title: "2n-skx"
5316       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5317     - title: "2n-clx"
5318       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5319   comparisons:
5320     - title: "Diff"
5321       reference: 1
5322       compare: 2
5323   legend:
5324     - "Legend to Table"
5325     - "2n-skx, 2n-clx - testbeds and NICs tested."
5326     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5327
5328 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5329 - type: "table"
5330   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5331   algorithm: "table_comparison"
5332   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5334   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5335   columns:
5336     - title: "2n-skx"
5337       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5338     - title: "2n-clx"
5339       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5340   comparisons:
5341     - title: "Diff"
5342       reference: 1
5343       compare: 2
5344   legend:
5345     - "Legend to Table"
5346     - "2n-skx, 2n-clx - testbeds and NICs tested."
5347     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5348
5349 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5350 - type: "table"
5351   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5352   algorithm: "table_comparison"
5353   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5355   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5356   columns:
5357     - title: "2n-skx"
5358       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5359     - title: "2n-clx"
5360       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5361   comparisons:
5362     - title: "Diff"
5363       reference: 1
5364       compare: 2
5365   legend:
5366     - "Legend to Table"
5367     - "2n-skx, 2n-clx - testbeds and NICs tested."
5368     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5369
5370 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5371 - type: "table"
5372   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5373   algorithm: "table_comparison"
5374   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5376   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5377   columns:
5378     - title: "3n-skx"
5379       data-set: "vpp-compare-topologies-mrr-ref"
5380     - title: "2n-skx"
5381       data-set: "vpp-compare-topologies-mrr-cmp"
5382   comparisons:
5383     - title: "Diff"
5384       reference: 1
5385       compare: 2
5386   legend:
5387     - "Legend to Table"
5388     - "3n-skx, 2n-skx - topologies tested."
5389     - "Diff - difference between 3n-skx and 2n-skx topologies."
5390
5391 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5392 - type: "table"
5393   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5394   algorithm: "table_comparison"
5395   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5397   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5398   columns:
5399     - title: "3n-skx"
5400       data-set: "vpp-compare-topologies-mrr-ref"
5401     - title: "2n-skx"
5402       data-set: "vpp-compare-topologies-mrr-cmp"
5403   comparisons:
5404     - title: "Diff"
5405       reference: 1
5406       compare: 2
5407   legend:
5408     - "Legend to Table"
5409     - "3n-skx, 2n-skx - topologies tested."
5410     - "Diff - difference between 3n-skx and 2n-skx topologies."
5411
5412 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5413 - type: "table"
5414   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5415   algorithm: "table_comparison"
5416   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5418   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5419   columns:
5420     - title: "3n-skx"
5421       data-set: "vpp-compare-topologies-mrr-ref"
5422     - title: "2n-skx"
5423       data-set: "vpp-compare-topologies-mrr-cmp"
5424   comparisons:
5425     - title: "Diff"
5426       reference: 1
5427       compare: 2
5428   legend:
5429     - "Legend to Table"
5430     - "3n-skx, 2n-skx - topologies tested."
5431     - "Diff - difference between 3n-skx and 2n-skx topologies."
5432
5433 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5434 - type: "table"
5435   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5436   algorithm: "table_comparison"
5437   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5439   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5440   columns:
5441     - title: "3n-hsw xl710"
5442       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5443       tag: "NIC_Intel-XL710"
5444     - title: "2n-clx xxv710"
5445       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5446       tag: "NIC_Intel-XXV710"
5447   comparisons:
5448     - title: "Diff"
5449       reference: 1
5450       compare: 2
5451   legend:
5452     - "Legend to Table"
5453     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5454     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5455
5456 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5457 - type: "table"
5458   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5459   algorithm: "table_comparison"
5460   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5461   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5462   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5463   columns:
5464     - title: "3n-hsw xl710"
5465       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5466       tag: "NIC_Intel-XL710"
5467     - title: "2n-clx xxv710"
5468       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5469       tag: "NIC_Intel-XXV710"
5470   comparisons:
5471     - title: "Diff"
5472       reference: 1
5473       compare: 2
5474   legend:
5475     - "Legend to Table"
5476     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5477     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5478
5479 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5480 - type: "table"
5481   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5482   algorithm: "table_comparison"
5483   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5484   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5485   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5486   columns:
5487     - title: "3n-hsw xl710"
5488       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5489       tag: "NIC_Intel-XL710"
5490     - title: "2n-clx xxv710"
5491       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5492       tag: "NIC_Intel-XXV710"
5493   comparisons:
5494     - title: "Diff"
5495       reference: 1
5496       compare: 2
5497   legend:
5498     - "Legend to Table"
5499     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5500     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5501
5502 # Detailed Test Results - VPP Performance Results 3n-hsw
5503 - type: "table"
5504   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5505   algorithm: "table_merged_details"
5506   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5507   columns:
5508     - title: " |prein| Test Name |preout| "
5509       data: "data name"
5510     - 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| "
5511       data: "data msg"
5512   data: "vpp-perf-results-3n-hsw"
5513   filter: "all"
5514   parameters:
5515   - "name"
5516   - "parent"
5517   - "msg"
5518
5519 # Detailed Test Results - VPP Performance Results 3n-skx
5520 - type: "table"
5521   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5522   algorithm: "table_merged_details"
5523   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5524   columns:
5525     - title: " |prein| Test Name |preout| "
5526       data: "data name"
5527     - 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| "
5528       data: "data msg"
5529   data: "vpp-perf-results-3n-skx"
5530   filter: "all"
5531   remove-ndr: False
5532   parameters:
5533   - "name"
5534   - "parent"
5535   - "msg"
5536
5537 # Detailed Test Results - VPP Performance Results 2n-skx
5538 - type: "table"
5539   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5540   algorithm: "table_merged_details"
5541   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5542   columns:
5543     - title: " |prein| Test Name |preout| "
5544       data: "data name"
5545     - 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| "
5546       data: "data msg"
5547   data: "vpp-perf-results-2n-skx"
5548   filter: "all"
5549   remove-ndr: False
5550   parameters:
5551   - "name"
5552   - "parent"
5553   - "msg"
5554
5555 # Detailed Test Results - VPP Performance Results 2n-clx
5556 - type: "table"
5557   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5558   algorithm: "table_merged_details"
5559   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5560   columns:
5561     - title: " |prein| Test Name |preout| "
5562       data: "data name"
5563     - 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| "
5564       data: "data msg"
5565   data: "vpp-perf-results-2n-clx"
5566   filter: "all"
5567   parameters:
5568   - "name"
5569   - "parent"
5570   - "msg"
5571
5572 # Detailed Test Results - VPP Performance Results 3n-tsh
5573 - type: "table"
5574   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5575   algorithm: "table_merged_details"
5576   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5577   columns:
5578     - title: " |prein| Test Name |preout| "
5579       data: "data name"
5580     - 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| "
5581       data: "data msg"
5582   data: "vpp-perf-results-3n-tsh"
5583   filter: "all"
5584   parameters:
5585   - "name"
5586   - "parent"
5587   - "msg"
5588
5589 # Detailed Test Results - VPP Performance Results 3n-dnv
5590 - type: "table"
5591   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5592   algorithm: "table_merged_details"
5593   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5594   columns:
5595     - title: " |prein| Test Name |preout| "
5596       data: "data name"
5597     - 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| "
5598       data: "data msg"
5599   data: "vpp-perf-results-3n-dnv"
5600   filter: "all"
5601   parameters:
5602   - "name"
5603   - "parent"
5604   - "msg"
5605
5606 # Detailed Test Results - VPP Performance Results 2n-dnv
5607 - type: "table"
5608   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5609   algorithm: "table_merged_details"
5610   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5611   columns:
5612     - title: " |prein| Test Name |preout| "
5613       data: "data name"
5614     - 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| "
5615       data: "data msg"
5616   data: "vpp-perf-results-2n-dnv"
5617   filter: "all"
5618   parameters:
5619   - "name"
5620   - "parent"
5621   - "msg"
5622
5623 # Test configuration - VPP Performance Test Configs 3n-hsw
5624 - type: "table"
5625   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5626   algorithm: "table_merged_details"
5627   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5628   columns:
5629     - title: " |prein| Test Name |preout| "
5630       data: "data name"
5631     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5632       data: "data conf-history"
5633   data: "vpp-perf-results-3n-hsw"
5634   filter: "all"
5635   parameters:
5636   - "parent"
5637   - "name"
5638   - "conf-history"
5639
5640 # Test configuration - VPP Performance Test Configs 3n-skx
5641 - type: "table"
5642   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5643   algorithm: "table_merged_details"
5644   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5645   columns:
5646     - title: " |prein| Test Name |preout| "
5647       data: "data name"
5648     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5649       data: "data conf-history"
5650   data: "vpp-perf-results-3n-skx"
5651   filter: "all"
5652   parameters:
5653   - "parent"
5654   - "name"
5655   - "conf-history"
5656
5657 # Test configuration - VPP Performance Test Configs 2n-skx
5658 - type: "table"
5659   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5660   algorithm: "table_merged_details"
5661   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5662   columns:
5663     - title: " |prein| Test Name |preout| "
5664       data: "data name"
5665     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5666       data: "data conf-history"
5667   data: "vpp-perf-results-2n-skx"
5668   filter: "all"
5669   parameters:
5670   - "parent"
5671   - "name"
5672   - "conf-history"
5673
5674 # Test configuration - VPP Performance Test Configs 2n-clx
5675 - type: "table"
5676   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5677   algorithm: "table_merged_details"
5678   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5679   columns:
5680     - title: " |prein| Test Name |preout| "
5681       data: "data name"
5682     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5683       data: "data conf-history"
5684   data: "vpp-perf-results-2n-clx"
5685   filter: "all"
5686   parameters:
5687   - "parent"
5688   - "name"
5689   - "conf-history"
5690
5691 # Test configuration - VPP Performance Test Configs 3n-tsh
5692 - type: "table"
5693   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5694   algorithm: "table_merged_details"
5695   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5696   columns:
5697     - title: " |prein| Test Name |preout| "
5698       data: "data name"
5699     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5700       data: "data conf-history"
5701   data: "vpp-perf-results-3n-tsh"
5702   filter: "all"
5703   parameters:
5704   - "parent"
5705   - "name"
5706   - "conf-history"
5707
5708 # Test configuration - VPP Performance Test Configs 3n-dnv
5709 - type: "table"
5710   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5711   algorithm: "table_merged_details"
5712   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5713   columns:
5714     - title: " |prein| Test Name |preout| "
5715       data: "data name"
5716     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5717       data: "data conf-history"
5718   data: "vpp-perf-results-3n-dnv"
5719   filter: "all"
5720   parameters:
5721   - "parent"
5722   - "name"
5723   - "conf-history"
5724
5725 # Test configuration - VPP Performance Test Configs 2n-dnv
5726 - type: "table"
5727   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5728   algorithm: "table_merged_details"
5729   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5730   columns:
5731     - title: " |prein| Test Name |preout| "
5732       data: "data name"
5733     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5734       data: "data conf-history"
5735   data: "vpp-perf-results-2n-dnv"
5736   filter: "all"
5737   parameters:
5738   - "parent"
5739   - "name"
5740   - "conf-history"
5741
5742 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5743 - type: "table"
5744   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5745   algorithm: "table_oper_data_html"
5746   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5747   data: "vpp-perf-results-3n-hsw"
5748   filter: "all"
5749
5750 # Test Operational Data - VPP Performance Operational Data 3n-skx
5751 - type: "table"
5752   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5753   algorithm: "table_oper_data_html"
5754   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5755   data: "vpp-perf-results-3n-skx"
5756   filter: "all"
5757
5758 # Test Operational Data - VPP Performance Operational Data 2n-skx
5759 - type: "table"
5760   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5761   algorithm: "table_oper_data_html"
5762   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5763   data: "vpp-perf-results-2n-skx"
5764   filter: "all"
5765
5766 # Test Operational Data - VPP Performance Operational Data 2n-clx
5767 - type: "table"
5768   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5769   algorithm: "table_oper_data_html"
5770   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5771   data: "vpp-perf-results-2n-clx"
5772   filter: "all"
5773
5774 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5775 - type: "table"
5776   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5777   algorithm: "table_oper_data_html"
5778   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5779   data: "vpp-perf-results-3n-tsh"
5780   filter: "all"
5781
5782 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5783 - type: "table"
5784   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5785   algorithm: "table_oper_data_html"
5786   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5787   data: "vpp-perf-results-3n-dnv"
5788   filter: "all"
5789
5790 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5791 - type: "table"
5792   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5793   algorithm: "table_oper_data_html"
5794   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5795   data: "vpp-perf-results-2n-dnv"
5796   filter: "all"
5797
5798 # Detailed Test Results - VPP MRR Results 3n-hsw
5799 - type: "table"
5800   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5801   algorithm: "table_merged_details"
5802   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5803   columns:
5804     - title: " |prein| Test Name |preout| "
5805       data: "data name"
5806     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5807       data: "data msg"
5808   data: "vpp-mrr-results-3n-hsw"
5809   filter: "all"
5810   parameters:
5811   - "name"
5812   - "parent"
5813   - "msg"
5814
5815 # Detailed Test Results - VPP MRR Results 3n-skx
5816 - type: "table"
5817   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5818   algorithm: "table_merged_details"
5819   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5820   columns:
5821     - title: " |prein| Test Name |preout| "
5822       data: "data name"
5823     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5824       data: "data msg"
5825   data: "vpp-mrr-results-3n-skx"
5826   filter: "all"
5827   parameters:
5828   - "name"
5829   - "parent"
5830   - "msg"
5831
5832 # Detailed Test Results - VPP MRR Results 2n-skx
5833 - type: "table"
5834   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5835   algorithm: "table_merged_details"
5836   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5837   columns:
5838     - title: " |prein| Test Name |preout| "
5839       data: "data name"
5840     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5841       data: "data msg"
5842   data: "vpp-mrr-results-2n-skx"
5843   filter: "all"
5844   parameters:
5845   - "name"
5846   - "parent"
5847   - "msg"
5848
5849 # Detailed Test Results - VPP MRR Results 2n-clx
5850 - type: "table"
5851   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5852   algorithm: "table_merged_details"
5853   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5854   columns:
5855     - title: " |prein| Test Name |preout| "
5856       data: "data name"
5857     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5858       data: "data msg"
5859   data: "vpp-mrr-results-2n-clx"
5860   filter: "all"
5861   parameters:
5862   - "name"
5863   - "parent"
5864   - "msg"
5865
5866 # Detailed Test Results - VPP MRR Results 3n-tsh
5867 - type: "table"
5868   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5869   algorithm: "table_merged_details"
5870   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5871   columns:
5872     - title: " |prein| Test Name |preout| "
5873       data: "data name"
5874     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5875       data: "data msg"
5876   data: "vpp-mrr-results-3n-tsh"
5877   filter: "all"
5878   parameters:
5879   - "name"
5880   - "parent"
5881   - "msg"
5882
5883 # Detailed Test Results - VPP MRR Results 3n-dnv
5884 - type: "table"
5885   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5886   algorithm: "table_merged_details"
5887   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5888   columns:
5889     - title: " |prein| Test Name |preout| "
5890       data: "data name"
5891     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5892       data: "data msg"
5893   data: "vpp-mrr-results-3n-dnv"
5894   filter: "all"
5895   parameters:
5896   - "name"
5897   - "parent"
5898   - "msg"
5899
5900 # Detailed Test Results - VPP MRR Results 2n-dnv
5901 - type: "table"
5902   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5903   algorithm: "table_merged_details"
5904   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5905   columns:
5906     - title: " |prein| Test Name |preout| "
5907       data: "data name"
5908     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5909       data: "data msg"
5910   data: "vpp-mrr-results-2n-dnv"
5911   filter: "all"
5912   parameters:
5913   - "name"
5914   - "parent"
5915   - "msg"
5916
5917 # Test configuration - VPP MRR Test Configs 3n-hsw
5918 - type: "table"
5919   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5920   algorithm: "table_merged_details"
5921   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5922   columns:
5923     - title: " |prein| Test Name |preout| "
5924       data: "data name"
5925     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5926       data: "data conf-history"
5927   data: "vpp-mrr-results-3n-hsw"
5928   filter: "all"
5929   parameters:
5930   - "parent"
5931   - "name"
5932   - "conf-history"
5933
5934 # Test configuration - VPP MRR Test Configs 3n-skx
5935 - type: "table"
5936   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5937   algorithm: "table_merged_details"
5938   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5939   columns:
5940     - title: " |prein| Test Name |preout| "
5941       data: "data name"
5942     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5943       data: "data conf-history"
5944   data: "vpp-mrr-results-3n-skx"
5945   filter: "all"
5946   parameters:
5947   - "parent"
5948   - "name"
5949   - "conf-history"
5950
5951 # Test configuration - VPP MRR Test Configs 2n-skx
5952 - type: "table"
5953   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5954   algorithm: "table_merged_details"
5955   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5956   columns:
5957     - title: " |prein| Test Name |preout| "
5958       data: "data name"
5959     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5960       data: "data conf-history"
5961   data: "vpp-mrr-results-2n-skx"
5962   filter: "all"
5963   parameters:
5964   - "parent"
5965   - "name"
5966   - "conf-history"
5967
5968 # Test configuration - VPP MRR Test Configs 2n-clx
5969 - type: "table"
5970   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5971   algorithm: "table_merged_details"
5972   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5973   columns:
5974     - title: " |prein| Test Name |preout| "
5975       data: "data name"
5976     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5977       data: "data conf-history"
5978   data: "vpp-mrr-results-2n-clx"
5979   filter: "all"
5980   parameters:
5981   - "parent"
5982   - "name"
5983   - "conf-history"
5984
5985 # Test configuration - VPP MRR Test Configs 3n-tsh
5986 - type: "table"
5987   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5988   algorithm: "table_merged_details"
5989   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5990   columns:
5991     - title: " |prein| Test Name |preout| "
5992       data: "data name"
5993     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5994       data: "data conf-history"
5995   data: "vpp-mrr-results-3n-tsh"
5996   filter: "all"
5997   parameters:
5998   - "parent"
5999   - "name"
6000   - "conf-history"
6001
6002 # Test configuration - VPP MRR Test Configs 3n-dnv
6003 - type: "table"
6004   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6005   algorithm: "table_merged_details"
6006   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6007   columns:
6008     - title: " |prein| Test Name |preout| "
6009       data: "data name"
6010     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6011       data: "data conf-history"
6012   data: "vpp-mrr-results-3n-dnv"
6013   filter: "all"
6014   parameters:
6015   - "parent"
6016   - "name"
6017   - "conf-history"
6018
6019 # Test configuration - VPP MRR Test Configs 2n-dnv
6020 - type: "table"
6021   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6022   algorithm: "table_merged_details"
6023   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6024   columns:
6025     - title: " |prein| Test Name |preout| "
6026       data: "data name"
6027     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6028       data: "data conf-history"
6029   data: "vpp-mrr-results-2n-dnv"
6030   filter: "all"
6031   parameters:
6032   - "parent"
6033   - "name"
6034   - "conf-history"
6035
6036 # Detailed Test Results - VPP Device Results - Ubuntu
6037 - type: "table"
6038   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6039   algorithm: "table_merged_details"
6040   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6041   columns:
6042     - title: " |prein| Test Name |preout| "
6043       data: "data name"
6044     - title: " |prein| Status |preout| "
6045       data: "data status"
6046   data: "vpp-device-results-ubuntu"
6047   filter: "all"
6048   parameters:
6049   - "name"
6050   - "parent"
6051   - "doc"
6052   - "status"
6053
6054 # Test configuration - VPP Device Test Configs - Ubuntu
6055 - type: "table"
6056   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6057   algorithm: "table_merged_details"
6058   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6059   columns:
6060     - title: " |prein| Test Name |preout| "
6061       data: "data name"
6062     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6063       data: "data conf-history"
6064   data: "vpp-device-results-ubuntu"
6065   filter: "all"
6066   parameters:
6067   - "parent"
6068   - "name"
6069   - "conf-history"
6070
6071 ################################################################################
6072
6073 # DPDK Performance Changes 3n-hsw 1t1c pdr
6074 - type: "table"
6075   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6076   algorithm: "table_comparison"
6077   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6079   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6080   columns:
6081     - title: "1908"
6082       data-set: "dpdk-performance-changes-3n-hsw-h1"
6083     - title: "2001"
6084       data-set: "dpdk-performance-changes-3n-hsw-ref"
6085     - title: "2005"
6086       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6087   comparisons:
6088     - title: "Diff"
6089       reference: 2
6090       compare: 3
6091   legend:
6092     - "Legend to Table"
6093     - "1908, 2001, 2005 - DPDK versions tested."
6094     - "Diff - difference between 2001 and 2005 DPDK version."
6095
6096 # DPDK Performance Changes 3n-hsw 2t2c pdr
6097 - type: "table"
6098   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6102   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6103   columns:
6104     - title: "1908"
6105       data-set: "dpdk-performance-changes-3n-hsw-h1"
6106     - title: "2001"
6107       data-set: "dpdk-performance-changes-3n-hsw-ref"
6108     - title: "2005"
6109       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6110   comparisons:
6111     - title: "Diff"
6112       reference: 2
6113       compare: 3
6114   legend:
6115     - "Legend to Table"
6116     - "1908, 2001, 2005 - DPDK versions tested."
6117     - "Diff - difference between 2001 and 2005 DPDK version."
6118
6119 # DPDK Performance Changes 3n-hsw 1t1c pdr
6120 - type: "table"
6121   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6122   algorithm: "table_comparison"
6123   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6125   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6126   columns:
6127     - title: "1908"
6128       data-set: "dpdk-performance-changes-3n-hsw-h1"
6129     - title: "2001"
6130       data-set: "dpdk-performance-changes-3n-hsw-ref"
6131     - title: "2005"
6132       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6133   comparisons:
6134     - title: "Diff"
6135       reference: 2
6136       compare: 3
6137   legend:
6138     - "Legend to Table"
6139     - "1908, 2001, 2005 - DPDK versions tested."
6140     - "Diff - difference between 2001 and 2005 DPDK version."
6141
6142 # DPDK Performance Changes 3n-hsw 2t2c ndr
6143 - type: "table"
6144   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6145   algorithm: "table_comparison"
6146   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6148   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6149   columns:
6150     - title: "1908"
6151       data-set: "dpdk-performance-changes-3n-hsw-h1"
6152     - title: "2001"
6153       data-set: "dpdk-performance-changes-3n-hsw-ref"
6154     - title: "2005"
6155       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6156   comparisons:
6157     - title: "Diff"
6158       reference: 2
6159       compare: 3
6160   legend:
6161     - "Legend to Table"
6162     - "1908, 2001, 2005 - DPDK versions tested."
6163     - "Diff - difference between 2001 and 2005 DPDK version."
6164
6165 # DPDK Performance Changes 3n-skx 2t1c pdr
6166 - type: "table"
6167   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6168   algorithm: "table_comparison"
6169   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6170   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6171   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6172   columns:
6173     - title: "1908"
6174       data-set: "dpdk-performance-changes-3n-skx-h1"
6175     - title: "2001"
6176       data-set: "dpdk-performance-changes-3n-skx-ref"
6177     - title: "2005"
6178       data-set: "dpdk-performance-changes-3n-skx-cmp"
6179   comparisons:
6180     - title: "Diff"
6181       reference: 2
6182       compare: 3
6183   legend:
6184     - "Legend to Table"
6185     - "1908, 2001, 2005 - DPDK versions tested."
6186     - "Diff - difference between 2001 and 2005 DPDK version."
6187
6188 # DPDK Performance Changes 3n-skx 4t2c pdr
6189 - type: "table"
6190   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6191   algorithm: "table_comparison"
6192   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6194   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6195   columns:
6196     - title: "1908"
6197       data-set: "dpdk-performance-changes-3n-skx-h1"
6198     - title: "2001"
6199       data-set: "dpdk-performance-changes-3n-skx-ref"
6200     - title: "2005"
6201       data-set: "dpdk-performance-changes-3n-skx-cmp"
6202   comparisons:
6203     - title: "Diff"
6204       reference: 2
6205       compare: 3
6206   legend:
6207     - "Legend to Table"
6208     - "1908, 2001, 2005 - DPDK versions tested."
6209     - "Diff - difference between 2001 and 2005 DPDK version."
6210
6211 # DPDK Performance Changes 3n-skx 2t1c ndr
6212 - type: "table"
6213   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6214   algorithm: "table_comparison"
6215   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6216   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6217   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6218   columns:
6219     - title: "1908"
6220       data-set: "dpdk-performance-changes-3n-skx-h1"
6221     - title: "2001"
6222       data-set: "dpdk-performance-changes-3n-skx-ref"
6223     - title: "2005"
6224       data-set: "dpdk-performance-changes-3n-skx-cmp"
6225   comparisons:
6226     - title: "Diff"
6227       reference: 2
6228       compare: 3
6229   legend:
6230     - "Legend to Table"
6231     - "1908, 2001, 2005 - DPDK versions tested."
6232     - "Diff - difference between 2001 and 2005 DPDK version."
6233
6234 # DPDK Performance Changes 3n-skx 4t2c ndr
6235 - type: "table"
6236   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6237   algorithm: "table_comparison"
6238   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6240   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6241   columns:
6242     - title: "1908"
6243       data-set: "dpdk-performance-changes-3n-skx-h1"
6244     - title: "2001"
6245       data-set: "dpdk-performance-changes-3n-skx-ref"
6246     - title: "2005"
6247       data-set: "dpdk-performance-changes-3n-skx-cmp"
6248   comparisons:
6249     - title: "Diff"
6250       reference: 2
6251       compare: 3
6252   legend:
6253     - "Legend to Table"
6254     - "1908, 2001, 2005 - DPDK versions tested."
6255     - "Diff - difference between 2001 and 2005 DPDK version."
6256
6257 # DPDK Performance Changes 2n-skx 2t1c pdr
6258 - type: "table"
6259   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6260   algorithm: "table_comparison"
6261   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6263   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6264   columns:
6265     - title: "1908"
6266       data-set: "dpdk-performance-changes-2n-skx-h1"
6267     - title: "2001"
6268       data-set: "dpdk-performance-changes-2n-skx-ref"
6269     - title: "2005"
6270       data-set: "dpdk-performance-changes-2n-skx-cmp"
6271   comparisons:
6272     - title: "Diff"
6273       reference: 2
6274       compare: 3
6275   legend:
6276     - "Legend to Table"
6277     - "1908, 2001, 2005 - DPDK versions tested."
6278     - "Diff - difference between 2001 and 2005 DPDK version."
6279
6280 # DPDK Performance Changes 2n-skx 4t2c pdr
6281 - type: "table"
6282   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6283   algorithm: "table_comparison"
6284   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6286   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6287   columns:
6288     - title: "1908"
6289       data-set: "dpdk-performance-changes-2n-skx-h1"
6290     - title: "2001"
6291       data-set: "dpdk-performance-changes-2n-skx-ref"
6292     - title: "2005"
6293       data-set: "dpdk-performance-changes-2n-skx-cmp"
6294   comparisons:
6295     - title: "Diff"
6296       reference: 2
6297       compare: 3
6298   legend:
6299     - "Legend to Table"
6300     - "1908, 2001, 2005 - DPDK versions tested."
6301     - "Diff - difference between 2001 and 2005 DPDK version."
6302
6303 # DPDK Performance Changes 2n-skx 2t1c ndr
6304 - type: "table"
6305   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6306   algorithm: "table_comparison"
6307   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6309   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6310   columns:
6311     - title: "1908"
6312       data-set: "dpdk-performance-changes-2n-skx-h1"
6313     - title: "2001"
6314       data-set: "dpdk-performance-changes-2n-skx-ref"
6315     - title: "2005"
6316       data-set: "dpdk-performance-changes-2n-skx-cmp"
6317   comparisons:
6318     - title: "Diff"
6319       reference: 2
6320       compare: 3
6321   legend:
6322     - "Legend to Table"
6323     - "1908, 2001, 2005 - DPDK versions tested."
6324     - "Diff - difference between 2001 and 2005 DPDK version."
6325
6326 # DPDK Performance Changes 2n-skx 4t2c ndr
6327 - type: "table"
6328   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6329   algorithm: "table_comparison"
6330   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6332   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6333   columns:
6334     - title: "1908"
6335       data-set: "dpdk-performance-changes-2n-skx-h1"
6336     - title: "2001"
6337       data-set: "dpdk-performance-changes-2n-skx-ref"
6338     - title: "2005"
6339       data-set: "dpdk-performance-changes-2n-skx-cmp"
6340   comparisons:
6341     - title: "Diff"
6342       reference: 2
6343       compare: 3
6344   legend:
6345     - "Legend to Table"
6346     - "1908, 2001, 2005 - DPDK versions tested."
6347     - "Diff - difference between 2001 and 2005 DPDK version."
6348
6349 # DPDK Performance Changes 2n-clx 2t1c pdr
6350 - type: "table"
6351   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6352   algorithm: "table_comparison"
6353   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6355   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6356   columns:
6357     - title: "2001"
6358       data-set: "dpdk-performance-changes-2n-clx-ref"
6359     - title: "2005"
6360       data-set: "dpdk-performance-changes-2n-clx-cmp"
6361   comparisons:
6362     - title: "Diff"
6363       reference: 1
6364       compare: 2
6365   legend:
6366     - "Legend to Table"
6367     - "2001, 2005 - DPDK versions tested."
6368     - "Diff - difference between 2001 and 2005 DPDK version."
6369
6370 # DPDK Performance Changes 2n-clx 4t2c pdr
6371 - type: "table"
6372   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6373   algorithm: "table_comparison"
6374   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6376   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6377   columns:
6378     - title: "2001"
6379       data-set: "dpdk-performance-changes-2n-clx-ref"
6380     - title: "2005"
6381       data-set: "dpdk-performance-changes-2n-clx-cmp"
6382   comparisons:
6383     - title: "Diff"
6384       reference: 1
6385       compare: 2
6386   legend:
6387     - "Legend to Table"
6388     - "2001, 2005 - DPDK versions tested."
6389     - "Diff - difference between 2001 and 2005 DPDK version."
6390
6391 # DPDK Performance Changes 2n-clx 2t1c ndr
6392 - type: "table"
6393   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6394   algorithm: "table_comparison"
6395   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6397   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6398   columns:
6399     - title: "2001"
6400       data-set: "dpdk-performance-changes-2n-clx-ref"
6401     - title: "2005"
6402       data-set: "dpdk-performance-changes-2n-clx-cmp"
6403   comparisons:
6404     - title: "Diff"
6405       reference: 1
6406       compare: 2
6407   legend:
6408     - "Legend to Table"
6409     - "2001, 2005 - DPDK versions tested."
6410     - "Diff - difference between 2001 and 2005 DPDK version."
6411
6412 # DPDK Performance Changes 2n-clx 4t2c ndr
6413 - type: "table"
6414   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6415   algorithm: "table_comparison"
6416   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6418   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6419   columns:
6420     - title: "2001"
6421       data-set: "dpdk-performance-changes-2n-clx-ref"
6422     - title: "2005"
6423       data-set: "dpdk-performance-changes-2n-clx-cmp"
6424   comparisons:
6425     - title: "Diff"
6426       reference: 1
6427       compare: 2
6428   legend:
6429     - "Legend to Table"
6430     - "2001, 2005 - DPDK versions tested."
6431     - "Diff - difference between 2001 and 2005 DPDK version."
6432
6433 # DPDK Performance Changes 2n-dnv 1t1c pdr
6434 - type: "table"
6435   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6436   algorithm: "table_comparison"
6437   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6439   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6440   columns:
6441     - title: "2001"
6442       data-set: "dpdk-performance-changes-2n-dnv-ref"
6443     - title: "2005"
6444       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6445   comparisons:
6446     - title: "Diff"
6447       reference: 1
6448       compare: 2
6449   legend:
6450     - "Legend to Table"
6451     - "2001, 2005 - DPDK versions tested."
6452     - "Diff - difference between 2001 and 2005 DPDK version."
6453
6454 # DPDK Performance Changes 2n-dnv 2t2c pdr
6455 - type: "table"
6456   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6457   algorithm: "table_comparison"
6458   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6460   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6461   columns:
6462     - title: "2001"
6463       data-set: "dpdk-performance-changes-2n-dnv-ref"
6464     - title: "2005"
6465       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6466   comparisons:
6467     - title: "Diff"
6468       reference: 1
6469       compare: 2
6470   legend:
6471     - "Legend to Table"
6472     - "2001, 2005 - DPDK versions tested."
6473     - "Diff - difference between 2001 and 2005 DPDK version."
6474
6475 # DPDK Performance Changes 2n-dnv 1t1c ndr
6476 - type: "table"
6477   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6478   algorithm: "table_comparison"
6479   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6481   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6482   columns:
6483     - title: "2001"
6484       data-set: "dpdk-performance-changes-2n-dnv-ref"
6485     - title: "2005"
6486       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6487   comparisons:
6488     - title: "Diff"
6489       reference: 1
6490       compare: 2
6491   legend:
6492     - "Legend to Table"
6493     - "2001, 2005 - DPDK versions tested."
6494     - "Diff - difference between 2001 and 2005 DPDK version."
6495
6496 # DPDK Performance Changes 2n-dnv 2t2c ndr
6497 - type: "table"
6498   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6499   algorithm: "table_comparison"
6500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6502   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6503   columns:
6504     - title: "2001"
6505       data-set: "dpdk-performance-changes-2n-dnv-ref"
6506     - title: "2005"
6507       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6508   comparisons:
6509     - title: "Diff"
6510       reference: 1
6511       compare: 2
6512   legend:
6513     - "Legend to Table"
6514     - "2001, 2005 - DPDK versions tested."
6515     - "Diff - difference between 2001 and 2005 DPDK version."
6516
6517 # DPDK Performance Changes 3n-dnv 1t1c pdr
6518 - type: "table"
6519   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6520   algorithm: "table_comparison"
6521   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6523   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6524   columns:
6525     - title: "2001"
6526       data-set: "dpdk-performance-changes-3n-dnv-ref"
6527     - title: "2005"
6528       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6529   comparisons:
6530     - title: "Diff"
6531       reference: 1
6532       compare: 2
6533   legend:
6534     - "Legend to Table"
6535     - "2001, 2005 - DPDK versions tested."
6536     - "Diff - difference between 2001 and 2005 DPDK version."
6537
6538 # DPDK Performance Changes 3n-dnv 2t2c pdr
6539 - type: "table"
6540   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6541   algorithm: "table_comparison"
6542   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6544   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6545   columns:
6546     - title: "2001"
6547       data-set: "dpdk-performance-changes-3n-dnv-ref"
6548     - title: "2005"
6549       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6550   comparisons:
6551     - title: "Diff"
6552       reference: 1
6553       compare: 2
6554   legend:
6555     - "Legend to Table"
6556     - "2001, 2005 - DPDK versions tested."
6557     - "Diff - difference between 2001 and 2005 DPDK version."
6558
6559 # DPDK Performance Changes 3n-dnv 1t1c ndr
6560 - type: "table"
6561   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6562   algorithm: "table_comparison"
6563   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6565   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6566   columns:
6567     - title: "2001"
6568       data-set: "dpdk-performance-changes-3n-dnv-ref"
6569     - title: "2005"
6570       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6571   comparisons:
6572     - title: "Diff"
6573       reference: 1
6574       compare: 2
6575   legend:
6576     - "Legend to Table"
6577     - "2001, 2005 - DPDK versions tested."
6578     - "Diff - difference between 2001 and 2005 DPDK version."
6579
6580 # DPDK Performance Changes 3n-dnv 2t2c ndr
6581 - type: "table"
6582   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6583   algorithm: "table_comparison"
6584   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6586   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6587   columns:
6588     - title: "2001"
6589       data-set: "dpdk-performance-changes-3n-dnv-ref"
6590     - title: "2005"
6591       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6592   comparisons:
6593     - title: "Diff"
6594       reference: 1
6595       compare: 2
6596   legend:
6597     - "Legend to Table"
6598     - "2001, 2005 - DPDK versions tested."
6599     - "Diff - difference between 2001 and 2005 DPDK version."
6600
6601 # DPDK Performance Changes 3n-tsh 1t1c pdr
6602 - type: "table"
6603   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6604   algorithm: "table_comparison"
6605   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6607   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6608   columns:
6609     - title: "2001"
6610       data-set: "dpdk-performance-changes-3n-tsh-ref"
6611     - title: "2005"
6612       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6613   comparisons:
6614     - title: "Diff"
6615       reference: 1
6616       compare: 2
6617   legend:
6618     - "Legend to Table"
6619     - "2001, 2005 - DPDK versions tested."
6620     - "Diff - difference between 2001 and 2005 DPDK version."
6621
6622 # DPDK Performance Changes 3n-tsh 2t2c pdr
6623 - type: "table"
6624   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6625   algorithm: "table_comparison"
6626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6628   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6629   columns:
6630     - title: "2001"
6631       data-set: "dpdk-performance-changes-3n-tsh-ref"
6632     - title: "2005"
6633       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6634   comparisons:
6635     - title: "Diff"
6636       reference: 1
6637       compare: 2
6638   legend:
6639     - "Legend to Table"
6640     - "2001, 2005 - DPDK versions tested."
6641     - "Diff - difference between 2001 and 2005 DPDK version."
6642
6643 # DPDK Performance Changes 3n-tsh 1t1c ndr
6644 - type: "table"
6645   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6646   algorithm: "table_comparison"
6647   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6649   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6650   columns:
6651     - title: "2001"
6652       data-set: "dpdk-performance-changes-3n-tsh-ref"
6653     - title: "2005"
6654       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6655   comparisons:
6656     - title: "Diff"
6657       reference: 1
6658       compare: 2
6659   legend:
6660     - "Legend to Table"
6661     - "2001, 2005 - DPDK versions tested."
6662     - "Diff - difference between 2001 and 2005 DPDK version."
6663
6664 # DPDK Performance Changes 3n-tsh 2t2c ndr
6665 - type: "table"
6666   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6667   algorithm: "table_comparison"
6668   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6670   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6671   columns:
6672     - title: "2001"
6673       data-set: "dpdk-performance-changes-3n-tsh-ref"
6674     - title: "2005"
6675       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6676   comparisons:
6677     - title: "Diff"
6678       reference: 1
6679       compare: 2
6680   legend:
6681     - "Legend to Table"
6682     - "2001, 2005 - DPDK versions tested."
6683     - "Diff - difference between 2001 and 2005 DPDK version."
6684
6685 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6686 - type: "table"
6687   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6688   algorithm: "table_comparison"
6689   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6691   filter: "'NIC_Intel-X710'"
6692   columns:
6693     - title: "3n-hsw x710"
6694       data-set: "dpdk-compare-testbeds-ref"
6695     - title: "3n-skx x710"
6696       data-set: "dpdk-compare-testbeds-cmp"
6697   comparisons:
6698     - title: "Diff"
6699       reference: 1
6700       compare: 2
6701   legend:
6702     - "Legend to Table"
6703     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6704     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6705
6706 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6707 - type: "table"
6708   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6709   algorithm: "table_comparison"
6710   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6712   filter: "'NIC_Intel-X710'"
6713   columns:
6714     - title: "3n-hsw x710"
6715       data-set: "dpdk-compare-testbeds-ref"
6716     - title: "3n-skx x710"
6717       data-set: "dpdk-compare-testbeds-cmp"
6718   comparisons:
6719     - title: "Diff"
6720       reference: 1
6721       compare: 2
6722   legend:
6723     - "Legend to Table"
6724     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6725     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6726
6727 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6728 - type: "table"
6729   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6730   algorithm: "table_comparison"
6731   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6733   filter: "'NIC_Intel-XXV710'"
6734   columns:
6735     - title: "2n-skx"
6736       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6737     - title: "2n-clx"
6738       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6739   comparisons:
6740     - title: "Diff"
6741       reference: 1
6742       compare: 2
6743   legend:
6744     - "Legend to Table"
6745     - "2n-skx, 2n-clx - testbeds and NICs tested."
6746     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6747
6748 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6749 - type: "table"
6750   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6751   algorithm: "table_comparison"
6752   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6754   filter: "'NIC_Intel-XXV710'"
6755   columns:
6756     - title: "2n-skx"
6757       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6758     - title: "2n-clx"
6759       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6760   comparisons:
6761     - title: "Diff"
6762       reference: 1
6763       compare: 2
6764   legend:
6765     - "Legend to Table"
6766     - "2n-skx, 2n-clx - testbeds and NICs tested."
6767     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6768
6769 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6770 - type: "table"
6771   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6772   algorithm: "table_comparison"
6773   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6775   filter: "'NIC_Intel-XXV710'"
6776   columns:
6777     - title: "3n-skx"
6778       data-set: "dpdk-compare-topologies-ref"
6779     - title: "2n-skx"
6780       data-set: "dpdk-compare-topologies-cmp"
6781   comparisons:
6782     - title: "Diff"
6783       reference: 1
6784       compare: 2
6785   legend:
6786     - "Legend to Table"
6787     - "3n-skx, 2n-skx - topologies tested."
6788     - "Diff - difference between 3n-skx and 2n-skx topologies."
6789
6790 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6791 - type: "table"
6792   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6793   algorithm: "table_comparison"
6794   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6796   filter: "'NIC_Intel-XXV710'"
6797   columns:
6798     - title: "3n-skx"
6799       data-set: "dpdk-compare-topologies-ref"
6800     - title: "2n-skx"
6801       data-set: "dpdk-compare-topologies-cmp"
6802   comparisons:
6803     - title: "Diff"
6804       reference: 1
6805       compare: 2
6806   legend:
6807     - "Legend to Table"
6808     - "3n-skx, 2n-skx - topologies tested."
6809     - "Diff - difference between 3n-skx and 2n-skx topologies."
6810
6811 # Detailed Test Results - DPDK Performance Results 3n-hsw
6812 - type: "table"
6813   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6814   algorithm: "table_merged_details"
6815   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6816   columns:
6817     - title: " |prein| Test Name |preout| "
6818       data: "data name"
6819     - 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| "
6820       data: "data msg"
6821   data: "dpdk-perf-results-3n-hsw"
6822   filter: "all"
6823   parameters:
6824   - "name"
6825   - "parent"
6826   - "msg"
6827
6828 # Detailed Test Results - DPDK Performance Results 3n-skx
6829 - type: "table"
6830   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6831   algorithm: "table_merged_details"
6832   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6833   columns:
6834     - title: " |prein| Test Name |preout| "
6835       data: "data name"
6836     - 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| "
6837       data: "data msg"
6838   data: "dpdk-perf-results-3n-skx"
6839   filter: "all"
6840   remove-ndr: False
6841   parameters:
6842   - "name"
6843   - "parent"
6844   - "msg"
6845
6846 # Detailed Test Results - DPDK Performance Results 2n-skx
6847 - type: "table"
6848   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6849   algorithm: "table_merged_details"
6850   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6851   columns:
6852     - title: " |prein| Test Name |preout| "
6853       data: "data name"
6854     - 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| "
6855       data: "data msg"
6856   data: "dpdk-perf-results-2n-skx"
6857   filter: "all"
6858   remove-ndr: False
6859   parameters:
6860   - "name"
6861   - "parent"
6862   - "msg"
6863
6864 # Detailed Test Results - DPDK Performance Results 2n-clx
6865 - type: "table"
6866   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6867   algorithm: "table_merged_details"
6868   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6869   columns:
6870     - title: " |prein| Test Name |preout| "
6871       data: "data name"
6872     - 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| "
6873       data: "data msg"
6874   data: "dpdk-perf-results-2n-clx"
6875   filter: "all"
6876   parameters:
6877   - "name"
6878   - "parent"
6879   - "msg"
6880
6881 # Detailed Test Results - DPDK Performance Results 2n-dnv
6882 - type: "table"
6883   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6884   algorithm: "table_merged_details"
6885   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6886   columns:
6887     - title: " |prein| Test Name |preout| "
6888       data: "data name"
6889     - 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| "
6890       data: "data msg"
6891   data: "dpdk-perf-results-2n-dnv"
6892   filter: "all"
6893   parameters:
6894   - "name"
6895   - "parent"
6896   - "msg"
6897
6898 # Detailed Test Results - DPDK Performance Results 3n-dnv
6899 - type: "table"
6900   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6901   algorithm: "table_merged_details"
6902   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6903   columns:
6904     - title: " |prein| Test Name |preout| "
6905       data: "data name"
6906     - 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| "
6907       data: "data msg"
6908   data: "dpdk-perf-results-3n-dnv"
6909   filter: "all"
6910   parameters:
6911   - "name"
6912   - "parent"
6913   - "msg"
6914
6915 # Detailed Test Results - DPDK Performance Results 3n-tsh
6916 - type: "table"
6917   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6918   algorithm: "table_merged_details"
6919   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6920   columns:
6921     - title: " |prein| Test Name |preout| "
6922       data: "data name"
6923     - 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| "
6924       data: "data msg"
6925   data: "dpdk-perf-results-3n-tsh"
6926   filter: "all"
6927   parameters:
6928   - "name"
6929   - "parent"
6930   - "msg"
6931
6932 ################################################################################
6933 ###                                F I L E S                                 ###
6934 ################################################################################
6935
6936 # VPP Performance Results
6937 - type: "file"
6938   title: "VPP Performance Results"
6939   algorithm: "file_details_split"
6940   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6941   dir-tables:
6942     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6943     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6944     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6945     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6946     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6947     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6948     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6949   data:
6950     - "vpp-perf-results-2n-skx"
6951     - "vpp-perf-results-3n-skx"
6952     - "vpp-perf-results-2n-clx"
6953     - "vpp-perf-results-3n-hsw"
6954     - "vpp-perf-results-3n-tsh"
6955     - "vpp-perf-results-2n-dnv"
6956     - "vpp-perf-results-3n-dnv"
6957   filter: "all"
6958   data-start-level: 4
6959   order-chapters:
6960     level-1:
6961       - "l2"
6962       - "ip4"
6963       - "ip6"
6964       - "srv6"
6965       - "ip4_tunnels"
6966       - "ip6_tunnels"
6967       - "vm_vhost"
6968       - "container_memif"
6969       - "crypto"
6970       - "vts"
6971       - "lb"
6972       - "nfv_density"
6973       - "hoststack"
6974     level-2:
6975       - "2n-skx"
6976       - "3n-skx"
6977       - "2n-clx"
6978       - "3n-hsw"
6979       - "3n-tsh"
6980       - "2n-dnv"
6981       - "3n-dnv"
6982     level-3:
6983       - "xl710"
6984       - "x520"
6985       - "xxv710"
6986       - "x710"
6987       - "x553"
6988       - "cx556a"
6989       - "vic1227"
6990       - "vic1385"
6991
6992 # VPP Performance Configuration
6993 - type: "file"
6994   title: "VPP Performance Configuration"
6995   algorithm: "file_details_split"
6996   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6997   dir-tables:
6998     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6999     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7000     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7001     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7002     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7003     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7004     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7005   data:
7006     - "vpp-perf-results-2n-skx"
7007     - "vpp-perf-results-3n-skx"
7008     - "vpp-perf-results-2n-clx"
7009     - "vpp-perf-results-3n-hsw"
7010     - "vpp-perf-results-3n-tsh"
7011     - "vpp-perf-results-2n-dnv"
7012     - "vpp-perf-results-3n-dnv"
7013   filter: "all"
7014   data-start-level: 4
7015   order-chapters:
7016     level-1:
7017       - "l2"
7018       - "ip4"
7019       - "ip6"
7020       - "srv6"
7021       - "ip4_tunnels"
7022       - "ip6_tunnels"
7023       - "vm_vhost"
7024       - "container_memif"
7025       - "crypto"
7026       - "vts"
7027       - "lb"
7028       - "nfv_density"
7029       - "hoststack"
7030     level-2:
7031       - "2n-skx"
7032       - "3n-skx"
7033       - "2n-clx"
7034       - "3n-hsw"
7035       - "3n-tsh"
7036       - "2n-dnv"
7037       - "3n-dnv"
7038     level-3:
7039       - "xl710"
7040       - "x520"
7041       - "xxv710"
7042       - "x710"
7043       - "x553"
7044       - "cx556a"
7045       - "vic1227"
7046       - "vic1385"
7047
7048 # VPP Performance Operational
7049 - type: "file"
7050   title: "VPP Performance Operational"
7051   algorithm: "file_details_split_html"
7052   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7053   dir-tables:
7054     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7055     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7056     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7057     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7058     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7059     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7060     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7061   data:
7062     - "vpp-perf-results-2n-skx"
7063     - "vpp-perf-results-3n-skx"
7064     - "vpp-perf-results-2n-clx"
7065     - "vpp-perf-results-3n-hsw"
7066     - "vpp-perf-results-3n-tsh"
7067     - "vpp-perf-results-2n-dnv"
7068     - "vpp-perf-results-3n-dnv"
7069   filter: "all"
7070   data-start-level: 4
7071   order-chapters:
7072     level-1:
7073       - "l2"
7074       - "ip4"
7075       - "ip6"
7076       - "srv6"
7077       - "ip4_tunnels"
7078       - "ip6_tunnels"
7079       - "vm_vhost"
7080       - "container_memif"
7081       - "crypto"
7082       - "vts"
7083       - "lb"
7084       - "nfv_density"
7085       - "hoststack"
7086     level-2:
7087       - "2n-skx"
7088       - "3n-skx"
7089       - "2n-clx"
7090       - "3n-hsw"
7091       - "3n-tsh"
7092       - "2n-dnv"
7093       - "3n-dnv"
7094     level-3:
7095       - "xl710"
7096       - "x520"
7097       - "xxv710"
7098       - "x710"
7099       - "x553"
7100       - "cx556a"
7101       - "vic1227"
7102       - "vic1385"
7103
7104 # VPP MRR Results
7105 - type: "file"
7106   title: "VPP MRR Results"
7107   algorithm: "file_details_split"
7108   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7109   dir-tables:
7110     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7111     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7112     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7113     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7114     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7115     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7116     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7117   data:
7118     - "vpp-mrr-results-2n-skx"
7119     - "vpp-mrr-results-3n-skx"
7120     - "vpp-mrr-results-2n-clx"
7121     - "vpp-mrr-results-3n-hsw"
7122     - "vpp-mrr-results-3n-tsh"
7123     - "vpp-mrr-results-2n-dnv"
7124     - "vpp-mrr-results-3n-dnv"
7125   filter: "all"
7126   data-start-level: 4
7127   order-chapters:
7128     level-1:
7129       - "l2"
7130       - "ip4"
7131       - "ip6"
7132       - "srv6"
7133       - "ip4_tunnels"
7134       - "ip6_tunnels"
7135       - "vm_vhost"
7136       - "container_memif"
7137       - "crypto"
7138       - "vts"
7139       - "lb"
7140       - "nfv_density"
7141       - "hoststack"
7142     level-2:
7143       - "2n-skx"
7144       - "3n-skx"
7145       - "2n-clx"
7146       - "3n-hsw"
7147       - "3n-tsh"
7148       - "2n-dnv"
7149       - "3n-dnv"
7150     level-3:
7151       - "xl710"
7152       - "x520"
7153       - "xxv710"
7154       - "x710"
7155       - "x553"
7156       - "cx556a"
7157       - "vic1227"
7158       - "vic1385"
7159
7160 # VPP MRR Configuration
7161 - type: "file"
7162   title: "VPP MRR Configuration"
7163   algorithm: "file_details_split"
7164   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7165   dir-tables:
7166     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7167     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7168     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7169     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7170     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7171     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7172     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7173   data:
7174     - "vpp-mrr-results-2n-skx"
7175     - "vpp-mrr-results-3n-skx"
7176     - "vpp-mrr-results-2n-clx"
7177     - "vpp-mrr-results-3n-hsw"
7178     - "vpp-mrr-results-3n-tsh"
7179     - "vpp-mrr-results-2n-dnv"
7180     - "vpp-mrr-results-3n-dnv"
7181   filter: "all"
7182   data-start-level: 4
7183   order-chapters:
7184     level-1:
7185       - "l2"
7186       - "ip4"
7187       - "ip6"
7188       - "srv6"
7189       - "ip4_tunnels"
7190       - "ip6_tunnels"
7191       - "vm_vhost"
7192       - "container_memif"
7193       - "crypto"
7194       - "vts"
7195       - "lb"
7196       - "nfv_density"
7197       - "hoststack"
7198     level-2:
7199       - "2n-skx"
7200       - "3n-skx"
7201       - "2n-clx"
7202       - "3n-hsw"
7203       - "3n-tsh"
7204       - "2n-dnv"
7205       - "3n-dnv"
7206     level-3:
7207       - "xl710"
7208       - "x520"
7209       - "xxv710"
7210       - "x710"
7211       - "x553"
7212       - "cx556a"
7213       - "vic1227"
7214       - "vic1385"
7215
7216 # VPP Device Results - Ubuntu
7217 - type: "file"
7218   title: "VPP Device Results - Ubuntu"
7219   algorithm: "file_test_results"
7220   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7221   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7222   data: "vpp-device-results-ubuntu"
7223   filter: "all"
7224   data-start-level: 4
7225
7226 # VPP Device Configuration - Ubuntu
7227 - type: "file"
7228   title: "VPP Device Configuration - Ubuntu"
7229   algorithm: "file_test_results"
7230   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7231   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7232   data: "vpp-device-results-ubuntu"
7233   filter: "all"
7234   data-start-level: 4
7235
7236 # DPDK Performance Results 3n-hsw
7237 - type: "file"
7238   title: "DPDK Performance Results 3n-hsw"
7239   algorithm: "file_test_results"
7240   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7241   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7242   data: "dpdk-perf-results-3n-hsw"
7243   filter: "all"
7244   data-start-level: 4
7245
7246 # DPDK Performance Results 3n-skx
7247 - type: "file"
7248   title: "DPDK Performance Results 3n-skx"
7249   algorithm: "file_test_results"
7250   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7251   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7252   data: "dpdk-perf-results-3n-skx"
7253   filter: "all"
7254   data-start-level: 4
7255
7256 # DPDK Performance Results 2n-skx
7257 - type: "file"
7258   title: "DPDK Performance Results 2n-skx"
7259   algorithm: "file_test_results"
7260   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7261   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7262   data: "dpdk-perf-results-2n-skx"
7263   filter: "all"
7264   data-start-level: 4
7265
7266 # DPDK Performance Results 2n-clx
7267 - type: "file"
7268   title: "DPDK Performance Results 2n-clx"
7269   algorithm: "file_test_results"
7270   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7271   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7272   data: "dpdk-perf-results-2n-clx"
7273   filter: "all"
7274   data-start-level: 4
7275
7276 # DPDK Performance Results 2n-dnv
7277 - type: "file"
7278   title: "DPDK Performance Results 2n-dnv"
7279   algorithm: "file_test_results"
7280   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7281   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7282   data: "dpdk-perf-results-2n-dnv"
7283   filter: "all"
7284   data-start-level: 4
7285
7286 # DPDK Performance Results 3n-dnv
7287 - type: "file"
7288   title: "DPDK Performance Results 3n-dnv"
7289   algorithm: "file_test_results"
7290   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7291   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7292   data: "dpdk-perf-results-3n-dnv"
7293   filter: "all"
7294   data-start-level: 4
7295
7296 # DPDK Performance Results 3n-tsh
7297 - type: "file"
7298   title: "DPDK Performance Results 3n-tsh"
7299   algorithm: "file_test_results"
7300   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7301   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7302   data: "dpdk-perf-results-3n-tsh"
7303   filter: "all"
7304   data-start-level: 4
7305
7306 ################################################################################
7307 ###                                P L O T S                                 ###
7308 ################################################################################
7309
7310 # Hoststack tests 3n-hsw
7311
7312 - type: "plot"
7313   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7314   algorithm: "plot_perf_box_name"
7315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7316   data: "plot-vpp-hoststack-3n-hsw"
7317   include:
7318     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7319     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7320   layout:
7321     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7322     layout: "plot-hoststack"
7323
7324 - type: "plot"
7325   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7326   algorithm: "plot_perf_box_name"
7327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7328   data: "plot-vpp-hoststack-3n-hsw"
7329   include:
7330     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7331     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7332   layout:
7333     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7334     layout: "plot-hoststack"
7335
7336 - type: "plot"
7337   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7338   algorithm: "plot_perf_box_name"
7339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7340   data: "plot-vpp-hoststack-3n-hsw"
7341   include:
7342     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7343     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7344     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7345     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7346   layout:
7347     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7348     layout: "plot-hoststack"
7349
7350 ## Plots VPP HTTP Server Performance
7351 #- type: "plot"
7352 #  title: "VPP HTTP Server Performance"
7353 #  algorithm: "plot_http_server_perf_box"
7354 #  output-file-type: ".html"
7355 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7356 #  data:
7357 #    "plot-vpp-http-server-performance"
7358 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7359 #  parameters:
7360 #  - "result"
7361 #  - "name"
7362 #  traces:
7363 #    hoverinfo: "y+name"
7364 #    boxpoints: "outliers"
7365 #    whiskerwidth: 0
7366 #  layout:
7367 #    title: "VPP HTTP Server Performance"
7368 #    layout:
7369 #      "plot-cps"
7370 #
7371 #- type: "plot"
7372 #  title: "VPP HTTP Server Performance"
7373 #  algorithm: "plot_http_server_perf_box"
7374 #  output-file-type: ".html"
7375 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7376 #  data:
7377 #    "plot-vpp-http-server-performance"
7378 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7379 #  parameters:
7380 #  - "result"
7381 #  - "name"
7382 #  traces:
7383 #    hoverinfo: "y+name"
7384 #    boxpoints: "outliers"
7385 #    whiskerwidth: 0
7386 #  layout:
7387 #    title: "VPP HTTP Server Performance"
7388 #    layout:
7389 #      "plot-rps"
7390
7391 ################################################################################
7392
7393 # Soak Test (PLRsearch), boxes - 2n-clx
7394 - type: "plot"
7395   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7396   algorithm: "plot_perf_box_name"
7397   output-file-type: ".html"
7398   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7399   data: "plot-vpp-soak-2n-clx"
7400   include:
7401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7407   layout:
7408     title: "30 Minutes Soak Test (PLRsearch)"
7409     layout: "plot-soak-throughput"
7410
7411 # Soak Test (PLRsearch), boxes - 2n-clx
7412 - type: "plot"
7413   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7414   algorithm: "plot_perf_box_name"
7415   output-file-type: ".html"
7416   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7417   data: "plot-vpp-soak-2n-clx"
7418   include:
7419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7424     - "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"
7425   layout:
7426     title: "30 Minutes Soak Test (PLRsearch)"
7427     layout: "plot-soak-throughput"
7428
7429 # Soak Test (PLRsearch), boxes - 2n-skx
7430 - type: "plot"
7431   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7432   algorithm: "plot_perf_box_name"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7435   data: "plot-vpp-soak-2n-skx"
7436   include:
7437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7443   layout:
7444     title: "30 Minutes Soak Test (PLRsearch)"
7445     layout: "plot-soak-throughput"
7446
7447 # Soak Test (PLRsearch), boxes - 2n-skx
7448 - type: "plot"
7449   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7450   algorithm: "plot_perf_box_name"
7451   output-file-type: ".html"
7452   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7453   data: "plot-vpp-soak-2n-skx"
7454   include:
7455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7460     - "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"
7461   layout:
7462     title: "30 Minutes Soak Test (PLRsearch)"
7463     layout: "plot-soak-throughput"
7464
7465 ###############################################################################
7466
7467 # Reconf tests 2n-skx
7468
7469 - type: "plot"
7470   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7471   algorithm: "plot_nf_reconf_box_name"
7472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7473   data: "plot-vpp-nfv-reconf-2n-skx"
7474   include:
7475     - "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"
7476     - "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"
7477     - "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"
7478     - "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"
7479     - "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"
7480     - "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"
7481   layout:
7482     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7483     layout: "plot-throughput"
7484
7485 - type: "plot"
7486   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7487   algorithm: "plot_nf_reconf_box_name"
7488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7489   data: "plot-vpp-nfv-reconf-2n-skx"
7490   include:
7491     - "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"
7492     - "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"
7493     - "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"
7494     - "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"
7495     - "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"
7496     - "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"
7497   layout:
7498     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7499     layout: "plot-throughput"
7500
7501 - type: "plot"
7502   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7503   algorithm: "plot_nf_reconf_box_name"
7504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7505   data: "plot-vpp-nfv-reconf-2n-skx"
7506   include:
7507     - "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"
7508     - "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"
7509     - "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"
7510     - "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"
7511     - "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"
7512     - "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"
7513   layout:
7514     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7515     layout: "plot-throughput"
7516
7517 ###############################################################################
7518
7519 # Reconf tests 2n-clx
7520
7521 - type: "plot"
7522   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7523   algorithm: "plot_nf_reconf_box_name"
7524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7525   data: "plot-vpp-nfv-reconf-2n-clx"
7526   include:
7527     - "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"
7528     - "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"
7529     - "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"
7530     - "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"
7531   layout:
7532     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7533     layout: "plot-throughput"
7534
7535 - type: "plot"
7536   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7537   algorithm: "plot_nf_reconf_box_name"
7538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7539   data: "plot-vpp-nfv-reconf-2n-clx"
7540   include:
7541     - "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"
7542     - "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"
7543     - "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"
7544     - "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"
7545   layout:
7546     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7547     layout: "plot-throughput"
7548
7549 - type: "plot"
7550   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7551   algorithm: "plot_nf_reconf_box_name"
7552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7553   data: "plot-vpp-nfv-reconf-2n-clx"
7554   include:
7555     - "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"
7556     - "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"
7557     - "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"
7558     - "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"
7559   layout:
7560     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7561     layout: "plot-throughput"
7562
7563 ###############################################################################
7564
7565 # Plots - NF Density - VSC - MRR IMIX
7566 - type: "plot"
7567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7568   algorithm: "plot_nf_heatmap"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7571   data: "plot-vpp-nfv-2n-skx-mrr"
7572   filter: "'NIC_Intel-XXV710' and
7573            'NF_DENSITY' and
7574            'VHOST' and
7575            not 'VXLAN' and
7576            'CHAIN' and
7577            'NF_VPPIP4' and
7578            'IMIX' and
7579            '2T1C' and
7580            'MRR'"
7581   parameters:
7582   - "result"
7583   - "name"
7584   - "tags"
7585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7586   x-axis: "X = VNFs per Service Chain"
7587   y-axis: "Y = Number of Service Chains"
7588   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7589   layout:
7590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7591     layout: "plot-service-density"
7592
7593 - type: "plot"
7594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7595   algorithm: "plot_nf_heatmap"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7598   data: "plot-vpp-nfv-2n-skx-mrr"
7599   filter: "'NIC_Intel-XXV710' and
7600            'NF_DENSITY' and
7601            'VHOST' and
7602            not 'VXLAN' and
7603            'CHAIN' and
7604            'NF_VPPIP4' and
7605            'IMIX' and
7606            '4T2C' and
7607            'MRR'"
7608   parameters:
7609   - "result"
7610   - "name"
7611   - "tags"
7612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7613   x-axis: "X = VNFs per Service Chain"
7614   y-axis: "Y = Number of Service Chains"
7615   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7616   layout:
7617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7618     layout: "plot-service-density"
7619
7620 - type: "plot"
7621   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7622   algorithm: "plot_nf_heatmap"
7623   output-file-type: ".html"
7624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7625   data: "plot-vpp-nfv-2n-skx-mrr"
7626   filter: "'NIC_Intel-XXV710' and
7627            'NF_DENSITY' and
7628            'VHOST' and
7629            not 'VXLAN' and
7630            'CHAIN' and
7631            'NF_VPPIP4' and
7632            'IMIX' and
7633            '8T4C' and
7634            'MRR'"
7635   parameters:
7636   - "result"
7637   - "name"
7638   - "tags"
7639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7640   x-axis: "X = VNFs per Service Chain"
7641   y-axis: "Y = Number of Service Chains"
7642   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7643   layout:
7644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7645     layout: "plot-service-density"
7646
7647 # Plots - NF Density - VSC - NDR IMIX
7648 - type: "plot"
7649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7650   algorithm: "plot_nf_heatmap"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7653   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654   filter: "'NIC_Intel-XXV710' and
7655            'NF_DENSITY' and
7656            'VHOST' and
7657            not 'VXLAN' and
7658            'CHAIN' and
7659            'NF_VPPIP4' and
7660            'IMIX' and
7661            '2T1C' and
7662            'NDRPDR'"
7663   parameters:
7664   - "throughput"
7665   - "name"
7666   - "tags"
7667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7668   x-axis: "X = VNFs per Service Chain"
7669   y-axis: "Y = Number of Service Chains"
7670   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7671   layout:
7672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7673     layout: "plot-service-density"
7674
7675 - type: "plot"
7676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7677   algorithm: "plot_nf_heatmap"
7678   output-file-type: ".html"
7679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7680   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7681   filter: "'NIC_Intel-XXV710' and
7682            'NF_DENSITY' and
7683            'VHOST' and
7684            not 'VXLAN' and
7685            'CHAIN' and
7686            'NF_VPPIP4' and
7687            'IMIX' and
7688            '4T2C' and
7689            'NDRPDR'"
7690   parameters:
7691   - "throughput"
7692   - "name"
7693   - "tags"
7694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7695   x-axis: "X = VNFs per Service Chain"
7696   y-axis: "Y = Number of Service Chains"
7697   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7698   layout:
7699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7700     layout: "plot-service-density"
7701
7702 - type: "plot"
7703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7704   algorithm: "plot_nf_heatmap"
7705   output-file-type: ".html"
7706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7707   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7708   filter: "'NIC_Intel-XXV710' and
7709            'NF_DENSITY' and
7710            'VHOST' and
7711            not 'VXLAN' and
7712            'CHAIN' and
7713            'NF_VPPIP4' and
7714            'IMIX' and
7715            '8T4C' and
7716            'NDRPDR'"
7717   parameters:
7718   - "throughput"
7719   - "name"
7720   - "tags"
7721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7722   x-axis: "X = VNFs per Service Chain"
7723   y-axis: "Y = Number of Service Chains"
7724   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7725   layout:
7726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7727     layout: "plot-service-density"
7728
7729 # Plots - NF Density - VSC - PDR IMIX
7730 - type: "plot"
7731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7732   algorithm: "plot_nf_heatmap"
7733   output-file-type: ".html"
7734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7735   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7736   filter: "'NIC_Intel-XXV710' and
7737            'NF_DENSITY' and
7738            'VHOST' and
7739            not 'VXLAN' and
7740            'CHAIN' and
7741            'NF_VPPIP4' and
7742            'IMIX' and
7743            '2T1C' and
7744            'NDRPDR'"
7745   parameters:
7746   - "throughput"
7747   - "name"
7748   - "tags"
7749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7750   x-axis: "X = VNFs per Service Chain"
7751   y-axis: "Y = Number of Service Chains"
7752   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7753   layout:
7754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7755     layout: "plot-service-density"
7756
7757 - type: "plot"
7758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7759   algorithm: "plot_nf_heatmap"
7760   output-file-type: ".html"
7761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7762   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7763   filter: "'NIC_Intel-XXV710' and
7764            'NF_DENSITY' and
7765            'VHOST' and
7766            not 'VXLAN' and
7767            'CHAIN' and
7768            'NF_VPPIP4' and
7769            'IMIX' and
7770            '4T2C' and
7771            'NDRPDR'"
7772   parameters:
7773   - "throughput"
7774   - "name"
7775   - "tags"
7776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7777   x-axis: "X = VNFs per Service Chain"
7778   y-axis: "Y = Number of Service Chains"
7779   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7780   layout:
7781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7782     layout: "plot-service-density"
7783
7784 - type: "plot"
7785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7786   algorithm: "plot_nf_heatmap"
7787   output-file-type: ".html"
7788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7789   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7790   filter: "'NIC_Intel-XXV710' and
7791            'NF_DENSITY' and
7792            'VHOST' and
7793            not 'VXLAN' and
7794            'CHAIN' and
7795            'NF_VPPIP4' and
7796            'IMIX' and
7797            '8T4C' and
7798            'NDRPDR'"
7799   parameters:
7800   - "throughput"
7801   - "name"
7802   - "tags"
7803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7804   x-axis: "X = VNFs per Service Chain"
7805   y-axis: "Y = Number of Service Chains"
7806   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7807   layout:
7808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7809     layout: "plot-service-density"
7810
7811 ###############################################################################
7812
7813 # Plots - NF Density - VSC - MRR IMIX
7814 - type: "plot"
7815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7816   algorithm: "plot_nf_heatmap"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7819   data: "plot-vpp-nfv-2n-skx-mrr"
7820   filter: "'NIC_Intel-XXV710' and
7821            'NF_DENSITY' and
7822            'VHOST' and
7823            'VXLAN' and
7824            'CHAIN' and
7825            'IMIX' and
7826            '2T1C' and
7827            'MRR'"
7828   parameters:
7829   - "result"
7830   - "name"
7831   - "tags"
7832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7833   x-axis: "X = VNFs per Service Chain"
7834   y-axis: "Y = Number of Service Chains"
7835   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7836   layout:
7837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7838     layout: "plot-service-density"
7839
7840 - type: "plot"
7841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7842   algorithm: "plot_nf_heatmap"
7843   output-file-type: ".html"
7844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7845   data: "plot-vpp-nfv-2n-skx-mrr"
7846   filter: "'NIC_Intel-XXV710' and
7847            'NF_DENSITY' and
7848            'VHOST' and
7849            'VXLAN' and
7850            'CHAIN' and
7851            'IMIX' and
7852            '4T2C' and
7853            'MRR'"
7854   parameters:
7855   - "result"
7856   - "name"
7857   - "tags"
7858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7859   x-axis: "X = VNFs per Service Chain"
7860   y-axis: "Y = Number of Service Chains"
7861   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7862   layout:
7863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7864     layout: "plot-service-density"
7865
7866 - type: "plot"
7867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7868   algorithm: "plot_nf_heatmap"
7869   output-file-type: ".html"
7870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7871   data: "plot-vpp-nfv-2n-skx-mrr"
7872   filter: "'NIC_Intel-XXV710' and
7873            'NF_DENSITY' and
7874            'VHOST' and
7875            'VXLAN' and
7876            'CHAIN' and
7877            'IMIX' and
7878            '8T4C' and
7879            'MRR'"
7880   parameters:
7881   - "result"
7882   - "name"
7883   - "tags"
7884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7885   x-axis: "X = VNFs per Service Chain"
7886   y-axis: "Y = Number of Service Chains"
7887   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7888   layout:
7889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7890     layout: "plot-service-density"
7891
7892 # Plots - NF Density - VSC - NDR IMIX
7893 - type: "plot"
7894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7895   algorithm: "plot_nf_heatmap"
7896   output-file-type: ".html"
7897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7898   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7899   filter: "'NIC_Intel-XXV710' and
7900            'NF_DENSITY' and
7901            'VHOST' and
7902            'VXLAN' and
7903            'CHAIN' and
7904            'IMIX' and
7905            '2T1C' and
7906            'NDRPDR'"
7907   parameters:
7908   - "throughput"
7909   - "name"
7910   - "tags"
7911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7912   x-axis: "X = VNFs per Service Chain"
7913   y-axis: "Y = Number of Service Chains"
7914   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7915   layout:
7916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7917     layout: "plot-service-density"
7918
7919 - type: "plot"
7920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7921   algorithm: "plot_nf_heatmap"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7924   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7925   filter: "'NIC_Intel-XXV710' and
7926            'NF_DENSITY' and
7927            'VHOST' and
7928            'VXLAN' and
7929            'CHAIN' and
7930            'IMIX' and
7931            '4T2C' and
7932            'NDRPDR'"
7933   parameters:
7934   - "throughput"
7935   - "name"
7936   - "tags"
7937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7938   x-axis: "X = VNFs per Service Chain"
7939   y-axis: "Y = Number of Service Chains"
7940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7941   layout:
7942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7943     layout: "plot-service-density"
7944
7945 - type: "plot"
7946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7947   algorithm: "plot_nf_heatmap"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7950   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7951   filter: "'NIC_Intel-XXV710' and
7952            'NF_DENSITY' and
7953            'VHOST' and
7954            'VXLAN' and
7955            'CHAIN' and
7956            'IMIX' and
7957            '8T4C' and
7958            'NDRPDR'"
7959   parameters:
7960   - "throughput"
7961   - "name"
7962   - "tags"
7963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7964   x-axis: "X = VNFs per Service Chain"
7965   y-axis: "Y = Number of Service Chains"
7966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7967   layout:
7968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7969     layout: "plot-service-density"
7970
7971 # Plots - NF Density - VSC - PDR IMIX
7972 - type: "plot"
7973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7974   algorithm: "plot_nf_heatmap"
7975   output-file-type: ".html"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7977   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7978   filter: "'NIC_Intel-XXV710' and
7979            'NF_DENSITY' and
7980            'VHOST' and
7981            'VXLAN' and
7982            'CHAIN' and
7983            'IMIX' and
7984            '2T1C' and
7985            'NDRPDR'"
7986   parameters:
7987   - "throughput"
7988   - "name"
7989   - "tags"
7990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7991   x-axis: "X = VNFs per Service Chain"
7992   y-axis: "Y = Number of Service Chains"
7993   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7994   layout:
7995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7996     layout: "plot-service-density"
7997
7998 - type: "plot"
7999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8000   algorithm: "plot_nf_heatmap"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8003   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8004   filter: "'NIC_Intel-XXV710' and
8005            'NF_DENSITY' and
8006            'VHOST' and
8007            'VXLAN' and
8008            'CHAIN' and
8009            'IMIX' and
8010            '4T2C' and
8011            'NDRPDR'"
8012   parameters:
8013   - "throughput"
8014   - "name"
8015   - "tags"
8016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8017   x-axis: "X = VNFs per Service Chain"
8018   y-axis: "Y = Number of Service Chains"
8019   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8020   layout:
8021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8022     layout: "plot-service-density"
8023
8024 - type: "plot"
8025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8026   algorithm: "plot_nf_heatmap"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8029   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8030   filter: "'NIC_Intel-XXV710' and
8031            'NF_DENSITY' and
8032            'VHOST' and
8033            'VXLAN' and
8034            'CHAIN' and
8035            'IMIX' and
8036            '8T4C' and
8037            'NDRPDR'"
8038   parameters:
8039   - "throughput"
8040   - "name"
8041   - "tags"
8042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8043   x-axis: "X = VNFs per Service Chain"
8044   y-axis: "Y = Number of Service Chains"
8045   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8046   layout:
8047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8048     layout: "plot-service-density"
8049
8050 ###############################################################################
8051
8052 # Plots - NF Density - CSC - MRR IMIX
8053 - type: "plot"
8054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8055   algorithm: "plot_nf_heatmap"
8056   output-file-type: ".html"
8057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8058   data: "plot-vpp-nfv-2n-skx-mrr"
8059   filter: "'NIC_Intel-XXV710' and
8060            'NF_DENSITY' and
8061            'DOCKER' and
8062            'CHAIN' and
8063            'NF_VPPIP4' and
8064            'IMIX' and
8065            '2T1C' and
8066            'MRR'"
8067   parameters:
8068   - "result"
8069   - "name"
8070   - "tags"
8071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8072   x-axis: "X = CNFs per Service Chain"
8073   y-axis: "Y = Number of Service Chains"
8074   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8075   layout:
8076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8077     layout: "plot-service-density"
8078
8079 - type: "plot"
8080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8081   algorithm: "plot_nf_heatmap"
8082   output-file-type: ".html"
8083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8084   data: "plot-vpp-nfv-2n-skx-mrr"
8085   filter: "'NIC_Intel-XXV710' and
8086            'NF_DENSITY' and
8087            'DOCKER' and
8088            'CHAIN' and
8089            'NF_VPPIP4' and
8090            'IMIX' and
8091            '4T2C' and
8092            'MRR'"
8093   parameters:
8094   - "result"
8095   - "name"
8096   - "tags"
8097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8098   x-axis: "X = CNFs per Service Chain"
8099   y-axis: "Y = Number of Service Chains"
8100   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8101   layout:
8102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8103     layout: "plot-service-density"
8104
8105 - type: "plot"
8106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8107   algorithm: "plot_nf_heatmap"
8108   output-file-type: ".html"
8109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8110   data: "plot-vpp-nfv-2n-skx-mrr"
8111   filter: "'NIC_Intel-XXV710' and
8112            'NF_DENSITY' and
8113            'DOCKER' and
8114            'CHAIN' and
8115            'NF_VPPIP4' and
8116            'IMIX' and
8117            '8T4C' and
8118            'MRR'"
8119   parameters:
8120   - "result"
8121   - "name"
8122   - "tags"
8123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8124   x-axis: "X = CNFs per Service Chain"
8125   y-axis: "Y = Number of Service Chains"
8126   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8127   layout:
8128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8129     layout: "plot-service-density"
8130
8131 # Plots - NF Density - CSC - NDR IMIX
8132 - type: "plot"
8133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8134   algorithm: "plot_nf_heatmap"
8135   output-file-type: ".html"
8136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8137   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8138   filter: "'NIC_Intel-XXV710' and
8139            'NF_DENSITY' and
8140            'DOCKER' and
8141            'CHAIN' and
8142            'NF_VPPIP4' and
8143            'IMIX' and
8144            '2T1C' and
8145            'NDRPDR'"
8146   parameters:
8147   - "throughput"
8148   - "name"
8149   - "tags"
8150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8151   x-axis: "X = CNFs per Service Chain"
8152   y-axis: "Y = Number of Service Chains"
8153   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8154   layout:
8155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8156     layout: "plot-service-density"
8157
8158 - type: "plot"
8159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8160   algorithm: "plot_nf_heatmap"
8161   output-file-type: ".html"
8162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8163   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8164   filter: "'NIC_Intel-XXV710' and
8165            'NF_DENSITY' and
8166            'DOCKER' and
8167            'CHAIN' and
8168            'NF_VPPIP4' and
8169            'IMIX' and
8170            '4T2C' and
8171            'NDRPDR'"
8172   parameters:
8173   - "throughput"
8174   - "name"
8175   - "tags"
8176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8177   x-axis: "X = CNFs per Service Chain"
8178   y-axis: "Y = Number of Service Chains"
8179   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8180   layout:
8181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8182     layout: "plot-service-density"
8183
8184 - type: "plot"
8185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8186   algorithm: "plot_nf_heatmap"
8187   output-file-type: ".html"
8188   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8189   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8190   filter: "'NIC_Intel-XXV710' and
8191            'NF_DENSITY' and
8192            'DOCKER' and
8193            'CHAIN' and
8194            'NF_VPPIP4' and
8195            'IMIX' and
8196            '8T4C' and
8197            'NDRPDR'"
8198   parameters:
8199   - "throughput"
8200   - "name"
8201   - "tags"
8202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8203   x-axis: "X = CNFs per Service Chain"
8204   y-axis: "Y = Number of Service Chains"
8205   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8206   layout:
8207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8208     layout: "plot-service-density"
8209
8210 # Plots - NF Density - CSC - PDR IMIX
8211 - type: "plot"
8212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8213   algorithm: "plot_nf_heatmap"
8214   output-file-type: ".html"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8216   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8217   filter: "'NIC_Intel-XXV710' and
8218            'NF_DENSITY' and
8219            'DOCKER' and
8220            'CHAIN' and
8221            'NF_VPPIP4' and
8222            'IMIX' and
8223            '2T1C' and
8224            'NDRPDR'"
8225   parameters:
8226   - "throughput"
8227   - "name"
8228   - "tags"
8229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8230   x-axis: "X = CNFs per Service Chain"
8231   y-axis: "Y = Number of Service Chains"
8232   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8233   layout:
8234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8235     layout: "plot-service-density"
8236
8237 - type: "plot"
8238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8239   algorithm: "plot_nf_heatmap"
8240   output-file-type: ".html"
8241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8242   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8243   filter: "'NIC_Intel-XXV710' and
8244            'NF_DENSITY' and
8245            'DOCKER' and
8246            'CHAIN' and
8247            'NF_VPPIP4' and
8248            'IMIX' and
8249            '4T2C' and
8250            'NDRPDR'"
8251   parameters:
8252   - "throughput"
8253   - "name"
8254   - "tags"
8255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8256   x-axis: "X = CNFs per Service Chain"
8257   y-axis: "Y = Number of Service Chains"
8258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8259   layout:
8260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8261     layout: "plot-service-density"
8262
8263 - type: "plot"
8264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8265   algorithm: "plot_nf_heatmap"
8266   output-file-type: ".html"
8267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8268   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8269   filter: "'NIC_Intel-XXV710' and
8270            'NF_DENSITY' and
8271            'DOCKER' and
8272            'CHAIN' and
8273            'NF_VPPIP4' and
8274            'IMIX' and
8275            '8T4C' and
8276            'NDRPDR'"
8277   parameters:
8278   - "throughput"
8279   - "name"
8280   - "tags"
8281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8282   x-axis: "X = CNFs per Service Chain"
8283   y-axis: "Y = Number of Service Chains"
8284   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8285   layout:
8286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8287     layout: "plot-service-density"
8288
8289 ################################################################################
8290 #
8291 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8292 #- type: "plot"
8293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8294 #  algorithm: "plot_nf_heatmap"
8295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8296 #  data: "plot-vpp-nfv-3n-skx-mrr"
8297 #  filter: "'NIC_Intel-XXV710' and
8298 #           'NF_DENSITY' and
8299 #           'DOCKER' and
8300 #           'CHAIN' and
8301 #           'NF_VPPIP4' and
8302 #           'IPSEC' and
8303 #           'TNL_4' and
8304 #           'IMIX' and
8305 #           '2T1C' and
8306 #           'MRR'"
8307 #  parameters:
8308 #  - "result"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8317 #    layout: "plot-service-density"
8318 #
8319 #- type: "plot"
8320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8321 #  algorithm: "plot_nf_heatmap"
8322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8323 #  data: "plot-vpp-nfv-3n-skx-mrr"
8324 #  filter: "'NIC_Intel-XXV710' and
8325 #           'NF_DENSITY' and
8326 #           'DOCKER' and
8327 #           'CHAIN' and
8328 #           'NF_VPPIP4' and
8329 #           'IPSEC' and
8330 #           'TNL_4' and
8331 #           'IMIX' and
8332 #           '4T2C' and
8333 #           'MRR'"
8334 #  parameters:
8335 #  - "result"
8336 #  - "name"
8337 #  - "tags"
8338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8339 #  x-axis: "X = CNFs per Service Chain"
8340 #  y-axis: "Y = Number of Service Chains"
8341 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8342 #  layout:
8343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8344 #    layout: "plot-service-density"
8345 #
8346 #- type: "plot"
8347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8348 #  algorithm: "plot_nf_heatmap"
8349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8350 #  data: "plot-vpp-nfv-3n-skx-mrr"
8351 #  filter: "'NIC_Intel-XXV710' and
8352 #           'NF_DENSITY' and
8353 #           'DOCKER' and
8354 #           'CHAIN' and
8355 #           'NF_VPPIP4' and
8356 #           'IPSEC' and
8357 #           'TNL_4' and
8358 #           'IMIX' and
8359 #           '8T4C' and
8360 #           'MRR'"
8361 #  parameters:
8362 #  - "result"
8363 #  - "name"
8364 #  - "tags"
8365 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8366 #  x-axis: "X = CNFs per Service Chain"
8367 #  y-axis: "Y = Number of Service Chains"
8368 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8369 #  layout:
8370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8371 #    layout: "plot-service-density"
8372
8373 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8374 - type: "plot"
8375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8376   algorithm: "plot_nf_heatmap"
8377   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8378   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8379   filter: "'NIC_Intel-XXV710' and
8380            'NF_DENSITY' and
8381            'DOCKER' and
8382            'CHAIN' and
8383            'NF_VPPIP4' and
8384            'IPSEC' and
8385            'TNL_4' and
8386            'IMIX' and
8387            '2T1C' and
8388            'NDRPDR'"
8389   parameters:
8390   - "throughput"
8391   - "name"
8392   - "tags"
8393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8394   x-axis: "X = CNFs per Service Chain"
8395   y-axis: "Y = Number of Service Chains"
8396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8397   layout:
8398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8399     layout: "plot-service-density"
8400
8401 - type: "plot"
8402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8403   algorithm: "plot_nf_heatmap"
8404   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8405   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8406   filter: "'NIC_Intel-XXV710' and
8407            'NF_DENSITY' and
8408            'DOCKER' and
8409            'CHAIN' and
8410            'NF_VPPIP4' and
8411            'IPSEC' and
8412            'TNL_4' and
8413            'IMIX' and
8414            '4T2C' and
8415            'NDRPDR'"
8416   parameters:
8417   - "throughput"
8418   - "name"
8419   - "tags"
8420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8421   x-axis: "X = CNFs per Service Chain"
8422   y-axis: "Y = Number of Service Chains"
8423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8424   layout:
8425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8426     layout: "plot-service-density"
8427
8428 - type: "plot"
8429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8430   algorithm: "plot_nf_heatmap"
8431   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8432   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8433   filter: "'NIC_Intel-XXV710' and
8434            'NF_DENSITY' and
8435            'DOCKER' and
8436            'CHAIN' and
8437            'NF_VPPIP4' and
8438            'IPSEC' and
8439            'TNL_4' and
8440            'IMIX' and
8441            '8T4C' and
8442            'NDRPDR'"
8443   parameters:
8444   - "throughput"
8445   - "name"
8446   - "tags"
8447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8448   x-axis: "X = CNFs per Service Chain"
8449   y-axis: "Y = Number of Service Chains"
8450   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8451   layout:
8452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8453     layout: "plot-service-density"
8454
8455 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8456 - type: "plot"
8457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8458   algorithm: "plot_nf_heatmap"
8459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8460   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8461   filter: "'NIC_Intel-XXV710' and
8462            'NF_DENSITY' and
8463            'DOCKER' and
8464            'CHAIN' and
8465            'NF_VPPIP4' and
8466            'IPSEC' and
8467            'TNL_4' and
8468            'IMIX' and
8469            '2T1C' and
8470            'NDRPDR'"
8471   parameters:
8472   - "throughput"
8473   - "name"
8474   - "tags"
8475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = CNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8481     layout: "plot-service-density"
8482
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8487   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8488   filter: "'NIC_Intel-XXV710' and
8489            'NF_DENSITY' and
8490            'DOCKER' and
8491            'CHAIN' and
8492            'NF_VPPIP4' and
8493            'IPSEC' and
8494            'TNL_4' and
8495            'IMIX' and
8496            '4T2C' and
8497            'NDRPDR'"
8498   parameters:
8499   - "throughput"
8500   - "name"
8501   - "tags"
8502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8503   x-axis: "X = CNFs per Service Chain"
8504   y-axis: "Y = Number of Service Chains"
8505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8506   layout:
8507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8508     layout: "plot-service-density"
8509
8510 - type: "plot"
8511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8512   algorithm: "plot_nf_heatmap"
8513   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8514   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8515   filter: "'NIC_Intel-XXV710' and
8516            'NF_DENSITY' and
8517            'DOCKER' and
8518            'CHAIN' and
8519            'NF_VPPIP4' and
8520            'IPSEC' and
8521            'TNL_4' and
8522            'IMIX' and
8523            '8T4C' and
8524            'NDRPDR'"
8525   parameters:
8526   - "throughput"
8527   - "name"
8528   - "tags"
8529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8530   x-axis: "X = CNFs per Service Chain"
8531   y-axis: "Y = Number of Service Chains"
8532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8533   layout:
8534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8535     layout: "plot-service-density"
8536
8537 ###############################################################################
8538
8539 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8540 #- type: "plot"
8541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8542 #  algorithm: "plot_nf_heatmap"
8543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8544 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8545 #  filter: "'NIC_Intel-XL710' and
8546 #           'NF_DENSITY' and
8547 #           'DOCKER' and
8548 #           'CHAIN' and
8549 #           'NF_VPPIP4' and
8550 #           'IMIX' and
8551 #           'TNL_4' and
8552 #           '1T1C' and
8553 #           'MRR'"
8554 #  parameters:
8555 #  - "result"
8556 #  - "name"
8557 #  - "tags"
8558 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8559 #  x-axis: "X = CNFs per Service Chain"
8560 #  y-axis: "Y = Number of Service Chains"
8561 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8562 #  layout:
8563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8564 #    layout: "plot-service-density"
8565 #
8566 #- type: "plot"
8567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8568 #  algorithm: "plot_nf_heatmap"
8569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8570 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8571 #  filter: "'NIC_Intel-XL710' and
8572 #           'NF_DENSITY' and
8573 #           'DOCKER' and
8574 #           'CHAIN' and
8575 #           'NF_VPPIP4' and
8576 #           'IPSEC' and
8577 #           'TNL_4' and
8578 #           'IMIX' and
8579 #           '2T2C' and
8580 #           'MRR'"
8581 #  parameters:
8582 #  - "result"
8583 #  - "name"
8584 #  - "tags"
8585 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8586 #  x-axis: "X = CNFs per Service Chain"
8587 #  y-axis: "Y = Number of Service Chains"
8588 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8589 #  layout:
8590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8591 #    layout: "plot-service-density"
8592 #
8593 #- type: "plot"
8594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8595 #  algorithm: "plot_nf_heatmap"
8596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8597 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8598 #  filter: "'NIC_Intel-XL710' and
8599 #           'NF_DENSITY' and
8600 #           'DOCKER' and
8601 #           'CHAIN' and
8602 #           'NF_VPPIP4' and
8603 #           'IPSEC' and
8604 #           'TNL_4' and
8605 #           'IMIX' and
8606 #           '4T4C' and
8607 #           'MRR'"
8608 #  parameters:
8609 #  - "result"
8610 #  - "name"
8611 #  - "tags"
8612 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8613 #  x-axis: "X = CNFs per Service Chain"
8614 #  y-axis: "Y = Number of Service Chains"
8615 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8616 #  layout:
8617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8618 #    layout: "plot-service-density"
8619
8620 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8621 #- type: "plot"
8622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8623 #  algorithm: "plot_nf_heatmap"
8624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8625 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8626 #  filter: "'NIC_Intel-XL710' and
8627 #           'NF_DENSITY' and
8628 #           'DOCKER' and
8629 #           'CHAIN' and
8630 #           'NF_VPPIP4' and
8631 #           'IPSEC' and
8632 #           'TNL_4' and
8633 #           'IMIX' and
8634 #           '1T1C' and
8635 #           'NDRPDR'"
8636 #  parameters:
8637 #  - "throughput"
8638 #  - "name"
8639 #  - "tags"
8640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8641 #  x-axis: "X = CNFs per Service Chain"
8642 #  y-axis: "Y = Number of Service Chains"
8643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8644 #  layout:
8645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8646 #    layout: "plot-service-density"
8647 #
8648 #- type: "plot"
8649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8650 #  algorithm: "plot_nf_heatmap"
8651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8652 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8653 #  filter: "'NIC_Intel-XL710' and
8654 #           'NF_DENSITY' and
8655 #           'DOCKER' and
8656 #           'CHAIN' and
8657 #           'NF_VPPIP4' and
8658 #           'IPSEC' and
8659 #           'TNL_4' and
8660 #           'IMIX' and
8661 #           '2T2C' and
8662 #           'NDRPDR'"
8663 #  parameters:
8664 #  - "throughput"
8665 #  - "name"
8666 #  - "tags"
8667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8668 #  x-axis: "X = CNFs per Service Chain"
8669 #  y-axis: "Y = Number of Service Chains"
8670 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8671 #  layout:
8672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8673 #    layout: "plot-service-density"
8674 #
8675 #- type: "plot"
8676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8677 #  algorithm: "plot_nf_heatmap"
8678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8679 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8680 #  filter: "'NIC_Intel-XL710' and
8681 #           'NF_DENSITY' and
8682 #           'DOCKER' and
8683 #           'CHAIN' and
8684 #           'NF_VPPIP4' and
8685 #           'IPSEC' and
8686 #           'TNL_4' and
8687 #           'IMIX' and
8688 #           '4T4C' and
8689 #           'NDRPDR'"
8690 #  parameters:
8691 #  - "throughput"
8692 #  - "name"
8693 #  - "tags"
8694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8695 #  x-axis: "X = CNFs per Service Chain"
8696 #  y-axis: "Y = Number of Service Chains"
8697 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8698 #  layout:
8699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8700 #    layout: "plot-service-density"
8701 #
8702 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8703 #- type: "plot"
8704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8705 #  algorithm: "plot_nf_heatmap"
8706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8707 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8708 #  filter: "'NIC_Intel-XL710' and
8709 #           'NF_DENSITY' and
8710 #           'DOCKER' and
8711 #           'CHAIN' and
8712 #           'NF_VPPIP4' and
8713 #           'IPSEC' and
8714 #           'TNL_4' and
8715 #           'IMIX' and
8716 #           '1T1C' and
8717 #           'NDRPDR'"
8718 #  parameters:
8719 #  - "throughput"
8720 #  - "name"
8721 #  - "tags"
8722 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8723 #  x-axis: "X = CNFs per Service Chain"
8724 #  y-axis: "Y = Number of Service Chains"
8725 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8726 #  layout:
8727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8728 #    layout: "plot-service-density"
8729 #
8730 #- type: "plot"
8731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8732 #  algorithm: "plot_nf_heatmap"
8733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8734 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8735 #  filter: "'NIC_Intel-XL710' and
8736 #           'NF_DENSITY' and
8737 #           'DOCKER' and
8738 #           'CHAIN' and
8739 #           'NF_VPPIP4' and
8740 #           'IPSEC' and
8741 #           'TNL_4' and
8742 #           'IMIX' and
8743 #           '2T2C' and
8744 #           'NDRPDR'"
8745 #  parameters:
8746 #  - "throughput"
8747 #  - "name"
8748 #  - "tags"
8749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8750 #  x-axis: "X = CNFs per Service Chain"
8751 #  y-axis: "Y = Number of Service Chains"
8752 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8753 #  layout:
8754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8755 #    layout: "plot-service-density"
8756 #
8757 #- type: "plot"
8758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8759 #  algorithm: "plot_nf_heatmap"
8760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8761 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8762 #  filter: "'NIC_Intel-XL710' and
8763 #           'NF_DENSITY' and
8764 #           'DOCKER' and
8765 #           'CHAIN' and
8766 #           'NF_VPPIP4' and
8767 #           'IPSEC' and
8768 #           'TNL_4' and
8769 #           'IMIX' and
8770 #           '4T4C' and
8771 #           'NDRPDR'"
8772 #  parameters:
8773 #  - "throughput"
8774 #  - "name"
8775 #  - "tags"
8776 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8777 #  x-axis: "X = CNFs per Service Chain"
8778 #  y-axis: "Y = Number of Service Chains"
8779 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8780 #  layout:
8781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8782 #    layout: "plot-service-density"
8783
8784 ###############################################################################
8785
8786 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8787 #- type: "plot"
8788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8789 #  algorithm: "plot_nf_heatmap"
8790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8791 #  data: "plot-vpp-nfv-3n-skx-mrr"
8792 #  filter: "'NIC_Intel-XXV710' and
8793 #           'NF_DENSITY' and
8794 #           'DOCKER' and
8795 #           'CHAIN' and
8796 #           'NF_VPPIP4' and
8797 #           'IPSEC' and
8798 #           'TNL_1000' and
8799 #           'IMIX' and
8800 #           '2T1C' and
8801 #           'MRR'"
8802 #  parameters:
8803 #  - "result"
8804 #  - "name"
8805 #  - "tags"
8806 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8807 #  x-axis: "X = CNFs per Service Chain"
8808 #  y-axis: "Y = Number of Service Chains"
8809 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8810 #  layout:
8811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8812 #    layout: "plot-service-density"
8813 #
8814 #- type: "plot"
8815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8816 #  algorithm: "plot_nf_heatmap"
8817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8818 #  data: "plot-vpp-nfv-3n-skx-mrr"
8819 #  filter: "'NIC_Intel-XXV710' and
8820 #           'NF_DENSITY' and
8821 #           'DOCKER' and
8822 #           'CHAIN' and
8823 #           'NF_VPPIP4' and
8824 #           'IPSEC' and
8825 #           'TNL_1000' and
8826 #           'IMIX' and
8827 #           '4T2C' and
8828 #           'MRR'"
8829 #  parameters:
8830 #  - "result"
8831 #  - "name"
8832 #  - "tags"
8833 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8834 #  x-axis: "X = CNFs per Service Chain"
8835 #  y-axis: "Y = Number of Service Chains"
8836 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8837 #  layout:
8838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8839 #    layout: "plot-service-density"
8840 #
8841 #- type: "plot"
8842 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8843 #  algorithm: "plot_nf_heatmap"
8844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8845 #  data: "plot-vpp-nfv-3n-skx-mrr"
8846 #  filter: "'NIC_Intel-XXV710' and
8847 #           'NF_DENSITY' and
8848 #           'DOCKER' and
8849 #           'CHAIN' and
8850 #           'NF_VPPIP4' and
8851 #           'IPSEC' and
8852 #           'TNL_1000' and
8853 #           'IMIX' and
8854 #           '8T4C' and
8855 #           'MRR'"
8856 #  parameters:
8857 #  - "result"
8858 #  - "name"
8859 #  - "tags"
8860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8861 #  x-axis: "X = CNFs per Service Chain"
8862 #  y-axis: "Y = Number of Service Chains"
8863 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8864 #  layout:
8865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8866 #    layout: "plot-service-density"
8867
8868 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8869 - type: "plot"
8870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8871   algorithm: "plot_nf_heatmap"
8872   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8873   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8874   filter: "'NIC_Intel-XXV710' and
8875            'NF_DENSITY' and
8876            'DOCKER' and
8877            'CHAIN' and
8878            'NF_VPPIP4' and
8879            'IPSEC' and
8880            'TNL_1000' and
8881            'IMIX' and
8882            '2T1C' and
8883            'NDRPDR'"
8884   parameters:
8885   - "throughput"
8886   - "name"
8887   - "tags"
8888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8889   x-axis: "X = CNFs per Service Chain"
8890   y-axis: "Y = Number of Service Chains"
8891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8892   layout:
8893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8894     layout: "plot-service-density"
8895
8896 - type: "plot"
8897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8898   algorithm: "plot_nf_heatmap"
8899   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8900   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8901   filter: "'NIC_Intel-XXV710' and
8902            'NF_DENSITY' and
8903            'DOCKER' and
8904            'CHAIN' and
8905            'NF_VPPIP4' and
8906            'IPSEC' and
8907            'TNL_1000' and
8908            'IMIX' and
8909            '4T2C' and
8910            'NDRPDR'"
8911   parameters:
8912   - "throughput"
8913   - "name"
8914   - "tags"
8915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8916   x-axis: "X = CNFs per Service Chain"
8917   y-axis: "Y = Number of Service Chains"
8918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8919   layout:
8920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8921     layout: "plot-service-density"
8922
8923 - type: "plot"
8924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8925   algorithm: "plot_nf_heatmap"
8926   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8927   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8928   filter: "'NIC_Intel-XXV710' and
8929            'NF_DENSITY' and
8930            'DOCKER' and
8931            'CHAIN' and
8932            'NF_VPPIP4' and
8933            'IPSEC' and
8934            'TNL_1000' and
8935            'IMIX' and
8936            '8T4C' and
8937            'NDRPDR'"
8938   parameters:
8939   - "throughput"
8940   - "name"
8941   - "tags"
8942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8943   x-axis: "X = CNFs per Service Chain"
8944   y-axis: "Y = Number of Service Chains"
8945   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8946   layout:
8947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8948     layout: "plot-service-density"
8949
8950 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8951 - type: "plot"
8952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8953   algorithm: "plot_nf_heatmap"
8954   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8955   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8956   filter: "'NIC_Intel-XXV710' and
8957            'NF_DENSITY' and
8958            'DOCKER' and
8959            'CHAIN' and
8960            'NF_VPPIP4' and
8961            'IPSEC' and
8962            'TNL_1000' and
8963            'IMIX' and
8964            '2T1C' and
8965            'NDRPDR'"
8966   parameters:
8967   - "throughput"
8968   - "name"
8969   - "tags"
8970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8971   x-axis: "X = CNFs per Service Chain"
8972   y-axis: "Y = Number of Service Chains"
8973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8974   layout:
8975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8976     layout: "plot-service-density"
8977
8978 - type: "plot"
8979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8980   algorithm: "plot_nf_heatmap"
8981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8982   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8983   filter: "'NIC_Intel-XXV710' and
8984            'NF_DENSITY' and
8985            'DOCKER' and
8986            'CHAIN' and
8987            'NF_VPPIP4' and
8988            'IPSEC' and
8989            'TNL_1000' and
8990            'IMIX' and
8991            '4T2C' and
8992            'NDRPDR'"
8993   parameters:
8994   - "throughput"
8995   - "name"
8996   - "tags"
8997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = CNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9003     layout: "plot-service-density"
9004
9005 - type: "plot"
9006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9007   algorithm: "plot_nf_heatmap"
9008   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9009   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9010   filter: "'NIC_Intel-XXV710' and
9011            'NF_DENSITY' and
9012            'DOCKER' and
9013            'CHAIN' and
9014            'NF_VPPIP4' and
9015            'IPSEC' and
9016            'TNL_1000' and
9017            'IMIX' and
9018            '8T4C' and
9019            'NDRPDR'"
9020   parameters:
9021   - "throughput"
9022   - "name"
9023   - "tags"
9024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9025   x-axis: "X = CNFs per Service Chain"
9026   y-axis: "Y = Number of Service Chains"
9027   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9028   layout:
9029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9030     layout: "plot-service-density"
9031
9032 ###############################################################################
9033
9034 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9039 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9040 #  filter: "'NIC_Intel-XL710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'CHAIN' and
9044 #           'NF_VPPIP4' and
9045 #           'IMIX' and
9046 #           'TNL_1000' and
9047 #           '1T1C' and
9048 #           'MRR'"
9049 #  parameters:
9050 #  - "result"
9051 #  - "name"
9052 #  - "tags"
9053 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9054 #  x-axis: "X = CNFs per Service Chain"
9055 #  y-axis: "Y = Number of Service Chains"
9056 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9057 #  layout:
9058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9059 #    layout: "plot-service-density"
9060 #
9061 #- type: "plot"
9062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9063 #  algorithm: "plot_nf_heatmap"
9064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9065 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9066 #  filter: "'NIC_Intel-XL710' and
9067 #           'NF_DENSITY' and
9068 #           'DOCKER' and
9069 #           'CHAIN' and
9070 #           'NF_VPPIP4' and
9071 #           'IPSEC' and
9072 #           'TNL_1000' and
9073 #           'IMIX' and
9074 #           '2T2C' and
9075 #           'MRR'"
9076 #  parameters:
9077 #  - "result"
9078 #  - "name"
9079 #  - "tags"
9080 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9081 #  x-axis: "X = CNFs per Service Chain"
9082 #  y-axis: "Y = Number of Service Chains"
9083 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9084 #  layout:
9085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9086 #    layout: "plot-service-density"
9087 #
9088 #- type: "plot"
9089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9090 #  algorithm: "plot_nf_heatmap"
9091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9092 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9093 #  filter: "'NIC_Intel-XL710' and
9094 #           'NF_DENSITY' and
9095 #           'DOCKER' and
9096 #           'CHAIN' and
9097 #           'NF_VPPIP4' and
9098 #           'IPSEC' and
9099 #           'TNL_1000' and
9100 #           'IMIX' and
9101 #           '4T4C' and
9102 #           'MRR'"
9103 #  parameters:
9104 #  - "result"
9105 #  - "name"
9106 #  - "tags"
9107 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9108 #  x-axis: "X = CNFs per Service Chain"
9109 #  y-axis: "Y = Number of Service Chains"
9110 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9111 #  layout:
9112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9113 #    layout: "plot-service-density"
9114
9115 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9116 #- type: "plot"
9117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9118 #  algorithm: "plot_nf_heatmap"
9119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9120 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9121 #  filter: "'NIC_Intel-XL710' and
9122 #           'NF_DENSITY' and
9123 #           'DOCKER' and
9124 #           'CHAIN' and
9125 #           'NF_VPPIP4' and
9126 #           'IPSEC' and
9127 #           'TNL_1000' and
9128 #           'IMIX' and
9129 #           '1T1C' and
9130 #           'NDRPDR'"
9131 #  parameters:
9132 #  - "throughput"
9133 #  - "name"
9134 #  - "tags"
9135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9136 #  x-axis: "X = CNFs per Service Chain"
9137 #  y-axis: "Y = Number of Service Chains"
9138 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9139 #  layout:
9140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9141 #    layout: "plot-service-density"
9142 #
9143 #- type: "plot"
9144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9145 #  algorithm: "plot_nf_heatmap"
9146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9147 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9148 #  filter: "'NIC_Intel-XL710' and
9149 #           'NF_DENSITY' and
9150 #           'DOCKER' and
9151 #           'CHAIN' and
9152 #           'NF_VPPIP4' and
9153 #           'IPSEC' and
9154 #           'TNL_1000' and
9155 #           'IMIX' and
9156 #           '2T2C' and
9157 #           'NDRPDR'"
9158 #  parameters:
9159 #  - "throughput"
9160 #  - "name"
9161 #  - "tags"
9162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9163 #  x-axis: "X = CNFs per Service Chain"
9164 #  y-axis: "Y = Number of Service Chains"
9165 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9166 #  layout:
9167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9168 #    layout: "plot-service-density"
9169 #
9170 #- type: "plot"
9171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9172 #  algorithm: "plot_nf_heatmap"
9173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9174 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9175 #  filter: "'NIC_Intel-XL710' and
9176 #           'NF_DENSITY' and
9177 #           'DOCKER' and
9178 #           'CHAIN' and
9179 #           'NF_VPPIP4' and
9180 #           'IPSEC' and
9181 #           'TNL_1000' and
9182 #           'IMIX' and
9183 #           '4T4C' and
9184 #           'NDRPDR'"
9185 #  parameters:
9186 #  - "throughput"
9187 #  - "name"
9188 #  - "tags"
9189 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9190 #  x-axis: "X = CNFs per Service Chain"
9191 #  y-axis: "Y = Number of Service Chains"
9192 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9193 #  layout:
9194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9195 #    layout: "plot-service-density"
9196 #
9197 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9198 #- type: "plot"
9199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9200 #  algorithm: "plot_nf_heatmap"
9201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9202 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9203 #  filter: "'NIC_Intel-XL710' and
9204 #           'NF_DENSITY' and
9205 #           'DOCKER' and
9206 #           'CHAIN' and
9207 #           'NF_VPPIP4' and
9208 #           'IPSEC' and
9209 #           'TNL_1000' and
9210 #           'IMIX' and
9211 #           '1T1C' and
9212 #           'NDRPDR'"
9213 #  parameters:
9214 #  - "throughput"
9215 #  - "name"
9216 #  - "tags"
9217 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9218 #  x-axis: "X = CNFs per Service Chain"
9219 #  y-axis: "Y = Number of Service Chains"
9220 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9221 #  layout:
9222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9223 #    layout: "plot-service-density"
9224 #
9225 #- type: "plot"
9226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9227 #  algorithm: "plot_nf_heatmap"
9228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9229 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9230 #  filter: "'NIC_Intel-XL710' and
9231 #           'NF_DENSITY' and
9232 #           'DOCKER' and
9233 #           'CHAIN' and
9234 #           'NF_VPPIP4' and
9235 #           'IPSEC' and
9236 #           'TNL_1000' and
9237 #           'IMIX' and
9238 #           '2T2C' and
9239 #           'NDRPDR'"
9240 #  parameters:
9241 #  - "throughput"
9242 #  - "name"
9243 #  - "tags"
9244 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9245 #  x-axis: "X = CNFs per Service Chain"
9246 #  y-axis: "Y = Number of Service Chains"
9247 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9248 #  layout:
9249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9250 #    layout: "plot-service-density"
9251 #
9252 #- type: "plot"
9253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9254 #  algorithm: "plot_nf_heatmap"
9255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9256 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9257 #  filter: "'NIC_Intel-XL710' and
9258 #           'NF_DENSITY' and
9259 #           'DOCKER' and
9260 #           'CHAIN' and
9261 #           'NF_VPPIP4' and
9262 #           'IPSEC' and
9263 #           'TNL_1000' and
9264 #           'IMIX' and
9265 #           '4T4C' and
9266 #           'NDRPDR'"
9267 #  parameters:
9268 #  - "throughput"
9269 #  - "name"
9270 #  - "tags"
9271 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9272 #  x-axis: "X = CNFs per Service Chain"
9273 #  y-axis: "Y = Number of Service Chains"
9274 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9275 #  layout:
9276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9277 #    layout: "plot-service-density"
9278
9279 ###############################################################################
9280
9281 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9282 #- type: "plot"
9283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9284 #  algorithm: "plot_nf_heatmap"
9285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9286 #  data: "plot-vpp-nfv-3n-skx-mrr"
9287 #  filter: "'NIC_Intel-XXV710' and
9288 #           'NF_DENSITY' and
9289 #           'DOCKER' and
9290 #           'CHAIN' and
9291 #           'NF_VPPIP4' and
9292 #           'IPSEC' and
9293 #           'TNL_10000' and
9294 #           'IMIX' and
9295 #           '2T1C' and
9296 #           'MRR'"
9297 #  parameters:
9298 #  - "result"
9299 #  - "name"
9300 #  - "tags"
9301 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9302 #  x-axis: "X = CNFs per Service Chain"
9303 #  y-axis: "Y = Number of Service Chains"
9304 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9305 #  layout:
9306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9307 #    layout: "plot-service-density"
9308 #
9309 #- type: "plot"
9310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9311 #  algorithm: "plot_nf_heatmap"
9312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9313 #  data: "plot-vpp-nfv-3n-skx-mrr"
9314 #  filter: "'NIC_Intel-XXV710' and
9315 #           'NF_DENSITY' and
9316 #           'DOCKER' and
9317 #           'CHAIN' and
9318 #           'NF_VPPIP4' and
9319 #           'IPSEC' and
9320 #           'TNL_10000' and
9321 #           'IMIX' and
9322 #           '4T2C' and
9323 #           'MRR'"
9324 #  parameters:
9325 #  - "result"
9326 #  - "name"
9327 #  - "tags"
9328 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9329 #  x-axis: "X = CNFs per Service Chain"
9330 #  y-axis: "Y = Number of Service Chains"
9331 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9332 #  layout:
9333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9334 #    layout: "plot-service-density"
9335 #
9336 #- type: "plot"
9337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9338 #  algorithm: "plot_nf_heatmap"
9339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9340 #  data: "plot-vpp-nfv-3n-skx-mrr"
9341 #  filter: "'NIC_Intel-XXV710' and
9342 #           'NF_DENSITY' and
9343 #           'DOCKER' and
9344 #           'CHAIN' and
9345 #           'NF_VPPIP4' and
9346 #           'IPSEC' and
9347 #           'TNL_10000' and
9348 #           'IMIX' and
9349 #           '8T4C' and
9350 #           'MRR'"
9351 #  parameters:
9352 #  - "result"
9353 #  - "name"
9354 #  - "tags"
9355 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9356 #  x-axis: "X = CNFs per Service Chain"
9357 #  y-axis: "Y = Number of Service Chains"
9358 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9359 #  layout:
9360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9361 #    layout: "plot-service-density"
9362
9363 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9364 - type: "plot"
9365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9366   algorithm: "plot_nf_heatmap"
9367   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9368   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9369   filter: "'NIC_Intel-XXV710' and
9370            'NF_DENSITY' and
9371            'DOCKER' and
9372            'CHAIN' and
9373            'NF_VPPIP4' and
9374            'IPSEC' and
9375            'TNL_10000' and
9376            'IMIX' and
9377            '2T1C' and
9378            'NDRPDR'"
9379   parameters:
9380   - "throughput"
9381   - "name"
9382   - "tags"
9383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9384   x-axis: "X = CNFs per Service Chain"
9385   y-axis: "Y = Number of Service Chains"
9386   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9387   layout:
9388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9389     layout: "plot-service-density"
9390
9391 - type: "plot"
9392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9393   algorithm: "plot_nf_heatmap"
9394   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9395   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9396   filter: "'NIC_Intel-XXV710' and
9397            'NF_DENSITY' and
9398            'DOCKER' and
9399            'CHAIN' and
9400            'NF_VPPIP4' and
9401            'IPSEC' and
9402            'TNL_10000' and
9403            'IMIX' and
9404            '4T2C' and
9405            'NDRPDR'"
9406   parameters:
9407   - "throughput"
9408   - "name"
9409   - "tags"
9410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9411   x-axis: "X = CNFs per Service Chain"
9412   y-axis: "Y = Number of Service Chains"
9413   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9414   layout:
9415     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9416     layout: "plot-service-density"
9417
9418 - type: "plot"
9419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9420   algorithm: "plot_nf_heatmap"
9421   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9422   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9423   filter: "'NIC_Intel-XXV710' and
9424            'NF_DENSITY' and
9425            'DOCKER' and
9426            'CHAIN' and
9427            'NF_VPPIP4' and
9428            'IPSEC' and
9429            'TNL_10000' and
9430            'IMIX' and
9431            '8T4C' and
9432            'NDRPDR'"
9433   parameters:
9434   - "throughput"
9435   - "name"
9436   - "tags"
9437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9438   x-axis: "X = CNFs per Service Chain"
9439   y-axis: "Y = Number of Service Chains"
9440   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9441   layout:
9442     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9443     layout: "plot-service-density"
9444
9445 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9446 - type: "plot"
9447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9448   algorithm: "plot_nf_heatmap"
9449   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9450   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9451   filter: "'NIC_Intel-XXV710' and
9452            'NF_DENSITY' and
9453            'DOCKER' and
9454            'CHAIN' and
9455            'NF_VPPIP4' and
9456            'IPSEC' and
9457            'TNL_10000' and
9458            'IMIX' and
9459            '2T1C' and
9460            'NDRPDR'"
9461   parameters:
9462   - "throughput"
9463   - "name"
9464   - "tags"
9465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9466   x-axis: "X = CNFs per Service Chain"
9467   y-axis: "Y = Number of Service Chains"
9468   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9469   layout:
9470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9471     layout: "plot-service-density"
9472
9473 - type: "plot"
9474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9475   algorithm: "plot_nf_heatmap"
9476   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9477   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9478   filter: "'NIC_Intel-XXV710' and
9479            'NF_DENSITY' and
9480            'DOCKER' and
9481            'CHAIN' and
9482            'NF_VPPIP4' and
9483            'IPSEC' and
9484            'TNL_10000' and
9485            'IMIX' and
9486            '4T2C' and
9487            'NDRPDR'"
9488   parameters:
9489   - "throughput"
9490   - "name"
9491   - "tags"
9492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9493   x-axis: "X = CNFs per Service Chain"
9494   y-axis: "Y = Number of Service Chains"
9495   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9496   layout:
9497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9498     layout: "plot-service-density"
9499
9500 - type: "plot"
9501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9502   algorithm: "plot_nf_heatmap"
9503   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9504   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9505   filter: "'NIC_Intel-XXV710' and
9506            'NF_DENSITY' and
9507            'DOCKER' and
9508            'CHAIN' and
9509            'NF_VPPIP4' and
9510            'IPSEC' and
9511            'TNL_10000' and
9512            'IMIX' and
9513            '8T4C' and
9514            'NDRPDR'"
9515   parameters:
9516   - "throughput"
9517   - "name"
9518   - "tags"
9519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9520   x-axis: "X = CNFs per Service Chain"
9521   y-axis: "Y = Number of Service Chains"
9522   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9523   layout:
9524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9525     layout: "plot-service-density"
9526
9527 ###############################################################################
9528
9529 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9534 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9535 #  filter: "'NIC_Intel-XL710' and
9536 #           'NF_DENSITY' and
9537 #           'DOCKER' and
9538 #           'CHAIN' and
9539 #           'NF_VPPIP4' and
9540 #           'IMIX' and
9541 #           'TNL_10000' and
9542 #           '1T1C' and
9543 #           'MRR'"
9544 #  parameters:
9545 #  - "result"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Chain"
9550 #  y-axis: "Y = Number of Service Chains"
9551 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9554 #    layout: "plot-service-density"
9555 #
9556 #- type: "plot"
9557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9558 #  algorithm: "plot_nf_heatmap"
9559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9560 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9561 #  filter: "'NIC_Intel-XL710' and
9562 #           'NF_DENSITY' and
9563 #           'DOCKER' and
9564 #           'CHAIN' and
9565 #           'NF_VPPIP4' and
9566 #           'IPSEC' and
9567 #           'TNL_10000' and
9568 #           'IMIX' and
9569 #           '2T2C' and
9570 #           'MRR'"
9571 #  parameters:
9572 #  - "result"
9573 #  - "name"
9574 #  - "tags"
9575 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9576 #  x-axis: "X = CNFs per Service Chain"
9577 #  y-axis: "Y = Number of Service Chains"
9578 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9579 #  layout:
9580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9581 #    layout: "plot-service-density"
9582 #
9583 #- type: "plot"
9584 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9585 #  algorithm: "plot_nf_heatmap"
9586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9587 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9588 #  filter: "'NIC_Intel-XL710' and
9589 #           'NF_DENSITY' and
9590 #           'DOCKER' and
9591 #           'CHAIN' and
9592 #           'NF_VPPIP4' and
9593 #           'IPSEC' and
9594 #           'TNL_10000' and
9595 #           'IMIX' and
9596 #           '4T4C' and
9597 #           'MRR'"
9598 #  parameters:
9599 #  - "result"
9600 #  - "name"
9601 #  - "tags"
9602 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9603 #  x-axis: "X = CNFs per Service Chain"
9604 #  y-axis: "Y = Number of Service Chains"
9605 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9606 #  layout:
9607 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9608 #    layout: "plot-service-density"
9609
9610 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9611 #- type: "plot"
9612 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9613 #  algorithm: "plot_nf_heatmap"
9614 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9615 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9616 #  filter: "'NIC_Intel-XL710' and
9617 #           'NF_DENSITY' and
9618 #           'DOCKER' and
9619 #           'CHAIN' and
9620 #           'NF_VPPIP4' and
9621 #           'IPSEC' and
9622 #           'TNL_10000' and
9623 #           'IMIX' and
9624 #           '1T1C' and
9625 #           'NDRPDR'"
9626 #  parameters:
9627 #  - "throughput"
9628 #  - "name"
9629 #  - "tags"
9630 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9631 #  x-axis: "X = CNFs per Service Chain"
9632 #  y-axis: "Y = Number of Service Chains"
9633 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9634 #  layout:
9635 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9636 #    layout: "plot-service-density"
9637 #
9638 #- type: "plot"
9639 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9640 #  algorithm: "plot_nf_heatmap"
9641 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9642 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9643 #  filter: "'NIC_Intel-XL710' and
9644 #           'NF_DENSITY' and
9645 #           'DOCKER' and
9646 #           'CHAIN' and
9647 #           'NF_VPPIP4' and
9648 #           'IPSEC' and
9649 #           'TNL_10000' and
9650 #           'IMIX' and
9651 #           '2T2C' and
9652 #           'NDRPDR'"
9653 #  parameters:
9654 #  - "throughput"
9655 #  - "name"
9656 #  - "tags"
9657 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9658 #  x-axis: "X = CNFs per Service Chain"
9659 #  y-axis: "Y = Number of Service Chains"
9660 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9661 #  layout:
9662 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9663 #    layout: "plot-service-density"
9664 #
9665 #- type: "plot"
9666 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9667 #  algorithm: "plot_nf_heatmap"
9668 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9669 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9670 #  filter: "'NIC_Intel-XL710' and
9671 #           'NF_DENSITY' and
9672 #           'DOCKER' and
9673 #           'CHAIN' and
9674 #           'NF_VPPIP4' and
9675 #           'IPSEC' and
9676 #           'TNL_10000' and
9677 #           'IMIX' and
9678 #           '4T4C' and
9679 #           'NDRPDR'"
9680 #  parameters:
9681 #  - "throughput"
9682 #  - "name"
9683 #  - "tags"
9684 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9685 #  x-axis: "X = CNFs per Service Chain"
9686 #  y-axis: "Y = Number of Service Chains"
9687 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9688 #  layout:
9689 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9690 #    layout: "plot-service-density"
9691 #
9692 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9693 #- type: "plot"
9694 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9695 #  algorithm: "plot_nf_heatmap"
9696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9697 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9698 #  filter: "'NIC_Intel-XL710' and
9699 #           'NF_DENSITY' and
9700 #           'DOCKER' and
9701 #           'CHAIN' and
9702 #           'NF_VPPIP4' and
9703 #           'IPSEC' and
9704 #           'TNL_10000' and
9705 #           'IMIX' and
9706 #           '1T1C' and
9707 #           'NDRPDR'"
9708 #  parameters:
9709 #  - "throughput"
9710 #  - "name"
9711 #  - "tags"
9712 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9713 #  x-axis: "X = CNFs per Service Chain"
9714 #  y-axis: "Y = Number of Service Chains"
9715 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9716 #  layout:
9717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9718 #    layout: "plot-service-density"
9719 #
9720 #- type: "plot"
9721 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9722 #  algorithm: "plot_nf_heatmap"
9723 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9724 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9725 #  filter: "'NIC_Intel-XL710' and
9726 #           'NF_DENSITY' and
9727 #           'DOCKER' and
9728 #           'CHAIN' and
9729 #           'NF_VPPIP4' and
9730 #           'IPSEC' and
9731 #           'TNL_10000' and
9732 #           'IMIX' and
9733 #           '2T2C' and
9734 #           'NDRPDR'"
9735 #  parameters:
9736 #  - "throughput"
9737 #  - "name"
9738 #  - "tags"
9739 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9740 #  x-axis: "X = CNFs per Service Chain"
9741 #  y-axis: "Y = Number of Service Chains"
9742 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9743 #  layout:
9744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9745 #    layout: "plot-service-density"
9746 #
9747 #- type: "plot"
9748 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9749 #  algorithm: "plot_nf_heatmap"
9750 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9751 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9752 #  filter: "'NIC_Intel-XL710' and
9753 #           'NF_DENSITY' and
9754 #           'DOCKER' and
9755 #           'CHAIN' and
9756 #           'NF_VPPIP4' and
9757 #           'IPSEC' and
9758 #           'TNL_10000' and
9759 #           'IMIX' and
9760 #           '4T4C' and
9761 #           'NDRPDR'"
9762 #  parameters:
9763 #  - "throughput"
9764 #  - "name"
9765 #  - "tags"
9766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9767 #  x-axis: "X = CNFs per Service Chain"
9768 #  y-axis: "Y = Number of Service Chains"
9769 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9770 #  layout:
9771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9772 #    layout: "plot-service-density"
9773
9774 ###############################################################################
9775
9776 # Plots - NF Density - CSP - MRR IMIX
9777 - type: "plot"
9778   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9779   algorithm: "plot_nf_heatmap"
9780   output-file-type: ".html"
9781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9782   data: "plot-vpp-nfv-2n-skx-mrr"
9783   filter: "'NIC_Intel-XXV710' and
9784            'NF_DENSITY' and
9785            'DOCKER' and
9786            'PIPELINE' and
9787            'NF_VPPIP4' and
9788            'IMIX' and
9789            '2T1C' and
9790            'MRR'"
9791   parameters:
9792   - "result"
9793   - "name"
9794   - "tags"
9795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9796   x-axis: "X = CNFs per Service Pipeline"
9797   y-axis: "Y = Number of Service Pipelines"
9798   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9799   layout:
9800     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9801     layout: "plot-service-density"
9802
9803 - type: "plot"
9804   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9805   algorithm: "plot_nf_heatmap"
9806   output-file-type: ".html"
9807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9808   data: "plot-vpp-nfv-2n-skx-mrr"
9809   filter: "'NIC_Intel-XXV710' and
9810            'NF_DENSITY' and
9811            'DOCKER' and
9812            'PIPELINE' and
9813            'NF_VPPIP4' and
9814            'IMIX' and
9815            '4T2C' and
9816            'MRR'"
9817   parameters:
9818   - "result"
9819   - "name"
9820   - "tags"
9821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9822   x-axis: "X = CNFs per Service Pipeline"
9823   y-axis: "Y = Number of Service Pipelines"
9824   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9825   layout:
9826     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9827     layout: "plot-service-density"
9828
9829 - type: "plot"
9830   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9831   algorithm: "plot_nf_heatmap"
9832   output-file-type: ".html"
9833   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9834   data: "plot-vpp-nfv-2n-skx-mrr"
9835   filter: "'NIC_Intel-XXV710' and
9836            'NF_DENSITY' and
9837            'DOCKER' and
9838            'PIPELINE' and
9839            'NF_VPPIP4' and
9840            'IMIX' and
9841            '8T4C' and
9842            'MRR'"
9843   parameters:
9844   - "result"
9845   - "name"
9846   - "tags"
9847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9848   x-axis: "X = CNFs per Service Pipeline"
9849   y-axis: "Y = Number of Service Pipelines"
9850   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9851   layout:
9852     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9853     layout: "plot-service-density"
9854
9855 # Plots - NF Density - CSP - NDR IMIX
9856 - type: "plot"
9857   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9858   algorithm: "plot_nf_heatmap"
9859   output-file-type: ".html"
9860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9861   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9862   filter: "'NIC_Intel-XXV710' and
9863            'NF_DENSITY' and
9864            'DOCKER' and
9865            'PIPELINE' and
9866            'NF_VPPIP4' and
9867            'IMIX' and
9868            '2T1C' and
9869            'NDRPDR'"
9870   parameters:
9871   - "throughput"
9872   - "name"
9873   - "tags"
9874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9875   x-axis: "X = CNFs per Service Pipeline"
9876   y-axis: "Y = Number of Service Pipelines"
9877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9878   layout:
9879     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9880     layout: "plot-service-density"
9881
9882 - type: "plot"
9883   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9884   algorithm: "plot_nf_heatmap"
9885   output-file-type: ".html"
9886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9887   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9888   filter: "'NIC_Intel-XXV710' and
9889            'NF_DENSITY' and
9890            'DOCKER' and
9891            'PIPELINE' and
9892            'NF_VPPIP4' and
9893            'IMIX' and
9894            '4T2C' and
9895            'NDRPDR'"
9896   parameters:
9897   - "throughput"
9898   - "name"
9899   - "tags"
9900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9901   x-axis: "X = CNFs per Service Pipeline"
9902   y-axis: "Y = Number of Service Pipelines"
9903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9904   layout:
9905     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9906     layout: "plot-service-density"
9907
9908 - type: "plot"
9909   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9910   algorithm: "plot_nf_heatmap"
9911   output-file-type: ".html"
9912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9913   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9914   filter: "'NIC_Intel-XXV710' and
9915            'NF_DENSITY' and
9916            'DOCKER' and
9917            'PIPELINE' and
9918            'NF_VPPIP4' and
9919            'IMIX' and
9920            '8T4C' and
9921            'NDRPDR'"
9922   parameters:
9923   - "throughput"
9924   - "name"
9925   - "tags"
9926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9927   x-axis: "X = CNFs per Service Pipeline"
9928   y-axis: "Y = Number of Service Pipelines"
9929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9930   layout:
9931     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9932     layout: "plot-service-density"
9933
9934 # Plots - NF Density - CSP - PDR IMIX
9935 - type: "plot"
9936   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9937   algorithm: "plot_nf_heatmap"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9940   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9941   filter: "'NIC_Intel-XXV710' and
9942            'NF_DENSITY' and
9943            'DOCKER' and
9944            'PIPELINE' and
9945            'NF_VPPIP4' and
9946            'IMIX' and
9947            '2T1C' and
9948            'NDRPDR'"
9949   parameters:
9950   - "throughput"
9951   - "name"
9952   - "tags"
9953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9954   x-axis: "X = CNFs per Service Pipeline"
9955   y-axis: "Y = Number of Service Pipelines"
9956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9957   layout:
9958     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9959     layout: "plot-service-density"
9960
9961 - type: "plot"
9962   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9963   algorithm: "plot_nf_heatmap"
9964   output-file-type: ".html"
9965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9966   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9967   filter: "'NIC_Intel-XXV710' and
9968            'NF_DENSITY' and
9969            'DOCKER' and
9970            'PIPELINE' and
9971            'NF_VPPIP4' and
9972            'IMIX' and
9973            '4T2C' and
9974            'NDRPDR'"
9975   parameters:
9976   - "throughput"
9977   - "name"
9978   - "tags"
9979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9980   x-axis: "X = CNFs per Service Pipeline"
9981   y-axis: "Y = Number of Service Pipelines"
9982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9983   layout:
9984     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9985     layout: "plot-service-density"
9986
9987 - type: "plot"
9988   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9989   algorithm: "plot_nf_heatmap"
9990   output-file-type: ".html"
9991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9992   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9993   filter: "'NIC_Intel-XXV710' and
9994            'NF_DENSITY' and
9995            'DOCKER' and
9996            'PIPELINE' and
9997            'NF_VPPIP4' and
9998            'IMIX' and
9999            '8T4C' and
10000            'NDRPDR'"
10001   parameters:
10002   - "throughput"
10003   - "name"
10004   - "tags"
10005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10006   x-axis: "X = CNFs per Service Pipeline"
10007   y-axis: "Y = Number of Service Pipelines"
10008   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10009   layout:
10010     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10011     layout: "plot-service-density"
10012
10013 ###############################################################################
10014 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10015
10016 - type: "plot"
10017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10018   algorithm: "plot_nf_heatmap"
10019   output-file-type: ".html"
10020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10021   data: "plot-vpp-nfv-2n-clx-mrr"
10022   filter: "'NIC_Intel-XXV710' and
10023            'NF_DENSITY' and
10024            'VHOST' and
10025            not 'VXLAN' and
10026            'CHAIN' and
10027            'NF_VPPIP4' and
10028            'IMIX' and
10029            '2T1C' and
10030            'MRR'"
10031   parameters:
10032   - "result"
10033   - "name"
10034   - "tags"
10035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036   x-axis: "X = VNFs per Service Chain"
10037   y-axis: "Y = Number of Service Chains"
10038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039   layout:
10040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10041     layout: "plot-service-density"
10042
10043 - type: "plot"
10044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10045   algorithm: "plot_nf_heatmap"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10048   data: "plot-vpp-nfv-2n-clx-mrr"
10049   filter: "'NIC_Intel-XXV710' and
10050            'NF_DENSITY' and
10051            'VHOST' and
10052            not 'VXLAN' and
10053            'CHAIN' and
10054            'NF_VPPIP4' and
10055            'IMIX' and
10056            '4T2C' and
10057            'MRR'"
10058   parameters:
10059   - "result"
10060   - "name"
10061   - "tags"
10062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10063   x-axis: "X = VNFs per Service Chain"
10064   y-axis: "Y = Number of Service Chains"
10065   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10066   layout:
10067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10068     layout: "plot-service-density"
10069
10070 - type: "plot"
10071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10072   algorithm: "plot_nf_heatmap"
10073   output-file-type: ".html"
10074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10075   data: "plot-vpp-nfv-2n-clx-mrr"
10076   filter: "'NIC_Intel-XXV710' and
10077            'NF_DENSITY' and
10078            'VHOST' and
10079            not 'VXLAN' and
10080            'CHAIN' and
10081            'NF_VPPIP4' and
10082            'IMIX' and
10083            '8T4C' and
10084            'MRR'"
10085   parameters:
10086   - "result"
10087   - "name"
10088   - "tags"
10089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10090   x-axis: "X = VNFs per Service Chain"
10091   y-axis: "Y = Number of Service Chains"
10092   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10093   layout:
10094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10095     layout: "plot-service-density"
10096
10097 # Plots - NF Density - VSC - NDR IMIX
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'VHOST' and
10107            not 'VXLAN' and
10108            'CHAIN' and
10109            'NF_VPPIP4' and
10110            'IMIX' and
10111            '2T1C' and
10112            'NDRPDR'"
10113   parameters:
10114   - "throughput"
10115   - "name"
10116   - "tags"
10117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10118   x-axis: "X = VNFs per Service Chain"
10119   y-axis: "Y = Number of Service Chains"
10120   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10121   layout:
10122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10123     layout: "plot-service-density"
10124
10125 - type: "plot"
10126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10127   algorithm: "plot_nf_heatmap"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10130   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10131   filter: "'NIC_Intel-XXV710' and
10132            'NF_DENSITY' and
10133            'VHOST' and
10134            not 'VXLAN' and
10135            'CHAIN' and
10136            'NF_VPPIP4' and
10137            'IMIX' and
10138            '4T2C' and
10139            'NDRPDR'"
10140   parameters:
10141   - "throughput"
10142   - "name"
10143   - "tags"
10144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10145   x-axis: "X = VNFs per Service Chain"
10146   y-axis: "Y = Number of Service Chains"
10147   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10148   layout:
10149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10150     layout: "plot-service-density"
10151
10152 - type: "plot"
10153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10154   algorithm: "plot_nf_heatmap"
10155   output-file-type: ".html"
10156   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10157   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10158   filter: "'NIC_Intel-XXV710' and
10159            'NF_DENSITY' and
10160            'VHOST' and
10161            not 'VXLAN' and
10162            'CHAIN' and
10163            'NF_VPPIP4' and
10164            'IMIX' and
10165            '8T4C' and
10166            'NDRPDR'"
10167   parameters:
10168   - "throughput"
10169   - "name"
10170   - "tags"
10171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10172   x-axis: "X = VNFs per Service Chain"
10173   y-axis: "Y = Number of Service Chains"
10174   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10175   layout:
10176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10177     layout: "plot-service-density"
10178
10179 # Plots - NF Density - VSC - PDR IMIX
10180 - type: "plot"
10181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10182   algorithm: "plot_nf_heatmap"
10183   output-file-type: ".html"
10184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10185   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10186   filter: "'NIC_Intel-XXV710' and
10187            'NF_DENSITY' and
10188            'VHOST' and
10189            not 'VXLAN' and
10190            'CHAIN' and
10191            'NF_VPPIP4' and
10192            'IMIX' and
10193            '2T1C' and
10194            'NDRPDR'"
10195   parameters:
10196   - "throughput"
10197   - "name"
10198   - "tags"
10199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = VNFs per Service Chain"
10201   y-axis: "Y = Number of Service Chains"
10202   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10205     layout: "plot-service-density"
10206
10207 - type: "plot"
10208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10209   algorithm: "plot_nf_heatmap"
10210   output-file-type: ".html"
10211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10212   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10213   filter: "'NIC_Intel-XXV710' and
10214            'NF_DENSITY' and
10215            'VHOST' and
10216            not 'VXLAN' and
10217            'CHAIN' and
10218            'NF_VPPIP4' and
10219            'IMIX' and
10220            '4T2C' and
10221            'NDRPDR'"
10222   parameters:
10223   - "throughput"
10224   - "name"
10225   - "tags"
10226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10227   x-axis: "X = VNFs per Service Chain"
10228   y-axis: "Y = Number of Service Chains"
10229   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10230   layout:
10231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10232     layout: "plot-service-density"
10233
10234 - type: "plot"
10235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10236   algorithm: "plot_nf_heatmap"
10237   output-file-type: ".html"
10238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10239   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10240   filter: "'NIC_Intel-XXV710' and
10241            'NF_DENSITY' and
10242            'VHOST' and
10243            not 'VXLAN' and
10244            'CHAIN' and
10245            'NF_VPPIP4' and
10246            'IMIX' and
10247            '8T4C' and
10248            'NDRPDR'"
10249   parameters:
10250   - "throughput"
10251   - "name"
10252   - "tags"
10253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10254   x-axis: "X = VNFs per Service Chain"
10255   y-axis: "Y = Number of Service Chains"
10256   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10257   layout:
10258     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10259     layout: "plot-service-density"
10260
10261 # Plots - NF Density - VSC - MRR IMIX
10262 - type: "plot"
10263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10264   algorithm: "plot_nf_heatmap"
10265   output-file-type: ".html"
10266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10267   data: "plot-vpp-nfv-2n-clx-mrr"
10268   filter: "'NIC_Intel-XXV710' and
10269            'NF_DENSITY' and
10270            'VHOST' and
10271            'VXLAN' and
10272            'CHAIN' and
10273            'IMIX' and
10274            '2T1C' and
10275            'MRR'"
10276   parameters:
10277   - "result"
10278   - "name"
10279   - "tags"
10280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10281   x-axis: "X = VNFs per Service Chain"
10282   y-axis: "Y = Number of Service Chains"
10283   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10284   layout:
10285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10286     layout: "plot-service-density"
10287
10288 - type: "plot"
10289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10290   algorithm: "plot_nf_heatmap"
10291   output-file-type: ".html"
10292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10293   data: "plot-vpp-nfv-2n-clx-mrr"
10294   filter: "'NIC_Intel-XXV710' and
10295            'NF_DENSITY' and
10296            'VHOST' and
10297            'VXLAN' and
10298            'CHAIN' and
10299            'IMIX' and
10300            '4T2C' and
10301            'MRR'"
10302   parameters:
10303   - "result"
10304   - "name"
10305   - "tags"
10306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10307   x-axis: "X = VNFs per Service Chain"
10308   y-axis: "Y = Number of Service Chains"
10309   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10310   layout:
10311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10312     layout: "plot-service-density"
10313
10314 - type: "plot"
10315   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10316   algorithm: "plot_nf_heatmap"
10317   output-file-type: ".html"
10318   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10319   data: "plot-vpp-nfv-2n-clx-mrr"
10320   filter: "'NIC_Intel-XXV710' and
10321            'NF_DENSITY' and
10322            'VHOST' and
10323            'VXLAN' and
10324            'CHAIN' and
10325            'IMIX' and
10326            '8T4C' and
10327            'MRR'"
10328   parameters:
10329   - "result"
10330   - "name"
10331   - "tags"
10332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10333   x-axis: "X = VNFs per Service Chain"
10334   y-axis: "Y = Number of Service Chains"
10335   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10336   layout:
10337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10338     layout: "plot-service-density"
10339
10340 # Plots - NF Density - VSC - NDR IMIX
10341 - type: "plot"
10342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10343   algorithm: "plot_nf_heatmap"
10344   output-file-type: ".html"
10345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10346   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10347   filter: "'NIC_Intel-XXV710' and
10348            'NF_DENSITY' and
10349            'VHOST' and
10350            'VXLAN' and
10351            'CHAIN' and
10352            'IMIX' and
10353            '2T1C' and
10354            'NDRPDR'"
10355   parameters:
10356   - "throughput"
10357   - "name"
10358   - "tags"
10359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10360   x-axis: "X = VNFs per Service Chain"
10361   y-axis: "Y = Number of Service Chains"
10362   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10363   layout:
10364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10365     layout: "plot-service-density"
10366
10367 - type: "plot"
10368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10369   algorithm: "plot_nf_heatmap"
10370   output-file-type: ".html"
10371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10372   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10373   filter: "'NIC_Intel-XXV710' and
10374            'NF_DENSITY' and
10375            'VHOST' and
10376            'VXLAN' and
10377            'CHAIN' and
10378            'IMIX' and
10379            '4T2C' and
10380            'NDRPDR'"
10381   parameters:
10382   - "throughput"
10383   - "name"
10384   - "tags"
10385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10386   x-axis: "X = VNFs per Service Chain"
10387   y-axis: "Y = Number of Service Chains"
10388   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10389   layout:
10390     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10391     layout: "plot-service-density"
10392
10393 - type: "plot"
10394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10395   algorithm: "plot_nf_heatmap"
10396   output-file-type: ".html"
10397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10398   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10399   filter: "'NIC_Intel-XXV710' and
10400            'NF_DENSITY' and
10401            'VHOST' and
10402            'VXLAN' and
10403            'CHAIN' and
10404            'IMIX' and
10405            '8T4C' and
10406            'NDRPDR'"
10407   parameters:
10408   - "throughput"
10409   - "name"
10410   - "tags"
10411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10412   x-axis: "X = VNFs per Service Chain"
10413   y-axis: "Y = Number of Service Chains"
10414   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10415   layout:
10416     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10417     layout: "plot-service-density"
10418
10419 # Plots - NF Density - VSC - PDR IMIX
10420 - type: "plot"
10421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10422   algorithm: "plot_nf_heatmap"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10425   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10426   filter: "'NIC_Intel-XXV710' and
10427            'NF_DENSITY' and
10428            'VHOST' and
10429            'VXLAN' and
10430            'CHAIN' and
10431            'IMIX' and
10432            '2T1C' and
10433            'NDRPDR'"
10434   parameters:
10435   - "throughput"
10436   - "name"
10437   - "tags"
10438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10439   x-axis: "X = VNFs per Service Chain"
10440   y-axis: "Y = Number of Service Chains"
10441   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10442   layout:
10443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10444     layout: "plot-service-density"
10445
10446 - type: "plot"
10447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10448   algorithm: "plot_nf_heatmap"
10449   output-file-type: ".html"
10450   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10451   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10452   filter: "'NIC_Intel-XXV710' and
10453            'NF_DENSITY' and
10454            'VHOST' and
10455            'VXLAN' and
10456            'CHAIN' and
10457            'IMIX' and
10458            '4T2C' and
10459            'NDRPDR'"
10460   parameters:
10461   - "throughput"
10462   - "name"
10463   - "tags"
10464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10465   x-axis: "X = VNFs per Service Chain"
10466   y-axis: "Y = Number of Service Chains"
10467   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10468   layout:
10469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10470     layout: "plot-service-density"
10471
10472 - type: "plot"
10473   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10474   algorithm: "plot_nf_heatmap"
10475   output-file-type: ".html"
10476   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10477   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10478   filter: "'NIC_Intel-XXV710' and
10479            'NF_DENSITY' and
10480            'VHOST' and
10481            'VXLAN' and
10482            'CHAIN' and
10483            'IMIX' and
10484            '8T4C' and
10485            'NDRPDR'"
10486   parameters:
10487   - "throughput"
10488   - "name"
10489   - "tags"
10490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10491   x-axis: "X = VNFs per Service Chain"
10492   y-axis: "Y = Number of Service Chains"
10493   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10494   layout:
10495     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10496     layout: "plot-service-density"
10497
10498 # Plots - NF Density - CSC - MRR IMIX
10499 - type: "plot"
10500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10501   algorithm: "plot_nf_heatmap"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10504   data: "plot-vpp-nfv-2n-clx-mrr"
10505   filter: "'NIC_Intel-XXV710' and
10506            'NF_DENSITY' and
10507            'DOCKER' and
10508            'CHAIN' and
10509            'NF_VPPIP4' and
10510            'IMIX' and
10511            '2T1C' and
10512            'MRR'"
10513   parameters:
10514   - "result"
10515   - "name"
10516   - "tags"
10517   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10518   x-axis: "X = CNFs per Service Chain"
10519   y-axis: "Y = Number of Service Chains"
10520   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10521   layout:
10522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10523     layout: "plot-service-density"
10524
10525 - type: "plot"
10526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10527   algorithm: "plot_nf_heatmap"
10528   output-file-type: ".html"
10529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10530   data: "plot-vpp-nfv-2n-clx-mrr"
10531   filter: "'NIC_Intel-XXV710' and
10532            'NF_DENSITY' and
10533            'DOCKER' and
10534            'CHAIN' and
10535            'NF_VPPIP4' and
10536            'IMIX' and
10537            '4T2C' and
10538            'MRR'"
10539   parameters:
10540   - "result"
10541   - "name"
10542   - "tags"
10543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10544   x-axis: "X = CNFs per Service Chain"
10545   y-axis: "Y = Number of Service Chains"
10546   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10547   layout:
10548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10549     layout: "plot-service-density"
10550
10551 - type: "plot"
10552   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10553   algorithm: "plot_nf_heatmap"
10554   output-file-type: ".html"
10555   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10556   data: "plot-vpp-nfv-2n-clx-mrr"
10557   filter: "'NIC_Intel-XXV710' and
10558            'NF_DENSITY' and
10559            'DOCKER' and
10560            'CHAIN' and
10561            'NF_VPPIP4' and
10562            'IMIX' and
10563            '8T4C' and
10564            'MRR'"
10565   parameters:
10566   - "result"
10567   - "name"
10568   - "tags"
10569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10570   x-axis: "X = CNFs per Service Chain"
10571   y-axis: "Y = Number of Service Chains"
10572   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10573   layout:
10574     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10575     layout: "plot-service-density"
10576
10577 # Plots - NF Density - CSC - NDR IMIX
10578 - type: "plot"
10579   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10580   algorithm: "plot_nf_heatmap"
10581   output-file-type: ".html"
10582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10583   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10584   filter: "'NIC_Intel-XXV710' and
10585            'NF_DENSITY' and
10586            'DOCKER' and
10587            'CHAIN' and
10588            'NF_VPPIP4' and
10589            'IMIX' and
10590            '2T1C' and
10591            'NDRPDR'"
10592   parameters:
10593   - "throughput"
10594   - "name"
10595   - "tags"
10596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10597   x-axis: "X = CNFs per Service Chain"
10598   y-axis: "Y = Number of Service Chains"
10599   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10600   layout:
10601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10602     layout: "plot-service-density"
10603
10604 - type: "plot"
10605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10606   algorithm: "plot_nf_heatmap"
10607   output-file-type: ".html"
10608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10609   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10610   filter: "'NIC_Intel-XXV710' and
10611            'NF_DENSITY' and
10612            'DOCKER' and
10613            'CHAIN' and
10614            'NF_VPPIP4' and
10615            'IMIX' and
10616            '4T2C' and
10617            'NDRPDR'"
10618   parameters:
10619   - "throughput"
10620   - "name"
10621   - "tags"
10622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10623   x-axis: "X = CNFs per Service Chain"
10624   y-axis: "Y = Number of Service Chains"
10625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10626   layout:
10627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10628     layout: "plot-service-density"
10629
10630 - type: "plot"
10631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10632   algorithm: "plot_nf_heatmap"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10635   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10636   filter: "'NIC_Intel-XXV710' and
10637            'NF_DENSITY' and
10638            'DOCKER' and
10639            'CHAIN' and
10640            'NF_VPPIP4' and
10641            'IMIX' and
10642            '8T4C' and
10643            'NDRPDR'"
10644   parameters:
10645   - "throughput"
10646   - "name"
10647   - "tags"
10648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10649   x-axis: "X = CNFs per Service Chain"
10650   y-axis: "Y = Number of Service Chains"
10651   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10652   layout:
10653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10654     layout: "plot-service-density"
10655
10656 # Plots - NF Density - CSC - PDR IMIX
10657 - type: "plot"
10658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10659   algorithm: "plot_nf_heatmap"
10660   output-file-type: ".html"
10661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10662   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10663   filter: "'NIC_Intel-XXV710' and
10664            'NF_DENSITY' and
10665            'DOCKER' and
10666            'CHAIN' and
10667            'NF_VPPIP4' and
10668            'IMIX' and
10669            '2T1C' and
10670            'NDRPDR'"
10671   parameters:
10672   - "throughput"
10673   - "name"
10674   - "tags"
10675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10676   x-axis: "X = CNFs per Service Chain"
10677   y-axis: "Y = Number of Service Chains"
10678   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10679   layout:
10680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10681     layout: "plot-service-density"
10682
10683 - type: "plot"
10684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10685   algorithm: "plot_nf_heatmap"
10686   output-file-type: ".html"
10687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10688   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10689   filter: "'NIC_Intel-XXV710' and
10690            'NF_DENSITY' and
10691            'DOCKER' and
10692            'CHAIN' and
10693            'NF_VPPIP4' and
10694            'IMIX' and
10695            '4T2C' and
10696            'NDRPDR'"
10697   parameters:
10698   - "throughput"
10699   - "name"
10700   - "tags"
10701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10702   x-axis: "X = CNFs per Service Chain"
10703   y-axis: "Y = Number of Service Chains"
10704   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10705   layout:
10706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10707     layout: "plot-service-density"
10708
10709 - type: "plot"
10710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10711   algorithm: "plot_nf_heatmap"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10714   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10715   filter: "'NIC_Intel-XXV710' and
10716            'NF_DENSITY' and
10717            'DOCKER' and
10718            'CHAIN' and
10719            'NF_VPPIP4' and
10720            'IMIX' and
10721            '8T4C' and
10722            'NDRPDR'"
10723   parameters:
10724   - "throughput"
10725   - "name"
10726   - "tags"
10727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10728   x-axis: "X = CNFs per Service Chain"
10729   y-axis: "Y = Number of Service Chains"
10730   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10731   layout:
10732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10733     layout: "plot-service-density"
10734
10735 # Plots - NF Density - CSP - MRR IMIX
10736 - type: "plot"
10737   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10738   algorithm: "plot_nf_heatmap"
10739   output-file-type: ".html"
10740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10741   data: "plot-vpp-nfv-2n-clx-mrr"
10742   filter: "'NIC_Intel-XXV710' and
10743            'NF_DENSITY' and
10744            'DOCKER' and
10745            'PIPELINE' and
10746            'NF_VPPIP4' and
10747            'IMIX' and
10748            '2T1C' and
10749            'MRR'"
10750   parameters:
10751   - "result"
10752   - "name"
10753   - "tags"
10754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10755   x-axis: "X = CNFs per Service Pipeline"
10756   y-axis: "Y = Number of Service Pipelines"
10757   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10758   layout:
10759     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10760     layout: "plot-service-density"
10761
10762 - type: "plot"
10763   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10764   algorithm: "plot_nf_heatmap"
10765   output-file-type: ".html"
10766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10767   data: "plot-vpp-nfv-2n-clx-mrr"
10768   filter: "'NIC_Intel-XXV710' and
10769            'NF_DENSITY' and
10770            'DOCKER' and
10771            'PIPELINE' and
10772            'NF_VPPIP4' and
10773            'IMIX' and
10774            '4T2C' and
10775            'MRR'"
10776   parameters:
10777   - "result"
10778   - "name"
10779   - "tags"
10780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10781   x-axis: "X = CNFs per Service Pipeline"
10782   y-axis: "Y = Number of Service Pipelines"
10783   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10784   layout:
10785     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10786     layout: "plot-service-density"
10787
10788 - type: "plot"
10789   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10790   algorithm: "plot_nf_heatmap"
10791   output-file-type: ".html"
10792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10793   data: "plot-vpp-nfv-2n-clx-mrr"
10794   filter: "'NIC_Intel-XXV710' and
10795            'NF_DENSITY' and
10796            'DOCKER' and
10797            'PIPELINE' and
10798            'NF_VPPIP4' and
10799            'IMIX' and
10800            '8T4C' and
10801            'MRR'"
10802   parameters:
10803   - "result"
10804   - "name"
10805   - "tags"
10806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10807   x-axis: "X = CNFs per Service Pipeline"
10808   y-axis: "Y = Number of Service Pipelines"
10809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10810   layout:
10811     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10812     layout: "plot-service-density"
10813
10814 # Plots - NF Density - CSP - NDR IMIX
10815 - type: "plot"
10816   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10817   algorithm: "plot_nf_heatmap"
10818   output-file-type: ".html"
10819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10820   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10821   filter: "'NIC_Intel-XXV710' and
10822            'NF_DENSITY' and
10823            'DOCKER' and
10824            'PIPELINE' and
10825            'NF_VPPIP4' and
10826            'IMIX' and
10827            '2T1C' and
10828            'NDRPDR'"
10829   parameters:
10830   - "throughput"
10831   - "name"
10832   - "tags"
10833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10834   x-axis: "X = CNFs per Service Pipeline"
10835   y-axis: "Y = Number of Service Pipelines"
10836   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10837   layout:
10838     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10839     layout: "plot-service-density"
10840
10841 - type: "plot"
10842   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10843   algorithm: "plot_nf_heatmap"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10846   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10847   filter: "'NIC_Intel-XXV710' and
10848            'NF_DENSITY' and
10849            'DOCKER' and
10850            'PIPELINE' and
10851            'NF_VPPIP4' and
10852            'IMIX' and
10853            '4T2C' and
10854            'NDRPDR'"
10855   parameters:
10856   - "throughput"
10857   - "name"
10858   - "tags"
10859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10860   x-axis: "X = CNFs per Service Pipeline"
10861   y-axis: "Y = Number of Service Pipelines"
10862   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10863   layout:
10864     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10865     layout: "plot-service-density"
10866
10867 - type: "plot"
10868   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10869   algorithm: "plot_nf_heatmap"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10872   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10873   filter: "'NIC_Intel-XXV710' and
10874            'NF_DENSITY' and
10875            'DOCKER' and
10876            'PIPELINE' and
10877            'NF_VPPIP4' and
10878            'IMIX' and
10879            '8T4C' and
10880            'NDRPDR'"
10881   parameters:
10882   - "throughput"
10883   - "name"
10884   - "tags"
10885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10886   x-axis: "X = CNFs per Service Pipeline"
10887   y-axis: "Y = Number of Service Pipelines"
10888   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10889   layout:
10890     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10891     layout: "plot-service-density"
10892
10893 # Plots - NF Density - CSP - PDR IMIX
10894 - type: "plot"
10895   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10896   algorithm: "plot_nf_heatmap"
10897   output-file-type: ".html"
10898   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10899   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10900   filter: "'NIC_Intel-XXV710' and
10901            'NF_DENSITY' and
10902            'DOCKER' and
10903            'PIPELINE' and
10904            'NF_VPPIP4' and
10905            'IMIX' and
10906            '2T1C' and
10907            'NDRPDR'"
10908   parameters:
10909   - "throughput"
10910   - "name"
10911   - "tags"
10912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10913   x-axis: "X = CNFs per Service Pipeline"
10914   y-axis: "Y = Number of Service Pipelines"
10915   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10916   layout:
10917     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10918     layout: "plot-service-density"
10919
10920 - type: "plot"
10921   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10922   algorithm: "plot_nf_heatmap"
10923   output-file-type: ".html"
10924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10925   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10926   filter: "'NIC_Intel-XXV710' and
10927            'NF_DENSITY' and
10928            'DOCKER' and
10929            'PIPELINE' and
10930            'NF_VPPIP4' and
10931            'IMIX' and
10932            '4T2C' and
10933            'NDRPDR'"
10934   parameters:
10935   - "throughput"
10936   - "name"
10937   - "tags"
10938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10939   x-axis: "X = CNFs per Service Pipeline"
10940   y-axis: "Y = Number of Service Pipelines"
10941   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10942   layout:
10943     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10944     layout: "plot-service-density"
10945
10946 - type: "plot"
10947   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10948   algorithm: "plot_nf_heatmap"
10949   output-file-type: ".html"
10950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10951   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10952   filter: "'NIC_Intel-XXV710' and
10953            'NF_DENSITY' and
10954            'DOCKER' and
10955            'PIPELINE' and
10956            'NF_VPPIP4' and
10957            'IMIX' and
10958            '8T4C' and
10959            'NDRPDR'"
10960   parameters:
10961   - "throughput"
10962   - "name"
10963   - "tags"
10964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10965   x-axis: "X = CNFs per Service Pipeline"
10966   y-axis: "Y = Number of Service Pipelines"
10967   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10968   layout:
10969     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10970     layout: "plot-service-density"
10971
10972 ################################################################################
10973
10974 # Packet Throughput
10975
10976 - type: "plot"
10977   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10978   algorithm: "plot_perf_box_name"
10979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10981   include:
10982     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10984     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10985     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10986   layout:
10987     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10988     layout: "plot-throughput"
10989
10990 - type: "plot"
10991   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10992   algorithm: "plot_perf_box_name"
10993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10995   include:
10996     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11000   layout:
11001     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11002     layout: "plot-throughput"
11003
11004 - type: "plot"
11005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11006   algorithm: "plot_perf_box_name"
11007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11009   include:
11010     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11014   layout:
11015     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11023   include:
11024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11028   layout:
11029     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11034   algorithm: "plot_perf_box_name"
11035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11037   include:
11038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11043   layout:
11044     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11052   include:
11053     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11056     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11057     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11058   layout:
11059     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11067   include:
11068     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11071     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11072     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11073   layout:
11074     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11082   include:
11083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11084     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11085     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11086     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11087     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11088   layout:
11089     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11090     layout: "plot-throughput"
11091
11092 - type: "plot"
11093   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11094   algorithm: "plot_perf_box_name"
11095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11097   include:
11098     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11099     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11100     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11101     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11102     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11103   layout:
11104     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11105     layout: "plot-throughput"
11106
11107 - type: "plot"
11108   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11109   algorithm: "plot_perf_box_name"
11110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11112   include:
11113     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11114     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11115     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11116     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11117     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11118   layout:
11119     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11124   algorithm: "plot_perf_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11127   include:
11128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11134   layout:
11135     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11136     layout: "plot-throughput"
11137
11138 - type: "plot"
11139   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11140   algorithm: "plot_perf_box_name"
11141   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11143   include:
11144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11150   layout:
11151     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11156   algorithm: "plot_perf_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11159   include:
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11165   layout:
11166     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11167     layout: "plot-throughput"
11168
11169 - type: "plot"
11170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11171   algorithm: "plot_perf_box_name"
11172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11174   include:
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11180   layout:
11181     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11186   algorithm: "plot_perf_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11189   include:
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11193   layout:
11194     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11195     layout: "plot-throughput"
11196
11197 - type: "plot"
11198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11199   algorithm: "plot_perf_box_name"
11200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11202   include:
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11206   layout:
11207     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11208     layout: "plot-throughput"
11209
11210 - type: "plot"
11211   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11212   algorithm: "plot_perf_box_name"
11213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11215   include:
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11221   layout:
11222     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11223     layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11230   include:
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11236   layout:
11237     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11238     layout: "plot-throughput"
11239
11240 - type: "plot"
11241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11242   algorithm: "plot_perf_box_name"
11243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11245   include:
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11249   layout:
11250     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11251     layout: "plot-throughput"
11252
11253 - type: "plot"
11254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11255   algorithm: "plot_perf_box_name"
11256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11258   include:
11259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11262   layout:
11263     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11264     layout: "plot-throughput"
11265
11266 - type: "plot"
11267   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11268   algorithm: "plot_perf_box_name"
11269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11271   include:
11272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11278   layout:
11279     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11280     layout: "plot-throughput"
11281
11282 - type: "plot"
11283   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11284   algorithm: "plot_perf_box_name"
11285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11287   include:
11288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11294   layout:
11295     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11296     layout: "plot-throughput"
11297
11298 - type: "plot"
11299   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11300   algorithm: "plot_perf_box_name"
11301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11303   include:
11304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11310   layout:
11311     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11312     layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11316   algorithm: "plot_perf_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11319   include:
11320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11326   layout:
11327     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11332   algorithm: "plot_perf_box_name"
11333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11335   include:
11336     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11339   layout:
11340     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11341     layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11348   include:
11349     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11352   layout:
11353     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11361   include:
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11364 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11365 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11366 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11367   layout:
11368     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11379 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11380 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11381 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11382   layout:
11383     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11391   include:
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11397   layout:
11398     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11399     layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11403   algorithm: "plot_perf_box_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11406   include:
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11412   layout:
11413     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11414     layout: "plot-throughput"
11415
11416 - type: "plot"
11417   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11418   algorithm: "plot_perf_box_name"
11419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11421   include:
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11427   layout:
11428     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11436   include:
11437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11442   layout:
11443     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11444     layout: "plot-throughput"
11445
11446 - type: "plot"
11447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11448   algorithm: "plot_perf_box_name"
11449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11451   include:
11452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11458   layout:
11459     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11467   include:
11468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11474   layout:
11475     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11476     layout: "plot-throughput"
11477
11478 - type: "plot"
11479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11480   algorithm: "plot_perf_box_name"
11481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11483   include:
11484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11490   layout:
11491     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11506   layout:
11507     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11521   layout:
11522     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11536   layout:
11537     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11552   layout:
11553     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11554     layout: "plot-throughput"
11555
11556 - type: "plot"
11557   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11558   algorithm: "plot_perf_box_name"
11559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11561   include:
11562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11568   layout:
11569     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11576   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11577   include:
11578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11583   layout:
11584     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11591   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11592   include:
11593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11598   layout:
11599     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11600     layout: "plot-throughput"
11601
11602 - type: "plot"
11603   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11604   algorithm: "plot_perf_box_name"
11605   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11606   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11607   include:
11608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11614   layout:
11615     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11622   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11623   include:
11624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11630   layout:
11631     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11639   include:
11640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11645   layout:
11646     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11653   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11654   include:
11655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11660   layout:
11661     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11669   include:
11670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11676   layout:
11677     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11684   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11685   include:
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11692   layout:
11693     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11701   include:
11702     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11704   layout:
11705     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11713   include:
11714     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11716   layout:
11717     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11730   layout:
11731     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11744   layout:
11745     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11758   layout:
11759     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11772   layout:
11773     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11781   include:
11782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11786   layout:
11787     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11795   include:
11796     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11800   layout:
11801     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11809   include:
11810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11814   layout:
11815     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11823   include:
11824     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11828   layout:
11829     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11837   include:
11838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11844   layout:
11845     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11853   include:
11854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11860   layout:
11861     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11869   include:
11870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11875   layout:
11876     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11890   layout:
11891     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   include:
11900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11905   layout:
11906     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11914   include:
11915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11920   layout:
11921     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11929   include:
11930     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11933   layout:
11934     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11935     layout: "plot-throughput"
11936
11937 - type: "plot"
11938   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11942   include:
11943     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11946   layout:
11947     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11955   include:
11956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11959   layout:
11960     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11968   include:
11969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11972   layout:
11973     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11981   include:
11982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12002   layout:
12003     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12011   include:
12012     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12017   layout:
12018     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12032   layout:
12033     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12041   include:
12042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12047   layout:
12048     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12056   include:
12057     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12062   layout:
12063     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12070   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12071   include:
12072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12077   layout:
12078     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12085   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12086   include:
12087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12092   layout:
12093     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12101   include:
12102     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12107   layout:
12108     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12116   include:
12117     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12122   layout:
12123     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12131   include:
12132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12137     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12138   layout:
12139     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12147   include:
12148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12153     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12154   layout:
12155     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12163   include:
12164     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12167     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12168   layout:
12169     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12177   include:
12178     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182   layout:
12183     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12191   include:
12192     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12198   layout:
12199     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12210     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12211     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12212     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12214   layout:
12215     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230   layout:
12231     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12242     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12244     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12246   layout:
12247     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12255   include:
12256     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262   layout:
12263     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12278   layout:
12279     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12287   include:
12288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12293     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12294   layout:
12295     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12303   include:
12304     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12305     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12306     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12308     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12309     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12310   layout:
12311     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12319   include:
12320     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12323     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12324     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12325     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12326   layout:
12327     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12334   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12335   include:
12336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12340     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12341     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12342   layout:
12343     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12351   include:
12352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12358   layout:
12359     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12367   include:
12368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12374   layout:
12375     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12383   include:
12384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12390   layout:
12391     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12399   include:
12400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12406   layout:
12407     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12415   include:
12416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12422   layout:
12423     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12431   include:
12432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12438   layout:
12439     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12447   include:
12448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12452   layout:
12453     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12461   include:
12462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12466   layout:
12467     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12480   layout:
12481     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12494   layout:
12495     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12503   include:
12504     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12510   layout:
12511     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12519   include:
12520     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12526   layout:
12527     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12528     layout: "plot-throughput"
12529
12530 - type: "plot"
12531   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12532   algorithm: "plot_perf_box_name"
12533   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12535   include:
12536     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12541   layout:
12542     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12550   include:
12551     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12556   layout:
12557     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12571   layout:
12572     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12600   layout:
12601     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12609   include:
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12614   layout:
12615     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12623   include:
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12630   layout:
12631     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12639   include:
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12646   layout:
12647     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12648     layout: "plot-throughput"
12649
12650 - type: "plot"
12651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12652   algorithm: "plot_perf_box_name"
12653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12655   include:
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12662   layout:
12663     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12678   layout:
12679     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12687   include:
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12694   layout:
12695     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12710   layout:
12711     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12726   layout:
12727     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12735   include:
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12742   layout:
12743     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12751   include:
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12756   layout:
12757     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12765   include:
12766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12770   layout:
12771     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12779   include:
12780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12786   layout:
12787     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12788     layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12795   include:
12796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12802   layout:
12803     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12811   include:
12812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12818   layout:
12819     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12827   include:
12828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12834   layout:
12835     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12836     layout: "plot-throughput"
12837
12838 #- type: "plot"
12839 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12840 #  algorithm: "plot_perf_box_name"
12841 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12842 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12843 #  include:
12844 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12845 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12846 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12847 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12848 #  layout:
12849 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12850 #    layout: "plot-throughput"
12851 #
12852 #- type: "plot"
12853 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12854 #  algorithm: "plot_perf_box_name"
12855 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12856 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12857 #  include:
12858 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12859 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12860 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12861 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12862 #  layout:
12863 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12864 #    layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12870   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12871   include:
12872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12878   layout:
12879     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12880     layout: "plot-throughput"
12881
12882 - type: "plot"
12883   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12884   algorithm: "plot_perf_box_name"
12885   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12886   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12887   include:
12888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12894   layout:
12895     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12896     layout: "plot-throughput"
12897
12898 #- type: "plot"
12899 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12900 #  algorithm: "plot_perf_box_name"
12901 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12902 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12903 #  include:
12904 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12905 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12906 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12907 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12908 #  layout:
12909 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12910 #    layout: "plot-throughput"
12911 #
12912 #- type: "plot"
12913 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12914 #  algorithm: "plot_perf_box_name"
12915 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12916 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12917 #  include:
12918 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12919 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12920 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12921 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12922 #  layout:
12923 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12924 #    layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12931   include:
12932     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12938   layout:
12939     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12947   include:
12948     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12954   layout:
12955     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12956     layout: "plot-throughput"
12957
12958 #- type: "plot"
12959 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12960 #  algorithm: "plot_perf_box_name"
12961 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12962 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12963 #  include:
12964 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12965 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12966 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12967 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12968 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12970 #  layout:
12971 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12972 #    layout: "plot-throughput"
12973 #
12974 #- type: "plot"
12975 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12976 #  algorithm: "plot_perf_box_name"
12977 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12978 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12979 #  include:
12980 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12981 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12982 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12983 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12984 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12985 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12986 #  layout:
12987 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12988 #    layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12995   include:
12996     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13002   layout:
13003     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13011   include:
13012     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13018   layout:
13019     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13031 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13033 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13034   layout:
13035     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13043   include:
13044     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13045     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13047 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13048 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13049 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13050   layout:
13051     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13061     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13062     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13063     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13064     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13065     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13066   layout:
13067     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13075   include:
13076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13077     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13078     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13079     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13080     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13081     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13082   layout:
13083     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13091   include:
13092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13098   layout:
13099     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13107   include:
13108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13114   layout:
13115     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13116     layout: "plot-throughput"
13117
13118 #- type: "plot"
13119 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13120 #  algorithm: "plot_perf_box_name"
13121 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13122 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13123 #  include:
13124 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13125 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13126 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13127 #  layout:
13128 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13129 #    layout: "plot-throughput"
13130 #
13131 #- type: "plot"
13132 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13133 #  algorithm: "plot_perf_box_name"
13134 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13135 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13136 #  include:
13137 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13138 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13139 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13140 #  layout:
13141 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13142 #    layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13155   layout:
13156     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13164   include:
13165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "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"
13181     - "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"
13182     - "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"
13183     - "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"
13184     - "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"
13185   layout:
13186     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "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"
13196     - "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"
13197     - "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"
13198     - "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"
13199     - "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"
13200   layout:
13201     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13209   include:
13210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13215   layout:
13216     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13217     layout: "plot-throughput"
13218
13219 - type: "plot"
13220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13221   algorithm: "plot_perf_box_name"
13222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13224   include:
13225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13230   layout:
13231     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13245   layout:
13246     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13260   layout:
13261     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13269   include:
13270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13275   layout:
13276     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13284   include:
13285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13290   layout:
13291     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13299   include:
13300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13305   layout:
13306     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13314   include:
13315     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13320   layout:
13321     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13322     layout: "plot-throughput"
13323
13324 - type: "plot"
13325   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13326   algorithm: "plot_perf_box_name"
13327   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13329   include:
13330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13334   layout:
13335     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13348   layout:
13349     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "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"
13359     - "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"
13360     - "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"
13361     - "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"
13362   layout:
13363     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "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"
13373     - "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"
13374     - "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"
13375     - "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"
13376   layout:
13377     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13408   layout:
13409     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13417   include:
13418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424   layout:
13425     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13433   include:
13434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440   layout:
13441     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13446   algorithm: "plot_perf_box_name"
13447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13449   include:
13450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13456   layout:
13457     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13458     layout: "plot-throughput"
13459
13460 - type: "plot"
13461   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13462   algorithm: "plot_perf_box_name"
13463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465   include:
13466     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13472   layout:
13473     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13487   layout:
13488     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13502   layout:
13503     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514   layout:
13515     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13526   layout:
13527     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535   include:
13536     - "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"
13537     - "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"
13538   layout:
13539     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13547   include:
13548     - "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"
13549     - "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"
13550   layout:
13551     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13552     layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13559   include:
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13562   layout:
13563     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13571   include:
13572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13574   layout:
13575     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13576     layout: "plot-throughput"
13577
13578 - type: "plot"
13579   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13580   algorithm: "plot_perf_box_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13583   include:
13584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586   layout:
13587     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13595   include:
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598   layout:
13599     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614   layout:
13615     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13616     layout: "plot-throughput"
13617
13618 - type: "plot"
13619   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13620   algorithm: "plot_perf_box_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13623   include:
13624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13630   layout:
13631     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13632     layout: "plot-throughput"
13633
13634 - type: "plot"
13635   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13636   algorithm: "plot_perf_box_name"
13637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13639   include:
13640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13646   layout:
13647     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13648     layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13652   algorithm: "plot_perf_box_name"
13653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13655   include:
13656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13662   layout:
13663     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13664     layout: "plot-throughput"
13665
13666 #- type: "plot"
13667 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13668 #  algorithm: "plot_perf_box_name"
13669 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13670 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13671 #  include:
13672 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13673 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13674 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13675 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13676 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13677 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13678 #  layout:
13679 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13680 #    layout: "plot-throughput"
13681 #
13682 #- type: "plot"
13683 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13684 #  algorithm: "plot_perf_box_name"
13685 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13686 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13687 #  include:
13688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13689 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13690 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13694 #  layout:
13695 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13696 #    layout: "plot-throughput"
13697
13698 - type: "plot"
13699   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13700   algorithm: "plot_perf_box_name"
13701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13703   include:
13704     - "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"
13705     - "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"
13706     - "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"
13707     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13708     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13709     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13710   layout:
13711     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13712     layout: "plot-throughput"
13713
13714 - type: "plot"
13715   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13716   algorithm: "plot_perf_box_name"
13717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13719   include:
13720     - "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"
13721     - "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"
13722     - "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"
13723     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13724     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13725     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13726   layout:
13727     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13728     layout: "plot-throughput"
13729
13730 ################################################################################
13731
13732 # Packet Speedup
13733
13734 - type: "plot"
13735   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13736   algorithm: "plot_tsa_name"
13737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13739   include:
13740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13744   layout:
13745     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13746     layout: "plot-throughput-speedup-analysis"
13747
13748 - type: "plot"
13749   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13750   algorithm: "plot_tsa_name"
13751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13753   include:
13754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13758   layout:
13759     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13760     layout: "plot-throughput-speedup-analysis"
13761
13762 - type: "plot"
13763   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13764   algorithm: "plot_tsa_name"
13765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13772   layout:
13773     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13774     layout: "plot-throughput-speedup-analysis"
13775
13776 - type: "plot"
13777   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13778   algorithm: "plot_tsa_name"
13779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13786   layout:
13787     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13801   layout:
13802     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13816   layout:
13817     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13818     layout: "plot-throughput-speedup-analysis"
13819
13820 - type: "plot"
13821   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13822   algorithm: "plot_tsa_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13825   include:
13826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13831   layout:
13832     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13833     layout: "plot-throughput-speedup-analysis"
13834
13835 - type: "plot"
13836   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13837   algorithm: "plot_tsa_name"
13838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13840   include:
13841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13846   layout:
13847     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13862   layout:
13863     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13864     layout: "plot-throughput-speedup-analysis"
13865
13866 - type: "plot"
13867   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13868   algorithm: "plot_tsa_name"
13869   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13878   layout:
13879     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13893   layout:
13894     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13908   layout:
13909     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13921   layout:
13922     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13934   layout:
13935     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13964   layout:
13965     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13966     layout: "plot-throughput-speedup-analysis"
13967
13968 - type: "plot"
13969   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13970   algorithm: "plot_tsa_name"
13971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13977   layout:
13978     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13979     layout: "plot-throughput-speedup-analysis"
13980
13981 - type: "plot"
13982   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13983   algorithm: "plot_tsa_name"
13984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13986   include:
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13990   layout:
13991     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13999   include:
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14006   layout:
14007     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14008     layout: "plot-throughput-speedup-analysis"
14009
14010 - type: "plot"
14011   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14012   algorithm: "plot_tsa_name"
14013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14015   include:
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14022   layout:
14023     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14031   include:
14032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14038   layout:
14039     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14040     layout: "plot-throughput-speedup-analysis"
14041
14042 - type: "plot"
14043   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14044   algorithm: "plot_tsa_name"
14045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14047   include:
14048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14054   layout:
14055     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14056     layout: "plot-throughput-speedup-analysis"
14057
14058 - type: "plot"
14059   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14060   algorithm: "plot_tsa_name"
14061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14063   include:
14064     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14067   layout:
14068     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14076   include:
14077     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14080   layout:
14081     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14093 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14094 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14095   layout:
14096     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14104   include:
14105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14108 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14109 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14110   layout:
14111     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 - type: "plot"
14115   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14116   algorithm: "plot_tsa_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14125   layout:
14126     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14140   layout:
14141     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14142     layout: "plot-throughput-speedup-analysis"
14143
14144 - type: "plot"
14145   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14146   algorithm: "plot_tsa_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14149   include:
14150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14155   layout:
14156     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14157     layout: "plot-throughput-speedup-analysis"
14158
14159 - type: "plot"
14160   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14161   algorithm: "plot_tsa_name"
14162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14164   include:
14165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14170   layout:
14171     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14186   layout:
14187     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14202   layout:
14203     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14218   layout:
14219     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14220     layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14234   layout:
14235     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14243   include:
14244     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14246   layout:
14247     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14255   include:
14256     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14258   layout:
14259     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14260     layout: "plot-throughput-speedup-analysis"
14261
14262 - type: "plot"
14263   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14264   algorithm: "plot_tsa_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14272   layout:
14273     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14286   layout:
14287     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14288     layout: "plot-throughput-speedup-analysis"
14289
14290 - type: "plot"
14291   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14292   algorithm: "plot_tsa_name"
14293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14295   include:
14296     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14300   layout:
14301     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14314   layout:
14315     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14330   layout:
14331     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14346   layout:
14347     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14361   layout:
14362     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14376   layout:
14377     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14385   include:
14386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14391   layout:
14392     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14406   layout:
14407     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14415   include:
14416     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14419   layout:
14420     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14428   include:
14429     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14432   layout:
14433     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14441   include:
14442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14445   layout:
14446     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14458   layout:
14459     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14503   layout:
14504     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14527   include:
14528     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14529     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14530     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14531     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14532     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14533     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14534   layout:
14535     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14543   include:
14544     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14546     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14547     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14548     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14549     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14550   layout:
14551     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14559   include:
14560     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14563     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14564   layout:
14565     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14573   include:
14574     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14575     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14576     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14577     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14578   layout:
14579     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14594   layout:
14595     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14610   layout:
14611     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14621     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14622     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14623     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14624     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14625     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14626   layout:
14627     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14637     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14638     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14639     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14640     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14641     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14642   layout:
14643     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14651   include:
14652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14658   layout:
14659     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14674   layout:
14675     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14690   layout:
14691     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14699   include:
14700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14706   layout:
14707     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14715   include:
14716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14722   layout:
14723     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14731   include:
14732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14738   layout:
14739     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14752   layout:
14753     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14766   layout:
14767     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14780   layout:
14781     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14789   include:
14790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14794   layout:
14795     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14803   include:
14804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14810   layout:
14811     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14819   include:
14820     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14826   layout:
14827     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14840     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14841   layout:
14842     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14856   layout:
14857     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14865   include:
14866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14871   layout:
14872     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14886   layout:
14887     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14900   layout:
14901     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14971   include:
14972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14978   layout:
14979     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14994   layout:
14995     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14996     layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15003   include:
15004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15010   layout:
15011     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15019   include:
15020     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15021     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15022     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15023     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15024     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15025     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15026   layout:
15027     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15035   include:
15036     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15037     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15038     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15039     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15040     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15041     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15042   layout:
15043     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15051   include:
15052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15053     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15054     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15057     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15058   layout:
15059     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15067   include:
15068     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15069     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15070     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15071     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15072     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15073     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15074   layout:
15075     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15089   layout:
15090     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15104   layout:
15105     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15113   include:
15114     - "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"
15115     - "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"
15116     - "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"
15117     - "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"
15118     - "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"
15119   layout:
15120     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15128   include:
15129     - "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"
15130     - "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"
15131     - "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"
15132     - "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"
15133     - "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"
15134   layout:
15135     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15149   layout:
15150     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15164   layout:
15165     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15179   layout:
15180     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15194   layout:
15195     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15203   include:
15204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15209   layout:
15210     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15218   include:
15219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15224   layout:
15225     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15233   include:
15234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15239   layout:
15240     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15241     layout: "plot-throughput-speedup-analysis"
15242
15243 - type: "plot"
15244   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15245   algorithm: "plot_tsa_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15248   include:
15249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15254   layout:
15255     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15256     layout: "plot-throughput-speedup-analysis"
15257
15258 - type: "plot"
15259   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15260   algorithm: "plot_tsa_name"
15261   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15263   include:
15264     - "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"
15265     - "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"
15266     - "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"
15267     - "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"
15268   layout:
15269     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15277   include:
15278     - "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"
15279     - "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"
15280     - "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"
15281     - "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"
15282   layout:
15283     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15291   include:
15292     - "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"
15293     - "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"
15294     - "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"
15295     - "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"
15296   layout:
15297     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15305   include:
15306     - "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"
15307     - "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"
15308     - "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"
15309     - "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"
15310   layout:
15311     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15319   include:
15320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15326   layout:
15327     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15342   layout:
15343     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15351   include:
15352     - "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"
15353     - "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"
15354     - "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"
15355     - "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"
15356     - "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"
15357     - "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"
15358   layout:
15359     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15367   include:
15368     - "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"
15369     - "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"
15370     - "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"
15371     - "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"
15372     - "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"
15373     - "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"
15374   layout:
15375     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15390   layout:
15391     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15399   include:
15400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15406   layout:
15407     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15415   include:
15416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15421   layout:
15422     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15436   layout:
15437     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15445   include:
15446     - "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"
15447     - "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"
15448   layout:
15449     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15457   include:
15458     - "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"
15459     - "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"
15460   layout:
15461     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15469   include:
15470     - "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"
15471     - "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"
15472   layout:
15473     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15481   include:
15482     - "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"
15483     - "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"
15484   layout:
15485     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15486     layout: "plot-throughput-speedup-analysis"
15487
15488 - type: "plot"
15489   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15490   algorithm: "plot_tsa_name"
15491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15493   include:
15494     - "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"
15495     - "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"
15496     - "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"
15497     - "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"
15498     - "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"
15499     - "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"
15500   layout:
15501     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15509   include:
15510     - "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"
15511     - "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"
15512     - "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"
15513     - "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"
15514     - "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"
15515     - "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"
15516   layout:
15517     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15525   include:
15526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15530     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15531   layout:
15532     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15533     layout: "plot-throughput-speedup-analysis"
15534
15535 - type: "plot"
15536   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15537   algorithm: "plot_tsa_name"
15538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15540   include:
15541     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15542     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15543     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15544     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15545     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15546   layout:
15547     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15548     layout: "plot-throughput-speedup-analysis"
15549
15550 - type: "plot"
15551   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15552   algorithm: "plot_tsa_name"
15553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15555   include:
15556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15561   layout:
15562     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 - type: "plot"
15566   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15567   algorithm: "plot_tsa_name"
15568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15570   include:
15571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15576   layout:
15577     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15585   include:
15586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15592   layout:
15593     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15601   include:
15602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15608   layout:
15609     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15617   include:
15618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15622   layout:
15623     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15631   include:
15632     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15636   layout:
15637     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15645   include:
15646     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15647     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15651   layout:
15652     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15660   include:
15661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15666   layout:
15667     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15675   include:
15676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15677     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15679     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15680     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15681     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15682   layout:
15683     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15691   include:
15692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15693     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15694     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15695     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15696     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15697     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15698   layout:
15699     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15707   include:
15708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15712   layout:
15713     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15721   include:
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15726   layout:
15727     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15735   include:
15736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15742   layout:
15743     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15751   include:
15752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15758   layout:
15759     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15767   include:
15768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15774   layout:
15775     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15783   include:
15784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15790   layout:
15791     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15799   include:
15800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15802     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15803     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15804     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15805     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15806   layout:
15807     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15815   include:
15816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15820     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15821     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15822   layout:
15823     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15831   include:
15832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15838   layout:
15839     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15840     layout: "plot-throughput-speedup-analysis"
15841
15842 - type: "plot"
15843   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15844   algorithm: "plot_tsa_name"
15845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15847   include:
15848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15854   layout:
15855     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15863   include:
15864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15866     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15867     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15868     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15869     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15870   layout:
15871     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15872     layout: "plot-throughput-speedup-analysis"
15873
15874 - type: "plot"
15875   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15876   algorithm: "plot_tsa_name"
15877   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15878   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15879   include:
15880     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15886   layout:
15887     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 #- type: "plot"
15891 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15892 #  algorithm: "plot_tsa_name"
15893 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15894 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15895 #  include:
15896 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15897 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15898 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15899 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15900 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15901 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15902 #  layout:
15903 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15904 #    layout: "plot-throughput-speedup-analysis"
15905 #
15906 #- type: "plot"
15907 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15908 #  algorithm: "plot_tsa_name"
15909 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15910 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15911 #  include:
15912 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15913 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15914 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15915 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15916 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15917 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15918 #  layout:
15919 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15920 #    layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15927   include:
15928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15933   layout:
15934     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15942   include:
15943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15948   layout:
15949     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15964   layout:
15965     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15973   include:
15974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15980   layout:
15981     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15982     layout: "plot-throughput-speedup-analysis"
15983
15984 - type: "plot"
15985   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15986   algorithm: "plot_tsa_name"
15987   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15988   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15989   include:
15990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15995   layout:
15996     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16004   include:
16005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16010   layout:
16011     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 #- type: "plot"
16015 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16016 #  algorithm: "plot_tsa_name"
16017 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16018 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16019 #  include:
16020 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16021 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16022 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16023 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16024 #  layout:
16025 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16026 #    layout: "plot-throughput-speedup-analysis"
16027 #
16028 #- type: "plot"
16029 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16030 #  algorithm: "plot_tsa_name"
16031 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16032 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16033 #  include:
16034 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16035 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16036 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16037 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16038 #  layout:
16039 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16040 #    layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16047   include:
16048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16054   layout:
16055     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16063   include:
16064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16070   layout:
16071     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16079   include:
16080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16085   layout:
16086     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 - type: "plot"
16090   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16091   algorithm: "plot_tsa_name"
16092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16094   include:
16095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16100   layout:
16101     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16109   include:
16110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16116   layout:
16117     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16125   include:
16126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16132   layout:
16133     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16141   include:
16142     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16146   layout:
16147     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16155   include:
16156     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16160   layout:
16161     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16169   include:
16170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16175   layout:
16176     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16184   include:
16185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16190   layout:
16191     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16199   include:
16200     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16201     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16202     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16203     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16204     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16205     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16206   layout:
16207     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16215   include:
16216     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16218     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16222   layout:
16223     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 #- type: "plot"
16227 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16228 #  algorithm: "plot_tsa_name"
16229 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16230 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16231 #  include:
16232 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16233 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16234 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16235 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16236 #  layout:
16237 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16238 #    layout: "plot-throughput-speedup-analysis"
16239 #
16240 #- type: "plot"
16241 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16242 #  algorithm: "plot_tsa_name"
16243 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16244 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16245 #  include:
16246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16250 #  layout:
16251 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16252 #    layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16259   include:
16260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16261     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16262     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16263     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16264     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16265     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16266   layout:
16267     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16275   include:
16276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16281     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16282   layout:
16283     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16284     layout: "plot-throughput-speedup-analysis"
16285
16286 #- type: "plot"
16287 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16288 #  algorithm: "plot_tsa_name"
16289 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16290 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16291 #  include:
16292 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16293 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16294 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16295 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16296 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16297 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16298 #  layout:
16299 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16300 #    layout: "plot-throughput-speedup-analysis"
16301 #
16302 #- type: "plot"
16303 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16304 #  algorithm: "plot_tsa_name"
16305 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16306 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16307 #  include:
16308 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16309 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16310 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16311 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16312 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16313 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16314 #  layout:
16315 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16316 #    layout: "plot-throughput-speedup-analysis"
16317
16318 #- type: "plot"
16319 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16320 #  algorithm: "plot_tsa_name"
16321 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16322 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16323 #  include:
16324 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16325 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16326 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16327 #  layout:
16328 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16329 #    layout: "plot-throughput-speedup-analysis"
16330 #
16331 #- type: "plot"
16332 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16333 #  algorithm: "plot_tsa_name"
16334 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16335 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16336 #  include:
16337 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16338 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16339 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16340 #  layout:
16341 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16342 #    layout: "plot-throughput-speedup-analysis"
16343
16344 ################################################################################
16345
16346 # Packet Throughput - DPDK
16347
16348 # 2n-skx-xxv710
16349
16350 - type: "plot"
16351   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16352   algorithm: "plot_perf_box_name"
16353   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16354   data: "plot-dpdk-throughput-latency-2n-skx"
16355   include:
16356     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16357     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16358   layout:
16359     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16360     layout: "plot-throughput"
16361
16362 - type: "plot"
16363   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16364   algorithm: "plot_perf_box_name"
16365   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16366   data: "plot-dpdk-throughput-latency-2n-skx"
16367   include:
16368     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16369     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16370   layout:
16371     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16372     layout: "plot-throughput"
16373
16374 - type: "plot"
16375   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16376   algorithm: "plot_perf_box_name"
16377   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16378   data: "plot-dpdk-throughput-latency-2n-skx"
16379   include:
16380     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16381     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16382   layout:
16383     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16388   algorithm: "plot_perf_box_name"
16389   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16390   data: "plot-dpdk-throughput-latency-2n-skx"
16391   include:
16392     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16393     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16394   layout:
16395     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16396     layout: "plot-throughput"
16397
16398 # 2n-skx-x710
16399
16400 - type: "plot"
16401   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16402   algorithm: "plot_perf_box_name"
16403   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16404   data: "plot-dpdk-throughput-latency-2n-skx"
16405   include:
16406     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16407     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16408   layout:
16409     title: "2n-skx-x710-64b-2t1c-base-ndr"
16410     layout: "plot-throughput"
16411
16412 - type: "plot"
16413   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16414   algorithm: "plot_perf_box_name"
16415   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16416   data: "plot-dpdk-throughput-latency-2n-skx"
16417   include:
16418     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16419     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16420   layout:
16421     title: "2n-skx-x710-64b-4t2c-base-ndr"
16422     layout: "plot-throughput"
16423
16424 - type: "plot"
16425   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16426   algorithm: "plot_perf_box_name"
16427   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16428   data: "plot-dpdk-throughput-latency-2n-skx"
16429   include:
16430     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16431     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16432   layout:
16433     title: "2n-skx-x710-64b-2t1c-base-pdr"
16434     layout: "plot-throughput"
16435
16436 - type: "plot"
16437   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16438   algorithm: "plot_perf_box_name"
16439   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16440   data: "plot-dpdk-throughput-latency-2n-skx"
16441   include:
16442     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16443     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16444   layout:
16445     title: "2n-skx-x710-64b-4t2c-base-pdr"
16446     layout: "plot-throughput"
16447
16448 # 3n-skx-xxv710
16449
16450 - type: "plot"
16451   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16452   algorithm: "plot_perf_box_name"
16453   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16454   data: "plot-dpdk-throughput-latency-3n-skx"
16455   include:
16456     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16457     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16458   layout:
16459     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16460     layout: "plot-throughput"
16461
16462 - type: "plot"
16463   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16464   algorithm: "plot_perf_box_name"
16465   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16466   data: "plot-dpdk-throughput-latency-3n-skx"
16467   include:
16468     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16469     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16470   layout:
16471     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16472     layout: "plot-throughput"
16473
16474 - type: "plot"
16475   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16476   algorithm: "plot_perf_box_name"
16477   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16478   data: "plot-dpdk-throughput-latency-3n-skx"
16479   include:
16480     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16481     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16482   layout:
16483     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16484     layout: "plot-throughput"
16485
16486 - type: "plot"
16487   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16488   algorithm: "plot_perf_box_name"
16489   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16490   data: "plot-dpdk-throughput-latency-3n-skx"
16491   include:
16492     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16493     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16494   layout:
16495     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16496     layout: "plot-throughput"
16497
16498 # 3n-skx-x710
16499
16500 - type: "plot"
16501   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16504   data: "plot-dpdk-throughput-latency-3n-skx"
16505   include:
16506     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16507     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16508   layout:
16509     title: "3n-skx-x710-64b-2t1c-base-ndr"
16510     layout: "plot-throughput"
16511
16512 - type: "plot"
16513   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16514   algorithm: "plot_perf_box_name"
16515   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16516   data: "plot-dpdk-throughput-latency-3n-skx"
16517   include:
16518     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16519     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16520   layout:
16521     title: "3n-skx-x710-64b-4t2c-base-ndr"
16522     layout: "plot-throughput"
16523
16524 - type: "plot"
16525   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16526   algorithm: "plot_perf_box_name"
16527   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16528   data: "plot-dpdk-throughput-latency-3n-skx"
16529   include:
16530     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16531     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16532   layout:
16533     title: "3n-skx-x710-64b-2t1c-base-pdr"
16534     layout: "plot-throughput"
16535
16536 - type: "plot"
16537   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16538   algorithm: "plot_perf_box_name"
16539   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16540   data: "plot-dpdk-throughput-latency-3n-skx"
16541   include:
16542     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16543     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16544   layout:
16545     title: "3n-skx-x710-64b-4t2c-base-pdr"
16546     layout: "plot-throughput"
16547
16548 # 3n-hsw-xl710
16549
16550 - type: "plot"
16551   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16552   algorithm: "plot_perf_box_name"
16553   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16554   data: "plot-dpdk-throughput-latency-3n-hsw"
16555   include:
16556     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16557     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16558   layout:
16559     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16560     layout: "plot-throughput"
16561
16562 - type: "plot"
16563   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16564   algorithm: "plot_perf_box_name"
16565   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16566   data: "plot-dpdk-throughput-latency-3n-hsw"
16567   include:
16568     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16569     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16570   layout:
16571     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16572     layout: "plot-throughput"
16573
16574 - type: "plot"
16575   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16576   algorithm: "plot_perf_box_name"
16577   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16578   data: "plot-dpdk-throughput-latency-3n-hsw"
16579   include:
16580     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16581     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16582   layout:
16583     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16590   data: "plot-dpdk-throughput-latency-3n-hsw"
16591   include:
16592     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16593     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16594   layout:
16595     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16596     layout: "plot-throughput"
16597
16598 # 3n-hsw-x710
16599
16600 - type: "plot"
16601   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16602   algorithm: "plot_perf_box_name"
16603   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16604   data: "plot-dpdk-throughput-latency-3n-hsw"
16605   include:
16606     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16607     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16608   layout:
16609     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16610     layout: "plot-throughput"
16611
16612 - type: "plot"
16613   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16614   algorithm: "plot_perf_box_name"
16615   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16616   data: "plot-dpdk-throughput-latency-3n-hsw"
16617   include:
16618     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16619     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16620   layout:
16621     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16622     layout: "plot-throughput"
16623
16624 - type: "plot"
16625   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16626   algorithm: "plot_perf_box_name"
16627   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16628   data: "plot-dpdk-throughput-latency-3n-hsw"
16629   include:
16630     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16631     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16632   layout:
16633     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16634     layout: "plot-throughput"
16635
16636 - type: "plot"
16637   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16638   algorithm: "plot_perf_box_name"
16639   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16640   data: "plot-dpdk-throughput-latency-3n-hsw"
16641   include:
16642     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16643     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16644   layout:
16645     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16646     layout: "plot-throughput"
16647
16648 # 2n-dnv-x553
16649
16650 - type: "plot"
16651   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16654   data: "plot-dpdk-throughput-latency-2n-dnv"
16655   include:
16656     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16657     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16658   layout:
16659     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16660     layout: "plot-throughput"
16661
16662 - type: "plot"
16663   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16666   data: "plot-dpdk-throughput-latency-2n-dnv"
16667   include:
16668     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16669     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16670   layout:
16671     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16678   data: "plot-dpdk-throughput-latency-2n-dnv"
16679   include:
16680     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16681     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16682   layout:
16683     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16690   data: "plot-dpdk-throughput-latency-2n-dnv"
16691   include:
16692     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16693     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16694   layout:
16695     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16696     layout: "plot-throughput"
16697
16698 # 3n-dnv-x553
16699
16700 - type: "plot"
16701   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16704   data: "plot-dpdk-throughput-latency-3n-dnv"
16705   include:
16706     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16707     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16708   layout:
16709     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16710     layout: "plot-throughput"
16711
16712 - type: "plot"
16713   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16716   data: "plot-dpdk-throughput-latency-3n-dnv"
16717   include:
16718     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16719     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16720   layout:
16721     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16722     layout: "plot-throughput"
16723
16724 - type: "plot"
16725   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16726   algorithm: "plot_perf_box_name"
16727   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16728   data: "plot-dpdk-throughput-latency-3n-dnv"
16729   include:
16730     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16731     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16732   layout:
16733     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16734     layout: "plot-throughput"
16735
16736 - type: "plot"
16737   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16740   data: "plot-dpdk-throughput-latency-3n-dnv"
16741   include:
16742     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16743     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16744   layout:
16745     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16746     layout: "plot-throughput"
16747
16748 # 3n-tsh-x520
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16754   data: "plot-dpdk-throughput-latency-3n-tsh"
16755   include:
16756     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16757     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16758   layout:
16759     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16760     layout: "plot-throughput"
16761
16762 - type: "plot"
16763   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16764   algorithm: "plot_perf_box_name"
16765   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16766   data: "plot-dpdk-throughput-latency-3n-tsh"
16767   include:
16768     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16769     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16770   layout:
16771     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16772     layout: "plot-throughput"
16773
16774 - type: "plot"
16775   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16778   data: "plot-dpdk-throughput-latency-3n-tsh"
16779   include:
16780     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16781     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16782   layout:
16783     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16790   data: "plot-dpdk-throughput-latency-3n-tsh"
16791   include:
16792     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16793     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16794   layout:
16795     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16796     layout: "plot-throughput"
16797
16798 ################################################################################
16799 ###   2n-clx                                                                 ###
16800 ################################################################################
16801
16802 # Packet Throughput
16803
16804 - type: "plot"
16805   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16806   algorithm: "plot_perf_box_name"
16807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16809   include:
16810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16814   layout:
16815     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16823   include:
16824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16828   layout:
16829     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16830     layout: "plot-throughput"
16831
16832 - type: "plot"
16833   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16837   include:
16838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16842   layout:
16843     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16848   algorithm: "plot_perf_box_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16851   include:
16852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16856   layout:
16857     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16858     layout: "plot-throughput"
16859
16860 - type: "plot"
16861   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16862   algorithm: "plot_perf_box_name"
16863   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16865   include:
16866 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16867     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16868     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16869     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16870   layout:
16871     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16879   include:
16880 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16881     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16882     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16883     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16884   layout:
16885     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16893   include:
16894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16900   layout:
16901     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16902     layout: "plot-throughput"
16903
16904 - type: "plot"
16905   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16906   algorithm: "plot_perf_box_name"
16907   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16909   include:
16910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16916   layout:
16917     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16925   include:
16926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16930   layout:
16931     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16939   include:
16940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16944   layout:
16945     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16946     layout: "plot-throughput"
16947
16948 - type: "plot"
16949   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16950   algorithm: "plot_perf_box_name"
16951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16953   include:
16954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16957   layout:
16958     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16966   include:
16967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16970   layout:
16971     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16972     layout: "plot-throughput"
16973
16974 - type: "plot"
16975   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16976   algorithm: "plot_perf_box_name"
16977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16979   include:
16980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16985   layout:
16986     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16987     layout: "plot-throughput"
16988
16989 - type: "plot"
16990   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16991   algorithm: "plot_perf_box_name"
16992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16994   include:
16995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17000   layout:
17001     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17002     layout: "plot-throughput"
17003
17004 - type: "plot"
17005   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17006   algorithm: "plot_perf_box_name"
17007   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17009   include:
17010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17013   layout:
17014     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17022   include:
17023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17026   layout:
17027     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17028     layout: "plot-throughput"
17029
17030 - type: "plot"
17031   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17032   algorithm: "plot_perf_box_name"
17033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17035   include:
17036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17042   layout:
17043     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17044     layout: "plot-throughput"
17045
17046 - type: "plot"
17047   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17048   algorithm: "plot_perf_box_name"
17049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17051   include:
17052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17058   layout:
17059     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17067   include:
17068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17074   layout:
17075     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17076     layout: "plot-throughput"
17077
17078 - type: "plot"
17079   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17080   algorithm: "plot_perf_box_name"
17081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17083   include:
17084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17090   layout:
17091     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17099   include:
17100     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17102   layout:
17103     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17104     layout: "plot-throughput"
17105
17106 - type: "plot"
17107   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17108   algorithm: "plot_perf_box_name"
17109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17111   include:
17112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17114   layout:
17115     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17123   include:
17124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17130   layout:
17131     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17132     layout: "plot-throughput"
17133
17134 - type: "plot"
17135   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17136   algorithm: "plot_perf_box_name"
17137   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17139   include:
17140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17146   layout:
17147     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17161 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17162   layout:
17163     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17171   include:
17172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17177 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17178   layout:
17179     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17187   include:
17188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17194   layout:
17195     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17196     layout: "plot-throughput"
17197
17198 - type: "plot"
17199   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17203   include:
17204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17210   layout:
17211     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17212     layout: "plot-throughput"
17213
17214 - type: "plot"
17215   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17216   algorithm: "plot_perf_box_name"
17217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17219   include:
17220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17225   layout:
17226     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17234   include:
17235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17240   layout:
17241     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17249   include:
17250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17255   layout:
17256     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17257     layout: "plot-throughput"
17258
17259 - type: "plot"
17260   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17261   algorithm: "plot_perf_box_name"
17262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17264   include:
17265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17270   layout:
17271     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17272     layout: "plot-throughput"
17273
17274 - type: "plot"
17275   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17276   algorithm: "plot_perf_box_name"
17277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17279   include:
17280     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17285   layout:
17286     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17294   include:
17295     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17300   layout:
17301     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17309   include:
17310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17315   layout:
17316     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17330   layout:
17331     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17332     layout: "plot-throughput"
17333
17334 - type: "plot"
17335   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17339   include:
17340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17345   layout:
17346     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17354   include:
17355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17360   layout:
17361     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17362     layout: "plot-throughput"
17363
17364 - type: "plot"
17365   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17366   algorithm: "plot_perf_box_name"
17367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17369   include:
17370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17376   layout:
17377     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17378     layout: "plot-throughput"
17379
17380 - type: "plot"
17381   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385   include:
17386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17392   layout:
17393     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17394     layout: "plot-throughput"
17395
17396 - type: "plot"
17397   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17398   algorithm: "plot_perf_box_name"
17399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401   include:
17402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17406   layout:
17407     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17408     layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17415   include:
17416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17420   layout:
17421     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17422     layout: "plot-throughput"
17423
17424 - type: "plot"
17425   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17426   algorithm: "plot_perf_box_name"
17427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17429   include:
17430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17436   layout:
17437     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17438     layout: "plot-throughput"
17439
17440 - type: "plot"
17441   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17442   algorithm: "plot_perf_box_name"
17443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17445   include:
17446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17452   layout:
17453     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17454     layout: "plot-throughput"
17455
17456 - type: "plot"
17457   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17458   algorithm: "plot_perf_box_name"
17459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17461   include:
17462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17466   layout:
17467     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17468     layout: "plot-throughput"
17469
17470 - type: "plot"
17471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17472   algorithm: "plot_perf_box_name"
17473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17475   include:
17476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17480   layout:
17481     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17482     layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17489   include:
17490     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17491     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17492     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17493     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17494     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17495     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17496   layout:
17497     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17505   include:
17506     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17510     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17511     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17512   layout:
17513     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17518   algorithm: "plot_perf_box_name"
17519   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17521   include:
17522     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17523     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17524     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17525     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17526   layout:
17527     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17528     layout: "plot-throughput"
17529
17530 - type: "plot"
17531   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17532   algorithm: "plot_perf_box_name"
17533   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17535   include:
17536     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17537     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17538     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17539     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17540   layout:
17541     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17542     layout: "plot-throughput"
17543
17544 - type: "plot"
17545   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17546   algorithm: "plot_perf_box_name"
17547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17549   include:
17550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17555   layout:
17556     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17557     layout: "plot-throughput"
17558
17559 - type: "plot"
17560   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17561   algorithm: "plot_perf_box_name"
17562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17564   include:
17565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17570   layout:
17571     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17572     layout: "plot-throughput"
17573
17574 - type: "plot"
17575   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17576   algorithm: "plot_perf_box_name"
17577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17579   include:
17580     - "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"
17581     - "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"
17582     - "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"
17583     - "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"
17584     - "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"
17585   layout:
17586     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595     - "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"
17596     - "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"
17597     - "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"
17598     - "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"
17599     - "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"
17600   layout:
17601     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17611     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17615   layout:
17616     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17617     layout: "plot-throughput"
17618
17619 - type: "plot"
17620   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17621   algorithm: "plot_perf_box_name"
17622   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17624   include:
17625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17630   layout:
17631     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17632     layout: "plot-throughput"
17633
17634 - type: "plot"
17635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17636   algorithm: "plot_perf_box_name"
17637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17639   include:
17640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17645   layout:
17646     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17647     layout: "plot-throughput"
17648
17649 - type: "plot"
17650   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17651   algorithm: "plot_perf_box_name"
17652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17654   include:
17655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17660   layout:
17661     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17674   layout:
17675     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17688   layout:
17689     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "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"
17699     - "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"
17700     - "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"
17701     - "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"
17702   layout:
17703     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17704     layout: "plot-throughput"
17705
17706 - type: "plot"
17707   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17708   algorithm: "plot_perf_box_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "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"
17713     - "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"
17714     - "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"
17715     - "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"
17716   layout:
17717     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "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"
17727     - "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"
17728     - "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"
17729     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17730     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17731     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17732   layout:
17733     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17734     layout: "plot-throughput"
17735
17736 - type: "plot"
17737   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17738   algorithm: "plot_perf_box_name"
17739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17741   include:
17742     - "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"
17743     - "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"
17744     - "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"
17745     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17746     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17747     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17750     layout: "plot-throughput"
17751
17752 ################################################################################
17753
17754 # Packet Speedup
17755
17756 - type: "plot"
17757   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17758   algorithm: "plot_tsa_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17766   layout:
17767     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17768     layout: "plot-throughput-speedup-analysis"
17769
17770 - type: "plot"
17771   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17780   layout:
17781     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17782     layout: "plot-throughput-speedup-analysis"
17783
17784 - type: "plot"
17785   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17786   algorithm: "plot_tsa_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17794   layout:
17795     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17796     layout: "plot-throughput-speedup-analysis"
17797
17798 - type: "plot"
17799   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17800   algorithm: "plot_tsa_name"
17801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17803   include:
17804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17808   layout:
17809     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17810     layout: "plot-throughput-speedup-analysis"
17811
17812 - type: "plot"
17813   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17814   algorithm: "plot_tsa_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17819     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17820     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17821     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17822   layout:
17823     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17824     layout: "plot-throughput-speedup-analysis"
17825
17826 - type: "plot"
17827   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17828   algorithm: "plot_tsa_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17836   layout:
17837     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17838     layout: "plot-throughput-speedup-analysis"
17839
17840 - type: "plot"
17841   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17842   algorithm: "plot_tsa_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17852   layout:
17853     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17854     layout: "plot-throughput-speedup-analysis"
17855
17856 - type: "plot"
17857   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17858   algorithm: "plot_tsa_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17868   layout:
17869     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17870     layout: "plot-throughput-speedup-analysis"
17871
17872 - type: "plot"
17873   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17874   algorithm: "plot_tsa_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17882   layout:
17883     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17884     layout: "plot-throughput-speedup-analysis"
17885
17886 - type: "plot"
17887   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17888   algorithm: "plot_tsa_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17898     layout: "plot-throughput-speedup-analysis"
17899
17900 - type: "plot"
17901   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17902   algorithm: "plot_tsa_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17911     layout: "plot-throughput-speedup-analysis"
17912
17913 - type: "plot"
17914   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17915   algorithm: "plot_tsa_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17924     layout: "plot-throughput-speedup-analysis"
17925
17926 - type: "plot"
17927   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17928   algorithm: "plot_tsa_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17939     layout: "plot-throughput-speedup-analysis"
17940
17941 - type: "plot"
17942   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17943   algorithm: "plot_tsa_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17954     layout: "plot-throughput-speedup-analysis"
17955
17956 - type: "plot"
17957   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17958   algorithm: "plot_tsa_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17965   layout:
17966     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17967     layout: "plot-throughput-speedup-analysis"
17968
17969 - type: "plot"
17970   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17971   algorithm: "plot_tsa_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17978   layout:
17979     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17980     layout: "plot-throughput-speedup-analysis"
17981
17982 - type: "plot"
17983   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17984   algorithm: "plot_tsa_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17994   layout:
17995     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17996     layout: "plot-throughput-speedup-analysis"
17997
17998 - type: "plot"
17999   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18000   algorithm: "plot_tsa_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18010   layout:
18011     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18012     layout: "plot-throughput-speedup-analysis"
18013
18014 - type: "plot"
18015   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18016   algorithm: "plot_tsa_name"
18017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18019   include:
18020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18026   layout:
18027     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18028     layout: "plot-throughput-speedup-analysis"
18029
18030 - type: "plot"
18031   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18032   algorithm: "plot_tsa_name"
18033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18035   include:
18036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18042   layout:
18043     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18044     layout: "plot-throughput-speedup-analysis"
18045
18046 - type: "plot"
18047   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18048   algorithm: "plot_tsa_name"
18049   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18051   include:
18052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18054   layout:
18055     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18056     layout: "plot-throughput-speedup-analysis"
18057
18058 - type: "plot"
18059   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18060   algorithm: "plot_tsa_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18066   layout:
18067     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18068     layout: "plot-throughput-speedup-analysis"
18069
18070 - type: "plot"
18071   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18072   algorithm: "plot_tsa_name"
18073   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18075   include:
18076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18082   layout:
18083     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18084     layout: "plot-throughput-speedup-analysis"
18085
18086 - type: "plot"
18087   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18088   algorithm: "plot_tsa_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18098   layout:
18099     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18100     layout: "plot-throughput-speedup-analysis"
18101
18102 - type: "plot"
18103   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18104   algorithm: "plot_tsa_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18114   layout:
18115     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18116     layout: "plot-throughput-speedup-analysis"
18117
18118 - type: "plot"
18119   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18120   algorithm: "plot_tsa_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18130   layout:
18131     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18132     layout: "plot-throughput-speedup-analysis"
18133
18134 - type: "plot"
18135   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18136   algorithm: "plot_tsa_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18146   layout:
18147     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18148     layout: "plot-throughput-speedup-analysis"
18149
18150 - type: "plot"
18151   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18152   algorithm: "plot_tsa_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18162   layout:
18163     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18177   layout:
18178     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18192   layout:
18193     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18194     layout: "plot-throughput-speedup-analysis"
18195
18196 - type: "plot"
18197   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18198   algorithm: "plot_tsa_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18207   layout:
18208     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18209     layout: "plot-throughput-speedup-analysis"
18210
18211 - type: "plot"
18212   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18213   algorithm: "plot_tsa_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18222   layout:
18223     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18224     layout: "plot-throughput-speedup-analysis"
18225
18226 - type: "plot"
18227   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18228   algorithm: "plot_tsa_name"
18229   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18231   include:
18232     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18237   layout:
18238     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18239     layout: "plot-throughput-speedup-analysis"
18240
18241 - type: "plot"
18242   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18243   algorithm: "plot_tsa_name"
18244   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246   include:
18247     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18249     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18252   layout:
18253     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18254     layout: "plot-throughput-speedup-analysis"
18255
18256 - type: "plot"
18257   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18258   algorithm: "plot_tsa_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18267   layout:
18268     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18282   layout:
18283     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18284     layout: "plot-throughput-speedup-analysis"
18285
18286 - type: "plot"
18287   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18288   algorithm: "plot_tsa_name"
18289   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18291   include:
18292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18297   layout:
18298     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18312   layout:
18313     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18314     layout: "plot-throughput-speedup-analysis"
18315
18316 - type: "plot"
18317   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18318   algorithm: "plot_tsa_name"
18319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18321   include:
18322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18328   layout:
18329     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18330     layout: "plot-throughput-speedup-analysis"
18331
18332 - type: "plot"
18333   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18334   algorithm: "plot_tsa_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18344   layout:
18345     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18346     layout: "plot-throughput-speedup-analysis"
18347
18348 - type: "plot"
18349   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18350   algorithm: "plot_tsa_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18358   layout:
18359     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18360     layout: "plot-throughput-speedup-analysis"
18361
18362 - type: "plot"
18363   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18364   algorithm: "plot_tsa_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18372   layout:
18373     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18374     layout: "plot-throughput-speedup-analysis"
18375
18376 - type: "plot"
18377   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18378   algorithm: "plot_tsa_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18388   layout:
18389     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18390     layout: "plot-throughput-speedup-analysis"
18391
18392 - type: "plot"
18393   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18394   algorithm: "plot_tsa_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18406     layout: "plot-throughput-speedup-analysis"
18407
18408 - type: "plot"
18409   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18410   algorithm: "plot_tsa_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18418   layout:
18419     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18420     layout: "plot-throughput-speedup-analysis"
18421
18422 - type: "plot"
18423   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18424   algorithm: "plot_tsa_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18432   layout:
18433     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18434     layout: "plot-throughput-speedup-analysis"
18435
18436 - type: "plot"
18437   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18438   algorithm: "plot_tsa_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18447     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18448   layout:
18449     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18450     layout: "plot-throughput-speedup-analysis"
18451
18452 - type: "plot"
18453   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18454   algorithm: "plot_tsa_name"
18455   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18457   include:
18458     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18464   layout:
18465     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18466     layout: "plot-throughput-speedup-analysis"
18467
18468 - type: "plot"
18469   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18470   algorithm: "plot_tsa_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18477     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18478   layout:
18479     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18480     layout: "plot-throughput-speedup-analysis"
18481
18482 - type: "plot"
18483   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18484   algorithm: "plot_tsa_name"
18485   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487   include:
18488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18489     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18490     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18491     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18492   layout:
18493     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18507   layout:
18508     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18509     layout: "plot-throughput-speedup-analysis"
18510
18511 - type: "plot"
18512   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18513   algorithm: "plot_tsa_name"
18514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18516   include:
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18522   layout:
18523     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18524     layout: "plot-throughput-speedup-analysis"
18525
18526 - type: "plot"
18527   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18528   algorithm: "plot_tsa_name"
18529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18531   include:
18532     - "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"
18533     - "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"
18534     - "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"
18535     - "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"
18536     - "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"
18537   layout:
18538     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18539     layout: "plot-throughput-speedup-analysis"
18540
18541 - type: "plot"
18542   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18543   algorithm: "plot_tsa_name"
18544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18546   include:
18547     - "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"
18548     - "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"
18549     - "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"
18550     - "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"
18551     - "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"
18552   layout:
18553     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 - type: "plot"
18557   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18558   algorithm: "plot_tsa_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18567   layout:
18568     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18569     layout: "plot-throughput-speedup-analysis"
18570
18571 - type: "plot"
18572   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18573   algorithm: "plot_tsa_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576   include:
18577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18582   layout:
18583     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18597   layout:
18598     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18599     layout: "plot-throughput-speedup-analysis"
18600
18601 - type: "plot"
18602   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18603   algorithm: "plot_tsa_name"
18604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18606   include:
18607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18609     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18611     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18612   layout:
18613     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18623     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18624     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18626   layout:
18627     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18640   layout:
18641     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "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"
18651     - "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"
18652     - "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"
18653     - "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"
18654   layout:
18655     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18656     layout: "plot-throughput-speedup-analysis"
18657
18658 - type: "plot"
18659   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18660   algorithm: "plot_tsa_name"
18661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18663   include:
18664     - "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"
18665     - "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"
18666     - "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"
18667     - "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"
18668   layout:
18669     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "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"
18679     - "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"
18680     - "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"
18681     - "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"
18682     - "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"
18683     - "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"
18684   layout:
18685     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18686     layout: "plot-throughput-speedup-analysis"
18687
18688 - type: "plot"
18689   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18690   algorithm: "plot_tsa_name"
18691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18693   include:
18694     - "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"
18695     - "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"
18696     - "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"
18697     - "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"
18698     - "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"
18699     - "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"
18700   layout:
18701     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18702     layout: "plot-throughput-speedup-analysis"
18703
18704 ################################################################################
18705
18706 # Packet Throughput - DPDK
18707
18708 # 2n-clx-xxv710
18709
18710 - type: "plot"
18711   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18712   algorithm: "plot_perf_box_name"
18713   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18714   data: "plot-dpdk-throughput-latency-2n-clx"
18715   include:
18716     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18717     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18718   layout:
18719     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18720     layout: "plot-throughput"
18721
18722 - type: "plot"
18723   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18724   algorithm: "plot_perf_box_name"
18725   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18726   data: "plot-dpdk-throughput-latency-2n-clx"
18727   include:
18728     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18729     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18730   layout:
18731     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18732     layout: "plot-throughput"
18733
18734 - type: "plot"
18735   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18736   algorithm: "plot_perf_box_name"
18737   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18738   data: "plot-dpdk-throughput-latency-2n-clx"
18739   include:
18740     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18741     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18742   layout:
18743     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18744     layout: "plot-throughput"
18745
18746 - type: "plot"
18747   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18748   algorithm: "plot_perf_box_name"
18749   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18750   data: "plot-dpdk-throughput-latency-2n-clx"
18751   include:
18752     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18753     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18754   layout:
18755     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18756     layout: "plot-throughput"
18757
18758 # 2n-clx-x710
18759
18760 - type: "plot"
18761   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18762   algorithm: "plot_perf_box_name"
18763   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18764   data: "plot-dpdk-throughput-latency-2n-clx"
18765   include:
18766     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18767     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18768   layout:
18769     title: "2n-clx-x710-64b-2t1c-base-ndr"
18770     layout: "plot-throughput"
18771
18772 - type: "plot"
18773   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18774   algorithm: "plot_perf_box_name"
18775   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18776   data: "plot-dpdk-throughput-latency-2n-clx"
18777   include:
18778     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18779     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18780   layout:
18781     title: "2n-clx-x710-64b-4t2c-base-ndr"
18782     layout: "plot-throughput"
18783
18784 - type: "plot"
18785   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18786   algorithm: "plot_perf_box_name"
18787   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18788   data: "plot-dpdk-throughput-latency-2n-clx"
18789   include:
18790     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18791     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18792   layout:
18793     title: "2n-clx-x710-64b-2t1c-base-pdr"
18794     layout: "plot-throughput"
18795
18796 - type: "plot"
18797   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18798   algorithm: "plot_perf_box_name"
18799   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18800   data: "plot-dpdk-throughput-latency-2n-clx"
18801   include:
18802     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18803     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18804   layout:
18805     title: "2n-clx-x710-64b-4t2c-base-pdr"
18806     layout: "plot-throughput"
18807
18808 ################################################################################
18809
18810 - type: "plot"
18811   title: "Latency by percentile: 2n-skx"
18812   algorithm: "plot_hdrh_lat_by_percentile"
18813   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18814   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18815   target-links: "../../_static/vpp"
18816   data: "plot-vpp-hdrh-lat-2n-skx"
18817   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18818   layout:
18819     layout: "plot-hdrh-latency-by-percentile"
18820
18821 - type: "plot"
18822   title: "Latency by percentile: 3n-skx"
18823   algorithm: "plot_hdrh_lat_by_percentile"
18824   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18825   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18826   target-links: "../../_static/vpp"
18827   data: "plot-vpp-hdrh-lat-3n-skx"
18828   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18829   layout:
18830     layout: "plot-hdrh-latency-by-percentile"
18831
18832 - type: "plot"
18833   title: "Latency by percentile: 2n-clx"
18834   algorithm: "plot_hdrh_lat_by_percentile"
18835   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18836   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18837   target-links: "../../_static/vpp"
18838   data: "plot-vpp-hdrh-lat-2n-clx"
18839   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18840   layout:
18841     layout: "plot-hdrh-latency-by-percentile"
18842
18843 - type: "plot"
18844   title: "Latency by percentile: 3n-hsw"
18845   algorithm: "plot_hdrh_lat_by_percentile"
18846   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18847   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18848   target-links: "../../_static/vpp"
18849   data: "plot-vpp-hdrh-lat-3n-hsw"
18850   filter: "'1T1C' and 'NIC_Intel-XL710'"
18851   layout:
18852     layout: "plot-hdrh-latency-by-percentile"
18853
18854 - type: "plot"
18855   title: "Latency by percentile: 3n-tsh"
18856   algorithm: "plot_hdrh_lat_by_percentile"
18857   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18858   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18859   target-links: "../../_static/vpp"
18860   data: "plot-vpp-hdrh-lat-3n-tsh"
18861   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18862   layout:
18863     layout: "plot-hdrh-latency-by-percentile"
18864
18865 - type: "plot"
18866   title: "Latency by percentile: DPDK 2n-skx"
18867   algorithm: "plot_hdrh_lat_by_percentile"
18868   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18869   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18870   target-links: "../../_static/dpdk"
18871   data: "plot-dpdk-hdrh-lat-2n-skx"
18872   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18873   layout:
18874     layout: "plot-hdrh-latency-by-percentile"
18875
18876 - type: "plot"
18877   title: "Latency by percentile: DPDK 3n-skx"
18878   algorithm: "plot_hdrh_lat_by_percentile"
18879   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18880   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18881   target-links: "../../_static/dpdk"
18882   data: "plot-dpdk-hdrh-lat-3n-skx"
18883   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18884   layout:
18885     layout: "plot-hdrh-latency-by-percentile"
18886
18887 - type: "plot"
18888   title: "Latency by percentile: DPDK 2n-clx"
18889   algorithm: "plot_hdrh_lat_by_percentile"
18890   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18891   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18892   target-links: "../../_static/dpdk"
18893   data: "plot-dpdk-hdrh-lat-2n-clx"
18894   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18895   layout:
18896     layout: "plot-hdrh-latency-by-percentile"
18897
18898 - type: "plot"
18899   title: "Latency by percentile: DPDK 3n-hsw"
18900   algorithm: "plot_hdrh_lat_by_percentile"
18901   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18902   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18903   target-links: "../../_static/dpdk"
18904   data: "plot-dpdk-hdrh-lat-3n-hsw"
18905   filter: "'1T1C' and 'NIC_Intel-XL710'"
18906   layout:
18907     layout: "plot-hdrh-latency-by-percentile"
18908
18909 - type: "plot"
18910   title: "Latency by percentile: DPDK 3n-tsh"
18911   algorithm: "plot_hdrh_lat_by_percentile"
18912   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18913   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18914   target-links: "../../_static/dpdk"
18915   data: "plot-dpdk-hdrh-lat-3n-tsh"
18916   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18917   layout:
18918     layout: "plot-hdrh-latency-by-percentile"