Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155 #        - 3   # NDRPDR sel
156 #        - 4   # NDRPDR sel
157 #        - 5   # NDRPDR sel
158 #        - 10  # NDRPDR sel
159 #        - 11  # NDRPDR sel
160 #        - 12  # NDRPDR sel
161 #        - 15  # NDRPDR sel
162 #        - 16  # NDRPDR sel
163 #        - 18  # NDRPDR sel
164 #        - 19  # NDRPDR sel
165         - 20  # NDRPDR sel env 4
166         - 21  # NDRPDR sel env 4
167         - 22  # NDRPDR sel env 4
168         - 23  # NDRPDR sel env 4
169         - 24  # NDRPDR sel env 4
170         - 25  # NDRPDR sel env 4
171         - 26  # NDRPDR sel env 4
172         - 27  # NDRPDR sel env 4
173         - 28  # NDRPDR sel env 4
174         - 29  # NDRPDR sel env 4
175
176     plot-vpp-hdrh-lat-3n-hsw:
177       csit-vpp-perf-report-iterative-2005-3n-hsw:
178         - 3   # NDRPDR sel
179
180 #    plot-vpp-nfv-3n-hsw-ndrpdr:
181 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
182 #        - 3   # NDRPDR sel
183 #        - 4   # NDRPDR sel
184 #        - 5   # NDRPDR sel
185 #        - 10  # NDRPDR sel
186 #        - 11  # NDRPDR sel
187 #        - 12  # NDRPDR sel
188 #        - 15  # NDRPDR sel
189 #        - 16  # NDRPDR sel
190 #        - 18  # NDRPDR sel
191 #        - 19  # NDRPDR sel
192
193 #    plot-vpp-nfv-3n-hsw-mrr:
194 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
195 #        - 13  # MRR
196
197     plot-vpp-hoststack-3n-hsw:
198       csit-vpp-perf-verify-2005-3n-hsw:
199         - 3   # hoststack
200         - 5   # hoststack
201         - 6   # hoststack
202         - 7   # hoststack
203         - 8   # hoststack
204         - 9   # hoststack
205         - 10  # hoststack
206         - 11  # hoststack
207         - 12  # hoststack
208         - 13  # hoststack
209
210     plot-dpdk-throughput-latency-3n-hsw:
211       csit-dpdk-perf-report-iterative-2005-3n-hsw:
212         - 5   # NDRPDR sel
213         - 6   # NDRPDR sel
214         - 7   # NDRPDR sel
215         - 8   # NDRPDR sel
216         - 9   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 13  # NDRPDR sel
221         - 14  # NDRPDR sel
222
223     plot-dpdk-hdrh-lat-3n-hsw:
224       csit-dpdk-perf-report-iterative-2005-3n-hsw:
225         - 5   # NDRPDR sel
226
227     # 3n-skx
228
229     plot-vpp-throughput-lat-tsa-3n-skx:
230       csit-vpp-perf-report-iterative-2005-3n-skx:
231 #        - 4   # NDRPDR sel
232 #        - 5   # NDRPDR sel ??? all x710 failed
233 #        - 33  # NDRPDR sel
234 #        - 28  # NDRPDR sel
235 #        - 34  # NDRPDR sel
236 #        - 36  # NDRPDR sel
237 #        - 37  # NDRPDR sel
238 #        - 38  # NDRPDR sel
239 #        - 39  # NDRPDR sel
240 #        - 41  # NDRPDR sel
241         - 42  # NDRPDR sel env 4
242         - 43  # NDRPDR sel env 4
243         - 44  # NDRPDR sel env 4
244         - 45  # NDRPDR sel env 4
245         - 47  # NDRPDR sel env 4
246
247     plot-vpp-hdrh-lat-3n-skx:
248       csit-vpp-perf-report-iterative-2005-3n-skx:
249         - 36  # NDRPDR sel
250
251     plot-vpp-nfv-3n-skx-ndrpdr:
252       # TODO: Add data:
253       csit-vpp-perf-report-iterative-2005-3n-skx:
254         - 4   # NDRPDR sel
255         - 5   # NDRPDR sel ??? all x710 failed
256         - 33  # NDRPDR sel
257         - 28  # NDRPDR sel
258         - 34  # NDRPDR sel
259
260     plot-vpp-nfv-3n-skx-mrr:
261       csit-vpp-perf-report-iterative-2005-3n-skx:
262         - 6   # MRR sel
263
264     plot-dpdk-throughput-latency-3n-skx:
265       csit-dpdk-perf-report-iterative-2005-3n-skx:
266         - 4   # NDRPDR sel
267         - 5   # NDRPDR sel
268         - 6   # NDRPDR sel
269         - 7   # NDRPDR sel
270         - 8   # NDRPDR sel
271         - 11  # NDRPDR sel
272         - 12  # NDRPDR sel
273         - 13  # NDRPDR sel
274         - 14  # NDRPDR sel
275         - 15  # NDRPDR sel
276
277     plot-dpdk-hdrh-lat-3n-skx:
278       csit-dpdk-perf-report-iterative-2005-3n-skx:
279         - 4   # NDRPDR sel
280
281     # 2n-skx
282
283     plot-vpp-throughput-lat-tsa-2n-skx:
284       csit-vpp-perf-report-iterative-2005-2n-skx:
285 #        - 43  # NDRPDR sel
286 #        - 38  # NDRPDR sel
287 #        - 7   # NDRPDR sel
288 #        - 65  # NDRPDR sel
289 #        - 47  # NDRPDR sel
290 #        - 55  # NDRPDR sel
291 #        - 67  # NDRPDR sel
292 #        - 75  # NDRPDR sel
293 #        - 76  # NDRPDR sel
294 #        - 73  # NDRPDR sel
295         - 88  # NDRPDR sel env 4
296         - 89  # NDRPDR sel env 4
297         - 90  # NDRPDR sel env 4
298         - 91  # NDRPDR sel env 4
299         - 92  # NDRPDR sel env 4
300         - 93  # NDRPDR sel env 4
301         - 94  # NDRPDR sel env 4
302
303     plot-vpp-hdrh-lat-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 55  # NDRPDR sel
306
307     plot-vpp-soak-2n-skx:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 49  # Soak
310         - 54  # Soak
311
312     plot-vpp-nfv-2n-skx-ndrpdr:
313       # TODO: Add data:
314       csit-vpp-perf-report-iterative-2005-2n-skx:
315         - 43  # NDRPDR sel
316         - 38  # NDRPDR sel
317         - 7   # NDRPDR sel
318         - 78  # nf-density-sel
319         - 83  # nf-density-sel
320
321     plot-vpp-nfv-2n-skx-mrr:
322       csit-vpp-perf-report-iterative-2005-2n-skx:
323         - 42  # MRR sel
324
325     plot-vpp-nfv-reconf-2n-skx:
326       csit-vpp-perf-report-iterative-2005-2n-skx:
327         - 48  # Reconf
328         - 50  # Reconf
329         - 51  # Reconf
330         - 52  # Reconf
331         - 53  # Reconf
332         - 60  # Reconf
333         - 70  # Reconf
334         - 71  # Reconf
335         - 63  # Reconf
336         - 66  # Reconf
337
338     plot-dpdk-throughput-latency-2n-skx:
339       csit-dpdk-perf-report-iterative-2005-2n-skx:
340         - 1   # NDRPDR sel
341         - 2   # NDRPDR sel
342         - 3   # NDRPDR sel
343         - 4   # NDRPDR sel
344         - 5   # NDRPDR sel
345         - 6   # NDRPDR sel
346         - 7   # NDRPDR sel
347         - 8   # NDRPDR sel
348         - 9   # NDRPDR sel
349         - 10  # NDRPDR sel
350
351     plot-dpdk-hdrh-lat-2n-skx:
352       csit-dpdk-perf-report-iterative-2005-2n-skx:
353         - 1   # NDRPDR sel
354
355     # 2n-clx
356
357     plot-vpp-throughput-lat-tsa-2n-clx:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359 #        - 7   # NDRPDR sel
360 #        - 38  # NDRPDR sel
361 #        - 9   # NDRPDR sel
362 #        - 32  # NDRPDR sel ???
363 #        - 33  # NDRPDR sel ???
364 #        - 39  # NDRPDR sel
365 #        - 40  # NDRPDR sel
366 #        - 43  # NDRPDR sel
367 #        - 50  # NDRPDR sel
368 #        - 51  # NDRPDR sel
369         - 62  # NDRPDR sel env 4
370         - 63  # NDRPDR sel env 4
371         - 64  # NDRPDR sel env 4
372         - 65  # NDRPDR sel env 4
373         - 66  # NDRPDR sel env 4
374         - 68  # NDRPDR sel env 4
375         - 69  # NDRPDR sel env 4
376         - 70  # NDRPDR sel env 4
377
378     plot-vpp-hdrh-lat-2n-clx:
379       csit-vpp-perf-report-iterative-2005-2n-clx:
380         - 51  # NDRPDR sel
381
382 #    plot-vpp-http-server-performance:
383 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
384 #      csit-vpp-perf-verify-2001-2n-clx:
385 #        - 80  # TCP
386
387     plot-vpp-nfv-2n-clx-ndrpdr:
388       csit-vpp-perf-report-iterative-2005-2n-clx:
389         - 7   # NDRPDR sel
390         - 38  # NDRPDR sel
391         - 9   # NDRPDR sel
392         - 39  # NDRPDR sel
393         - 40  # NDRPDR sel
394         - 57  # 2n-clx nfv-density-00
395         - 58  # 2n-clx nfv-density-00
396         - 59  # 2n-clx nfv-density-00
397         - 60  # 2n-clx nfv-density-00
398         - 61  # 2n-clx nfv-density-00
399
400     plot-vpp-nfv-2n-clx-mrr:
401       csit-vpp-perf-report-iterative-2005-2n-clx:
402         - 12   # MRR
403
404     plot-vpp-nfv-reconf-2n-clx:
405       csit-vpp-perf-report-iterative-2005-2n-clx:
406         - 42  # Reconf
407         - 45  # Reconf
408         - 46  # Reconf
409         - 47  # Reconf
410         - 48  # Reconf
411         - 52  # Reconf
412         - 53  # Reconf
413         - 54  # Reconf
414         - 55  # Reconf
415         - 56  # Reconf
416
417     plot-vpp-soak-2n-clx:
418       csit-vpp-perf-report-iterative-2005-2n-clx:
419         - 44  # Soak
420         - 49  # Soak
421
422     plot-dpdk-throughput-latency-2n-clx:
423       csit-dpdk-perf-report-iterative-2005-2n-clx:
424         - 1   # NDRPDR sel
425         - 2   # NDRPDR sel
426         - 3   # NDRPDR sel
427         - 4   # NDRPDR sel
428         - 5   # NDRPDR sel
429         - 6   # NDRPDR sel
430         - 7   # NDRPDR sel
431         - 8   # NDRPDR sel
432         - 9   # NDRPDR sel
433         - 10  # NDRPDR sel
434
435     plot-dpdk-hdrh-lat-2n-clx:
436       csit-dpdk-perf-report-iterative-2005-2n-clx:
437         - 1   # NDRPDR sel
438
439     # 3n-tsh
440
441     plot-vpp-throughput-lat-tsa-3n-tsh:
442       # TODO: Add data:
443       csit-vpp-perf-report-iterative-2005-3n-tsh:
444 #        - 9   # NDRPDR sel
445 #        - 11  # NDRPDR sel
446 #        - 12  # NDRPDR sel
447 #        - 20  # NDRPDR sel
448 #        - 14  # NDRPDR sel
449 #        - 21  # NDRPDR sel
450         - 23  # NDRPDR sel env 4
451         - 25  # NDRPDR sel env 4
452
453     plot-vpp-hdrh-lat-3n-tsh:
454       csit-vpp-perf-report-iterative-2005-3n-tsh:
455         - 9   # NDRPDR sel
456
457     plot-dpdk-throughput-latency-3n-tsh:
458       csit-dpdk-perf-report-iterative-2005-3n-tsh:
459         - 5   # NDRPDR sel
460
461     plot-dpdk-hdrh-lat-3n-tsh:
462       csit-dpdk-perf-report-iterative-2005-3n-tsh:
463         - 5   # NDRPDR sel
464
465     # 3n-dnv
466
467     plot-vpp-throughput-lat-tsa-3n-dnv:
468       csit-vpp-perf-report-iterative-2005-3n-dnv:
469         - 2   # NDRPDR sel
470         - 3   # NDRPDR sel
471         - 4   # NDRPDR sel
472         - 5   # NDRPDR sel
473         - 6   # NDRPDR sel
474         - 7   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-3n-dnv:
481       csit-dpdk-perf-report-iterative-2005-3n-dnv:
482         - 6   # NDRPDR sel
483         - 7   # NDRPDR sel
484         - 8   # NDRPDR sel
485         - 9   # NDRPDR sel
486         - 10  # NDRPDR sel
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 16  # NDRPDR sel
492
493     # 2n-dnv
494
495     plot-vpp-throughput-lat-tsa-2n-dnv:
496       csit-vpp-perf-report-iterative-2005-2n-dnv:
497         - 3   # NDRPDR sel
498         - 6   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 9   # NDRPDR sel
502         - 10  # NDRPDR sel
503         - 11  # NDRPDR sel
504         - 12  # NDRPDR sel
505         - 13  # NDRPDR sel
506         - 14  # NDRPDR sel
507
508     plot-dpdk-throughput-latency-2n-dnv:
509       csit-dpdk-perf-report-iterative-2005-2n-dnv:
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 11  # NDRPDR sel
514         - 12  # NDRPDR sel
515         - 13  # NDRPDR sel
516         - 14  # NDRPDR sel
517         - 15  # NDRPDR sel
518         - 16  # NDRPDR sel
519         - 17  # NDRPDR sel
520
521     ###########################################################################
522     # Simple tables (only one data set):
523
524     # NIC Comparisons
525
526     vpp-nic-comparison-3n-skx:
527       csit-vpp-perf-report-iterative-2005-3n-skx:
528         - 4   # NDRPDR sel
529         - 5   # NDRPDR sel ??? all x710 failed
530         - 33  # NDRPDR sel
531         - 28  # NDRPDR sel
532         - 34  # NDRPDR sel
533         - 36  # NDRPDR sel
534         - 37  # NDRPDR sel
535         - 38  # NDRPDR sel
536         - 39  # NDRPDR sel
537         - 41  # NDRPDR sel
538
539     vpp-nic-comparison-2n-skx:
540       csit-vpp-perf-report-iterative-2005-2n-skx:
541         - 43  # NDRPDR sel
542         - 38  # NDRPDR sel
543         - 7   # NDRPDR sel
544         - 65  # NDRPDR sel
545         - 47  # NDRPDR sel
546         - 55  # NDRPDR sel
547         - 67  # NDRPDR sel
548         - 75  # NDRPDR sel
549         - 76  # NDRPDR sel
550         - 73  # NDRPDR sel
551
552     vpp-nic-comparison-3n-skx-mrr:
553       csit-vpp-perf-report-iterative-2005-3n-skx:
554         - 6   # MRR sel
555
556     vpp-nic-comparison-2n-skx-mrr:
557       csit-vpp-perf-report-iterative-2005-2n-skx:
558         - 42  # MRR sel
559
560     # Results
561
562     vpp-perf-results-3n-hsw:
563       csit-vpp-perf-report-coverage-2005-3n-hsw:
564         - 1   # perf-full-3n-dnv-crypto_I
565         - 7   # perf-full-3n-hsw-crypto_II
566         - 3   # perf-full-3n-hsw-crypto_III
567         - 4   # perf-full-3n-dnv-crypto_IV
568         - 5   # perf-full-3n-hsw-ip4_I
569         - 6   # perf-full-3n-hsw-ip4_II
570         - 8   # perf-full-3n-hsw-ip4_III
571         - 9   # perf-full-3n-hsw-ip4_IV
572         - 10  # perf-full-3n-hsw-ip4_V
573         - 26  # perf-full-3n-hsw-ip4_VI
574         - 18  # perf-full-3n-hsw-ip4_VII
575         - 27  # perf-full-3n-hsw-ip4_VIII
576         - 28  # perf-full-3n-hsw-ip4_IX
577         - 29  # perf-full-3n-hsw-ip6_I
578         - 35  # perf-full-3n-hsw-ip6_II
579         - 42  # perf-full-3n-hsw-l2_I
580         - 33  # perf-full-3n-hsw-l2_II
581         - 37  # perf-full-3n-hsw-l2_III
582         - 45  # perf-full-3n-hsw-l2_IV
583         - 43  # perf-full-3n-hsw-l2_V
584         - 40  # perf-full-3n-hsw-l2_VI
585         - 44  # perf-full-3n-hsw-l2_VII
586         - 51  # perf-full-3n-hsw-l2_VIII
587         - 50  # perf-full-3n-hsw-l2_IX
588         - 52  # perf-full-3n-hsw-l2_X
589         - 53  # perf-full-3n-hsw-l2_XI
590         - 54  # perf-full-3n-hsw-memif
591         - 55  # perf-full-3n-hsw-ip4tunnels-I
592         - 56  # perf-full-3n-hsw-ip4tunnels-II
593         - 57  # perf-full-3n-hsw-ip4tunnels-III
594         - 58  # perf-full-3n-hsw-ip6tunnels-I
595         - 59  # perf-full-3n-hsw-srv6-I
596         - 60  # perf-full-3n-hsw-srv6-II
597         - 61  # perf-full-3n-hsw-vhost-I
598         - 62  # perf-full-3n-hsw-vhost-II
599         - 63  # perf-full-3n-hsw-vhost-III
600
601     vpp-perf-results-3n-skx:
602       csit-vpp-perf-report-coverage-2005-3n-skx:
603         - 10  # perf-full-3n-skx-crypto_I
604         - 11  # perf-full-3n-skx-crypto_II
605         - 12  # perf-full-3n-skx-crypto_III
606         - 5   # perf-full-3n-skx-ip4_I
607         - 14  # perf-full-3n-skx-ip4_II
608         - 7   # perf-full-3n-skx-ip4_III
609         - 15  # perf-full-3n-skx-ip4_IV
610         - 16  # perf-full-3n-skx-ip4_V
611         - 17  # perf-full-3n-skx-ip4_VI
612         - 18  # perf-full-3n-skx-ip4_VII
613         - 19  # perf-full-3n-skx-ip4_VIII
614         - 20  # perf-full-3n-skx-ip4_IX
615         - 24  # perf-full-3n-skx-ip6_I
616         - 25  # perf-full-3n-skx-ip6_II
617         - 21  # perf-full-3n-skx-ip4tunnels-I
618         - 22  # perf-full-3n-skx-ip4tunnels-II
619         - 23  # perf-full-3n-skx-ip4tunnels-III
620         - 26  # perf-full-3n-skx-ip6tunnels-I
621         - 28  # perf-full-3n-skx-l2_II
622         - 29  # perf-full-3n-skx-l2_III
623         - 30  # perf-full-3n-skx-l2_IV
624         - 32  # perf-full-3n-skx-l2_VI
625         - 33  # perf-full-3n-skx-l2_VII
626         - 34  # perf-full-3n-skx-l2_VIII
627         - 35  # perf-full-3n-skx-l2_IX
628         - 36  # perf-full-3n-skx-l2_X
629         - 37  # perf-full-3n-skx-l2_XI
630         - 38  # perf-full-3n-skx-memif
631         - 39  # perf-full-3n-skx-srv6-I
632         - 40  # perf-full-3n-skx-srv6-II
633         - 43  # perf-full-3n-skx-vhost-III
634
635     vpp-perf-results-2n-skx:
636       # TODO: Add data:
637       csit-vpp-perf-report-coverage-2005-2n-skx:
638         - 11  # perf-full-2n-skx-ip4_I
639         - 3   # perf-full-2n-skx-ip4_II
640         - 18  # perf-full-2n-skx-ip4_III
641         - 19  # perf-full-2n-skx-ip4_IV
642         - 5   # perf-full-2n-skx-ip4_V
643         - 20  # perf-full-2n-skx-ip4_VI
644         - 7   # perf-full-2n-skx-ip6_I
645         - 21  # perf-full-2n-skx-ip6_II
646         - 9   # perf-full-2n-skx-l2_I
647         - 22  # perf-full-2n-skx-l2_II
648         - 23  # perf-full-2n-skx-memif
649         - 24  # perf-full-2n-skx-loadbalancer
650         - 25  # perf-full-2n-skx-vhost I
651         - 26  # perf-full-2n-skx-vhost II
652         - 27  # perf-full-2n-skx-vts
653
654     vpp-perf-results-2n-clx:
655       csit-vpp-perf-report-coverage-2005-2n-clx:
656         - 21  # perf-full-2n-clx-ip4_I
657         - 2   # perf-full-2n-clx-ip4_II
658         - 3   # perf-full-2n-clx-ip4_III
659         - 4   # perf-full-2n-clx-ip4_IV
660         - 5   # perf-full-2n-clx-ip4_V
661         - 6   # perf-full-2n-clx-ip4_VI
662         - 7   # perf-full-2n-clx-ip6_I
663         - 16  # perf-full-2n-clx-ip6_II
664         - 23  # perf-full-2n-clx-l2_I
665         - 10  # perf-full-2n-clx-l2_II
666         - 11  # perf-full-2n-clx-memif
667         - 12  # perf-full-2n-clx-loadbalancer
668         - 13  # perf-full-2n-clx-vhost I
669         - 22  # perf-full-2n-clx-vhost II
670         - 15  # perf-full-2n-clx-vts
671
672     vpp-perf-results-3n-tsh:
673       csit-vpp-perf-report-iterative-2005-3n-tsh:
674         - 9   # NDRPDR sel
675
676     vpp-perf-results-3n-dnv:
677       csit-vpp-perf-report-coverage-2005-3n-dnv:
678         - 1   # perf-full-3n-dnv-crypto_I
679         - 24  # perf-full-3n-dnv-crypto_II
680         - 5   # perf-full-3n-dnv-ip4_I
681         - 13  # perf-full-3n-dnv-ip4_II
682         - 17  # perf-full-3n-dnv-ip6_I
683         - 18  # perf-full-3n-dnv-ip6_II
684         - 21  # perf-full-3n-dnv-l2_I
685         - 22  # perf-full-3n-dnv-l2_II
686         - 23  # perf-full-3n-dnv-ip4-tunnels_I
687
688     vpp-perf-results-2n-dnv:
689       csit-vpp-perf-report-coverage-2005-2n-dnv:
690         - 1   # perf-full-2n-dnv-ip4_I
691         - 2   # perf-full-2n-dnv-ip4_II
692         - 3   # perf-full-2n-dnv-ip6_I
693         - 4   # perf-full-2n-dnv-ip6_II
694         - 5   # perf-full-2n-dnv-l2_I
695         - 6   # perf-full-2n-dnv-l2_II
696
697     vpp-mrr-results-3n-hsw:
698       csit-vpp-perf-report-iterative-2005-3n-hsw:
699         - 13  # MRR
700
701     vpp-mrr-results-3n-skx:
702       csit-vpp-perf-report-iterative-2005-3n-skx:
703         - 6   # MRR sel
704
705     vpp-mrr-results-2n-skx:
706       csit-vpp-perf-report-iterative-2005-2n-skx:
707         - 42  # MRR sel
708
709     vpp-mrr-results-2n-clx:
710       csit-vpp-perf-report-iterative-2005-2n-clx:
711         - 12   # MRR
712
713     vpp-mrr-results-3n-tsh:
714       csit-vpp-perf-report-iterative-2005-3n-tsh:
715         - 10  # MRR sel
716
717     vpp-mrr-results-3n-dnv:
718       csit-vpp-perf-report-iterative-2005-3n-dnv:
719         - 8   # MRR
720
721     vpp-mrr-results-2n-dnv:
722       csit-vpp-perf-report-iterative-2005-2n-dnv:
723         - 15  # MRR sel
724
725     vpp-device-results-ubuntu:
726       csit-vpp-device-2005-ubuntu1804-1n-skx:
727         - 35
728
729     dpdk-perf-results-3n-hsw:
730       csit-dpdk-perf-report-iterative-2005-3n-hsw:
731         - 5   # NDRPDR sel
732
733     dpdk-perf-results-3n-skx:
734       csit-dpdk-perf-report-iterative-2005-3n-skx:
735         - 4   # NDRPDR sel
736
737     dpdk-perf-results-2n-skx:
738       csit-dpdk-perf-report-iterative-2005-2n-skx:
739         - 1   # NDRPDR sel
740
741     dpdk-perf-results-2n-clx:
742       csit-dpdk-perf-report-iterative-2005-2n-clx:
743         - 1   # NDRPDR sel
744
745     dpdk-perf-results-2n-dnv:
746       csit-dpdk-perf-report-iterative-2005-2n-dnv:
747         - 8   # NDRPDR sel
748
749     dpdk-perf-results-3n-dnv:
750       csit-dpdk-perf-report-iterative-2005-3n-dnv:
751         - 6   # NDRPDR sel
752
753     dpdk-perf-results-3n-tsh:
754       csit-dpdk-perf-report-iterative-2005-3n-tsh:
755         - 5   # NDRPDR sel
756
757 ###########################################################################
758     # Tables (more than one data set)
759
760     # Performance changes
761
762     vpp-performance-changes-3n-hsw-h1:
763       csit-vpp-perf-verify-1908-3n-hsw:
764         - 12  # NDRPDR sel
765         - 13  # NDRPDR sel
766         - 14  # NDRPDR sel
767         - 15  # NDRPDR sel
768         - 16  # NDRPDR sel
769         - 17  # NDRPDR sel
770         - 18  # NDRPDR sel
771         - 19  # NDRPDR sel
772         - 20  # NDRPDR sel
773         - 21  # NDRPDR sel
774     vpp-performance-changes-3n-hsw-ref:
775       csit-vpp-perf-verify-2001-3n-hsw:
776         - 21  # NDRPDR sel
777         - 22  # NDRPDR sel
778         - 23  # NDRPDR sel
779         - 24  # NDRPDR sel
780         - 25  # NDRPDR sel
781         - 29  # NDRPDR sel
782         - 30  # NDRPDR sel
783         - 31  # NDRPDR sel
784         - 32  # NDRPDR sel
785         - 34  # NDRPDR sel
786     vpp-performance-changes-3n-hsw-cmp:
787       csit-vpp-perf-report-iterative-2005-3n-hsw:
788         - 3   # NDRPDR sel
789         - 4   # NDRPDR sel
790         - 5   # NDRPDR sel
791         - 10  # NDRPDR sel
792         - 11  # NDRPDR sel
793         - 12  # NDRPDR sel
794         - 15  # NDRPDR sel
795         - 16  # NDRPDR sel
796         - 18  # NDRPDR sel
797         - 19  # NDRPDR sel
798     vpp-performance-changes-3n-hsw-cmp-2:
799       csit-vpp-perf-report-iterative-2005-3n-hsw:
800         - 20  # NDRPDR sel env 4
801         - 21  # NDRPDR sel env 4
802         - 22  # NDRPDR sel env 4
803         - 23  # NDRPDR sel env 4
804         - 24  # NDRPDR sel env 4
805         - 25  # NDRPDR sel env 4
806         - 26  # NDRPDR sel env 4
807         - 27  # NDRPDR sel env 4
808         - 28  # NDRPDR sel env 4
809         - 29  # NDRPDR sel env 4
810     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
811       csit-vpp-perf-report-iterative-2005-3n-hsw:
812         - 31  # NDRPDR sel 2001.0-4
813         - 32  # NDRPDR sel 2001.0-4
814         - 33  # NDRPDR sel 2001.0-4
815
816     vpp-performance-changes-3n-skx-h1:
817       csit-vpp-perf-verify-1908_1-3n-skx:
818         - 26  # NDRPDR sel - new1908.1
819         - 27  # NDRPDR sel - new1908.1
820         - 28  # NDRPDR sel - new1908.1
821         - 29  # NDRPDR sel - new1908.1
822         - 30  # NDRPDR sel - new1908.1
823         - 31  # NDRPDR sel - new1908.1
824         - 33  # NDRPDR sel - new1908.1
825         - 34  # NDRPDR sel - new1908.1
826         - 35  # NDRPDR sel - new1908.1
827         - 36  # NDRPDR sel - new1908.1
828     vpp-performance-changes-3n-skx-ref:
829       csit-vpp-perf-verify-2001-3n-skx:
830         - 69  # NDRPDR sel - new2001.0
831         - 71  # NDRPDR sel - new2001.0
832         - 72  # NDRPDR sel - new2001.0
833         - 76  # NDRPDR sel - new2001.0
834         - 77  # NDRPDR sel - new2001.0
835         - 78  # NDRPDR sel - new2001.0
836         - 80  # NDRPDR sel - new2001.0
837     vpp-performance-changes-3n-skx-cmp:
838       csit-vpp-perf-report-iterative-2005-3n-skx:
839         - 4   # NDRPDR sel
840         - 5   # NDRPDR sel ??? all x710 failed
841         - 33  # NDRPDR sel
842         - 28  # NDRPDR sel
843         - 34  # NDRPDR sel
844         - 36  # NDRPDR sel
845         - 37  # NDRPDR sel
846         - 38  # NDRPDR sel
847         - 39  # NDRPDR sel
848         - 41  # NDRPDR sel
849     vpp-performance-changes-3n-skx-cmp-2:
850       csit-vpp-perf-report-iterative-2005-3n-skx:
851         - 42  # NDRPDR sel env 4
852         - 43  # NDRPDR sel env 4
853         - 44  # NDRPDR sel env 4
854         - 45  # NDRPDR sel env 4
855         - 47  # NDRPDR sel env 4
856     vpp-performance-changes-3n-skx-cmp-2001.0-4:
857       csit-vpp-perf-report-iterative-2005-3n-skx:
858         - 50  # NDRPDR sel 2001.0-4
859
860     vpp-performance-changes-2n-skx-h1:
861       csit-vpp-perf-verify-1908_1-2n-skx:
862         - 39  # NDRPDR sel - new1908.1
863         - 40  # NDRPDR sel - new1908.1
864         - 41  # NDRPDR sel - new1908.1
865         - 43  # NDRPDR sel - new1908.1
866         - 44  # NDRPDR sel - new1908.1
867         - 45  # NDRPDR sel - new1908.1
868         - 46  # NDRPDR sel - new1908.1
869         - 47  # NDRPDR sel - new1908.1
870         - 48  # NDRPDR sel - new1908.1
871         - 49  # NDRPDR sel - new1908.1
872     vpp-performance-changes-2n-skx-ref:
873       csit-vpp-perf-verify-2001-2n-skx:
874         - 143  # NDRPDR sel - new2001.0
875         - 146  # NDRPDR sel - new2001.0
876         - 147  # NDRPDR sel - new2001.0
877         - 148  # NDRPDR sel - new2001.0
878         - 149  # NDRPDR sel - new2001.0
879         - 150  # NDRPDR sel - new2001.0
880         - 151  # NDRPDR sel - new2001.0
881         - 152  # NDRPDR sel - new2001.0
882         - 153  # NDRPDR sel - new2001.0
883         - 154  # NDRPDR sel - new2001.0
884     vpp-performance-changes-2n-skx-cmp:
885       csit-vpp-perf-report-iterative-2005-2n-skx:
886         - 43  # NDRPDR sel
887         - 38  # NDRPDR sel
888         - 7   # NDRPDR sel
889         - 65  # NDRPDR sel
890         - 47  # NDRPDR sel
891         - 55  # NDRPDR sel
892         - 67  # NDRPDR sel
893         - 75  # NDRPDR sel
894         - 76  # NDRPDR sel
895         - 73  # NDRPDR sel
896     vpp-performance-changes-2n-skx-cmp-2:
897       csit-vpp-perf-report-iterative-2005-2n-skx:
898         - 88  # NDRPDR sel env 4
899         - 89  # NDRPDR sel env 4
900         - 90  # NDRPDR sel env 4
901         - 91  # NDRPDR sel env 4
902         - 92  # NDRPDR sel env 4
903         - 93  # NDRPDR sel env 4
904         - 94  # NDRPDR sel env 4
905     vpp-performance-changes-2n-skx-cmp-2001.0-4:
906       csit-vpp-perf-report-iterative-2005-2n-skx:
907         - 100 # NDRPDR sel 2001.0-4
908         - 101 # NDRPDR sel 2001.0-4
909
910 #    vpp-performance-changes-nfv-2n-skx-ref:
911 #      csit-vpp-perf-verify-2001-2n-skx:
912 #        - 30  # NFV
913 #        - 31  # NFV
914 #    vpp-performance-changes-nfv-2n-skx-cmp:
915 #      csit-vpp-perf-report-iterative-2005-2n-skx:
916 #        - 43  # NDRPDR sel
917 #        - 38  # NDRPDR sel
918 #        - 7   # NDRPDR sel
919 #        - 78  # nf-density-sel
920 #        - 83  # nf-density-sel
921
922     vpp-performance-changes-2n-clx-ref:
923       csit-vpp-perf-verify-2001-2n-clx:
924         - 28  # NDRPDR sel
925         - 29  # NDRPDR sel
926         - 32  # NDRPDR sel
927         - 40  # NDRPDR sel
928         - 43  # NDRPDR sel
929         - 44  # NDRPDR sel
930         - 45  # NDRPDR sel
931         - 47  # NDRPDR sel
932         - 48  # NDRPDR sel
933         - 49  # NDRPDR sel
934     vpp-performance-changes-2n-clx-cmp:
935       csit-vpp-perf-report-iterative-2005-2n-clx:
936         - 7   # NDRPDR sel
937         - 38  # NDRPDR sel
938         - 9   # NDRPDR sel
939         - 32  # NDRPDR sel ???
940         - 33  # NDRPDR sel ???
941         - 39  # NDRPDR sel
942         - 40  # NDRPDR sel
943         - 43  # NDRPDR sel
944         - 50  # NDRPDR sel
945         - 51  # NDRPDR sel
946     vpp-performance-changes-2n-clx-cmp-2:
947       csit-vpp-perf-report-iterative-2005-2n-clx:
948         - 62  # NDRPDR sel env 4
949         - 63  # NDRPDR sel env 4
950         - 64  # NDRPDR sel env 4
951         - 65  # NDRPDR sel env 4
952         - 66  # NDRPDR sel env 4
953         - 68  # NDRPDR sel env 4
954         - 69  # NDRPDR sel env 4
955         - 70  # NDRPDR sel env 4
956     vpp-performance-changes-2n-clx-cmp-2001.0-4:
957       csit-vpp-perf-report-iterative-2005-2n-clx:
958         - 73  # NDRPDR sel 2001.0-4
959         - 74  # NDRPDR sel 2001.0-4
960         - 75  # NDRPDR sel 2001.0-4
961         - 76  # NDRPDR sel 2001.0-4
962
963     vpp-performance-changes-2n-dnv-h1:
964       csit-vpp-perf-verify-1908-2n-dnv:
965         - 1   # NDRPDR sel
966         - 2   # NDRPDR sel
967         - 3   # NDRPDR sel
968         - 4   # NDRPDR sel
969         - 5   # NDRPDR sel
970         - 6   # NDRPDR sel
971         - 7   # NDRPDR sel
972         - 8   # NDRPDR sel
973         - 9   # NDRPDR sel
974         - 10  # NDRPDR sel
975     vpp-performance-changes-2n-dnv-ref:
976       csit-vpp-perf-verify-2001-2n-dnv:
977         - 4   # NDRPDR sel
978         - 5   # NDRPDR sel
979         - 6   # NDRPDR sel
980         - 7   # NDRPDR sel
981         - 8   # NDRPDR sel
982         - 9   # NDRPDR sel
983         - 10  # NDRPDR sel
984         - 11  # NDRPDR sel
985         - 13  # NDRPDR sel
986         - 16  # NDRPDR sel
987     vpp-performance-changes-2n-dnv-cmp:
988       csit-vpp-perf-report-iterative-2005-2n-dnv:
989         - 3   # NDRPDR sel
990         - 6   # NDRPDR sel
991         - 7   # NDRPDR sel
992         - 8   # NDRPDR sel
993         - 9   # NDRPDR sel
994         - 10  # NDRPDR sel
995         - 11  # NDRPDR sel
996         - 12  # NDRPDR sel
997         - 13  # NDRPDR sel
998         - 14  # NDRPDR sel
999
1000     vpp-performance-changes-3n-dnv-h1:
1001       csit-vpp-perf-verify-1908-3n-dnv:
1002         - 6   # NDRPDR sel
1003         - 7   # NDRPDR sel
1004         - 8   # NDRPDR sel
1005         - 9   # NDRPDR sel
1006         - 10  # NDRPDR sel
1007         - 12  # NDRPDR sel
1008         - 13  # NDRPDR sel
1009         - 14  # NDRPDR sel
1010         - 15  # NDRPDR sel
1011         - 16  # NDRPDR sel
1012     vpp-performance-changes-3n-dnv-ref:
1013       csit-vpp-perf-verify-2001-3n-dnv:
1014         - 5   # NDRPDR sel
1015         - 6   # NDRPDR sel
1016         - 7   # NDRPDR sel
1017         - 8   # NDRPDR sel
1018         - 9   # NDRPDR sel
1019         - 10  # NDRPDR sel
1020         - 12  # NDRPDR sel
1021         - 16  # NDRPDR sel
1022         - 17  # NDRPDR sel
1023         - 18  # NDRPDR sel
1024     vpp-performance-changes-3n-dnv-cmp:
1025       csit-vpp-perf-report-iterative-2005-3n-dnv:
1026         - 2   # NDRPDR sel
1027         - 3   # NDRPDR sel
1028         - 4   # NDRPDR sel
1029         - 5   # NDRPDR sel
1030         - 6   # NDRPDR sel
1031         - 7   # NDRPDR sel
1032         - 9   # NDRPDR sel
1033         - 10  # NDRPDR sel
1034         - 11  # NDRPDR sel
1035         - 12  # NDRPDR sel
1036
1037     vpp-performance-changes-3n-tsh-h1:
1038       csit-vpp-perf-verify-1908-3n-tsh:
1039         - 7   # NDRPDR sel
1040         - 8   # NDRPDR sel
1041         - 9   # NDRPDR sel
1042         - 10  # NDRPDR sel
1043         - 11  # NDRPDR sel
1044         - 12  # NDRPDR sel
1045         - 13  # NDRPDR sel
1046         - 14  # NDRPDR sel
1047         - 15  # NDRPDR sel
1048         - 16  # NDRPDR sel
1049     vpp-performance-changes-3n-tsh-ref:
1050       csit-vpp-perf-verify-2001-3n-tsh:
1051         - 3   # NDRPDR sel
1052         - 4   # NDRPDR sel
1053         - 7   # NDRPDR sel
1054         - 8   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056         - 12  # NDRPDR sel
1057         - 13  # NDRPDR sel
1058         - 14  # NDRPDR sel
1059         - 15  # NDRPDR sel
1060         - 21  # NDRPDR sel
1061     vpp-performance-changes-3n-tsh-cmp:
1062       # TODO: Add data:
1063       csit-vpp-perf-report-iterative-2005-3n-tsh:
1064         - 9   # NDRPDR sel
1065         - 11  # NDRPDR sel
1066         - 12  # NDRPDR sel
1067         - 20  # NDRPDR sel
1068         - 14  # NDRPDR sel
1069         - 21  # NDRPDR sel
1070     vpp-performance-changes-3n-tsh-cmp-2:
1071       csit-vpp-perf-report-iterative-2005-3n-tsh:
1072         - 23  # NDRPDR sel env 4
1073         - 25  # NDRPDR sel env 4
1074     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1075       csit-vpp-perf-report-iterative-2005-3n-tsh:
1076         - 28  # NDRPDR sel 2001.0-4
1077
1078     vpp-soak-vs-ndr-2n-skx-ref:
1079       csit-vpp-perf-report-iterative-2005-2n-skx:
1080         - 43  # NDRPDR sel
1081         - 38  # NDRPDR sel
1082         - 7   # NDRPDR sel
1083         - 65  # NDRPDR sel
1084         - 47  # NDRPDR sel
1085         - 55  # NDRPDR sel
1086         - 67  # NDRPDR sel
1087         - 75  # NDRPDR sel
1088         - 76  # NDRPDR sel
1089         - 73  # NDRPDR sel
1090     vpp-soak-vs-ndr-2n-skx-cmp:
1091       csit-vpp-perf-report-iterative-2005-2n-skx:
1092         - 49  # Soak
1093         - 54  # Soak
1094     vpp-soak-vs-ndr-2n-skx:
1095       csit-vpp-perf-report-iterative-2005-2n-skx:
1096         - 43  # NDRPDR sel
1097         - 38  # NDRPDR sel
1098         - 7   # NDRPDR sel
1099         - 65  # NDRPDR sel
1100         - 47  # NDRPDR sel
1101         - 55  # NDRPDR sel
1102         - 67  # NDRPDR sel
1103         - 75  # NDRPDR sel
1104         - 76  # NDRPDR sel
1105         - 73  # NDRPDR sel
1106         - 49  # Soak
1107         - 54  # Soak
1108
1109     vpp-soak-vs-ndr-2n-clx-ref:
1110       csit-vpp-perf-report-iterative-2005-2n-clx:
1111         - 7   # NDRPDR sel
1112         - 38  # NDRPDR sel
1113         - 9   # NDRPDR sel
1114         - 32  # NDRPDR sel ???
1115         - 33  # NDRPDR sel ???
1116         - 39  # NDRPDR sel
1117         - 40  # NDRPDR sel
1118         - 43  # NDRPDR sel
1119         - 50  # NDRPDR sel
1120         - 51  # NDRPDR sel
1121     vpp-soak-vs-ndr-2n-clx-cmp:
1122       csit-vpp-perf-report-iterative-2005-2n-clx:
1123         - 44  # Soak
1124         - 49  # Soak
1125     vpp-soak-vs-ndr-2n-clx:
1126       csit-vpp-perf-report-iterative-2005-2n-clx:
1127         - 7   # NDRPDR sel
1128         - 38  # NDRPDR sel
1129         - 9   # NDRPDR sel
1130         - 32  # NDRPDR sel ???
1131         - 33  # NDRPDR sel ???
1132         - 39  # NDRPDR sel
1133         - 40  # NDRPDR sel
1134         - 43  # NDRPDR sel
1135         - 50  # NDRPDR sel
1136         - 51  # NDRPDR sel
1137         - 44  # Soak
1138         - 49  # Soak
1139
1140     vpp-performance-changes-3n-hsw-mrr-h1:
1141       csit-vpp-perf-verify-1908-3n-hsw:
1142         - 39  # MRR sel
1143     vpp-performance-changes-3n-hsw-mrr-ref:
1144       csit-vpp-perf-verify-2001-3n-hsw:
1145         - 17  # MRR sel
1146     vpp-performance-changes-3n-hsw-mrr-cmp:
1147       csit-vpp-perf-report-iterative-2005-3n-hsw:
1148         - 13  # MRR
1149     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1150       csit-vpp-perf-report-iterative-2005-3n-hsw:
1151         - 30  # MRR env 4
1152
1153 #    vpp-performance-changes-3n-skx-mrr-h1:
1154 #      csit-vpp-perf-verify-1908-3n-skx:
1155 #        - 36  # MRR sel
1156     vpp-performance-changes-3n-skx-mrr-ref:
1157       csit-vpp-perf-verify-2001-3n-skx:
1158         - 50  # MRR sel
1159         - 53  # MRR sel addition
1160     vpp-performance-changes-3n-skx-mrr-cmp:
1161       csit-vpp-perf-report-iterative-2005-3n-skx:
1162         - 6   # MRR sel
1163     vpp-performance-changes-3n-skx-mrr-cmp-2:
1164       csit-vpp-perf-report-iterative-2005-3n-skx:
1165         - 49  # MRR sel env 4
1166
1167 #    vpp-performance-changes-2n-skx-mrr-h1:
1168 #      csit-vpp-perf-verify-1908-2n-skx:
1169 #        - 69  # MRR sel
1170     vpp-performance-changes-2n-skx-mrr-ref:
1171       csit-vpp-perf-verify-2001-2n-skx:
1172         - 101 # MRR sel
1173         - 128 # MRR sel addition
1174     vpp-performance-changes-2n-skx-mrr-cmp:
1175       csit-vpp-perf-report-iterative-2005-2n-skx:
1176         - 42  # MRR sel
1177     vpp-performance-changes-2n-skx-mrr-cmp-2:
1178       csit-vpp-perf-report-iterative-2005-2n-skx:
1179         - 99  # MRR sel env 4
1180
1181     vpp-performance-changes-2n-clx-mrr-ref:
1182       csit-vpp-perf-verify-2001-2n-clx:
1183         - 39  # MRR
1184     vpp-performance-changes-2n-clx-mrr-cmp:
1185       csit-vpp-perf-report-iterative-2005-2n-clx:
1186         - 12   # MRR
1187     vpp-performance-changes-2n-clx-mrr-cmp-2:
1188       csit-vpp-perf-report-iterative-2005-2n-clx:
1189         - 72   # MRR
1190
1191 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1192 #      csit-vpp-perf-verify-1908-2n-skx:
1193 #        - 71  # NFV MRR
1194 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1195 #      # csit-vpp-perf-verify-2001-2n-skx:
1196 #      csit-vpp-perf-verify-1908-2n-skx:
1197 #        - 71  # NFV MRR
1198
1199     vpp-performance-changes-2n-dnv-mrr-h1:
1200       csit-vpp-perf-verify-1908-2n-dnv:
1201         - 11  # MRR sel
1202     vpp-performance-changes-2n-dnv-mrr-ref:
1203       csit-vpp-perf-verify-2001-2n-dnv:
1204         - 12  # MRR sel
1205     vpp-performance-changes-2n-dnv-mrr-cmp:
1206       csit-vpp-perf-report-iterative-2005-2n-dnv:
1207         - 15  # MRR sel
1208
1209     vpp-performance-changes-3n-dnv-mrr-h1:
1210       csit-vpp-perf-verify-1908-3n-dnv:
1211         - 17  # MRR sel
1212     vpp-performance-changes-3n-dnv-mrr-ref:
1213       csit-vpp-perf-verify-2001-3n-dnv:
1214         - 11  # MRR sel
1215     vpp-performance-changes-3n-dnv-mrr-cmp:
1216       csit-vpp-perf-report-iterative-2005-3n-dnv:
1217         - 8   # MRR
1218
1219     vpp-performance-changes-3n-tsh-mrr-h1:
1220       csit-vpp-perf-verify-1908-3n-tsh:
1221         - 17  # MRR sel
1222     vpp-performance-changes-3n-tsh-mrr-ref:
1223       csit-vpp-perf-verify-2001-3n-tsh:
1224         - 9   # MRR sel
1225     vpp-performance-changes-3n-tsh-mrr-cmp:
1226       csit-vpp-perf-report-iterative-2005-3n-tsh:
1227         - 10  # MRR sel
1228     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1229       csit-vpp-perf-report-iterative-2005-3n-tsh:
1230         - 27  # MRR sel env 4
1231
1232     dpdk-performance-changes-3n-hsw-h1:
1233       csit-dpdk-perf-verify-1908-3n-hsw:
1234         - 2   # NDRPDR sel
1235         - 3   # NDRPDR sel
1236         - 4   # NDRPDR sel
1237         - 5   # NDRPDR sel
1238         - 6   # NDRPDR sel
1239         - 7   # NDRPDR sel
1240         - 8   # NDRPDR sel
1241         - 9   # NDRPDR sel
1242         - 10  # NDRPDR sel
1243         - 11  # NDRPDR sel
1244     dpdk-performance-changes-3n-hsw-ref:
1245       csit-dpdk-perf-verify-2001-3n-hsw:
1246         - 4   # NDRPDR sel
1247         - 5   # NDRPDR sel
1248         - 6   # NDRPDR sel
1249         - 7   # NDRPDR sel
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254         - 12  # NDRPDR sel
1255         - 13  # NDRPDR sel
1256         - 15  # NDRPDR sel
1257         - 16  # NDRPDR sel
1258         - 17  # NDRPDR sel
1259         - 18  # NDRPDR sel
1260         - 19  # NDRPDR sel
1261         - 20  # NDRPDR sel
1262         - 21  # NDRPDR sel
1263         - 22  # NDRPDR sel
1264         - 23  # NDRPDR sel
1265         - 24  # NDRPDR sel
1266     dpdk-performance-changes-3n-hsw-cmp:
1267       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1268         - 5   # NDRPDR sel
1269         - 6   # NDRPDR sel
1270         - 7   # NDRPDR sel
1271         - 8   # NDRPDR sel
1272         - 9   # NDRPDR sel
1273         - 10  # NDRPDR sel
1274         - 11  # NDRPDR sel
1275         - 12  # NDRPDR sel
1276         - 13  # NDRPDR sel
1277         - 14  # NDRPDR sel
1278
1279     dpdk-performance-changes-3n-skx-h1:
1280       csit-dpdk-perf-verify-1908-3n-skx:
1281         - 3   # NDRPDR sel
1282         - 4   # NDRPDR sel
1283         - 5   # NDRPDR sel
1284         - 6   # NDRPDR sel
1285         - 7   # NDRPDR sel
1286         - 8   # NDRPDR sel
1287         - 9   # NDRPDR sel
1288         - 10  # NDRPDR sel
1289         - 11  # NDRPDR sel
1290         - 12  # NDRPDR sel
1291     dpdk-performance-changes-3n-skx-ref:
1292       csit-dpdk-perf-verify-2001-3n-skx:
1293         - 29  # NDRPDR sel xxv710
1294         - 33  # NDRPDR sel xxv710
1295         - 34  # NDRPDR sel xxv710
1296         - 35  # NDRPDR sel xxv710
1297         - 36  # NDRPDR sel xxv710
1298         - 37  # NDRPDR sel xxv710
1299         - 41  # NDRPDR sel xxv710
1300         - 42  # NDRPDR sel xxv710
1301         - 43  # NDRPDR sel xxv710
1302         - 45  # NDRPDR sel xxv710
1303         - 30  # NDRPDR sel x710
1304         - 31  # NDRPDR sel x710
1305         - 32  # NDRPDR sel x710
1306         - 38  # NDRPDR sel x710
1307         - 39  # NDRPDR sel x710
1308         - 40  # NDRPDR sel x710
1309         - 44  # NDRPDR sel x710
1310         - 46  # NDRPDR sel x710
1311         - 47  # NDRPDR sel x710
1312         - 48  # NDRPDR sel x710
1313     dpdk-performance-changes-3n-skx-cmp:
1314       csit-dpdk-perf-report-iterative-2005-3n-skx:
1315         - 4   # NDRPDR sel
1316         - 5   # NDRPDR sel
1317         - 6   # NDRPDR sel
1318         - 7   # NDRPDR sel
1319         - 8   # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322         - 13  # NDRPDR sel
1323         - 14  # NDRPDR sel
1324         - 15  # NDRPDR sel
1325
1326     dpdk-performance-changes-2n-skx-h1:
1327       csit-dpdk-perf-verify-1908-2n-skx:
1328         - 2   # NDRPDR sel
1329         - 3   # NDRPDR sel
1330         - 4   # NDRPDR sel
1331         - 5   # NDRPDR sel
1332         - 7   # NDRPDR sel
1333         - 8   # NDRPDR sel
1334         - 9   # NDRPDR sel
1335         - 10  # NDRPDR sel
1336         - 11  # NDRPDR sel
1337         - 12  # NDRPDR sel
1338     dpdk-performance-changes-2n-skx-ref:
1339       csit-dpdk-perf-verify-2001-2n-skx:
1340         - 35  # NDRPDR sel xxv710
1341         - 36  # NDRPDR sel xxv710
1342         - 37  # NDRPDR sel xxv710
1343         - 41  # NDRPDR sel xxv710
1344         - 42  # NDRPDR sel xxv710
1345         - 43  # NDRPDR sel xxv710
1346         - 46  # NDRPDR sel xxv710
1347         - 47  # NDRPDR sel xxv710
1348         - 52  # NDRPDR sel xxv710
1349         - 53  # NDRPDR sel xxv710
1350         - 38  # NDRPDR sel x710
1351         - 39  # NDRPDR sel x710
1352         - 40  # NDRPDR sel x710
1353         - 44  # NDRPDR sel x710
1354         - 45  # NDRPDR sel x710
1355         - 48  # NDRPDR sel x710
1356         - 49  # NDRPDR sel x710
1357         - 50  # NDRPDR sel x710
1358         - 51  # NDRPDR sel x710
1359         - 54  # NDRPDR sel x710
1360     dpdk-performance-changes-2n-skx-cmp:
1361       csit-dpdk-perf-report-iterative-2005-2n-skx:
1362         - 1   # NDRPDR sel
1363         - 2   # NDRPDR sel
1364         - 3   # NDRPDR sel
1365         - 4   # NDRPDR sel
1366         - 5   # NDRPDR sel
1367         - 6   # NDRPDR sel
1368         - 7   # NDRPDR sel
1369         - 8   # NDRPDR sel
1370         - 9   # NDRPDR sel
1371         - 10  # NDRPDR sel
1372
1373     dpdk-performance-changes-2n-clx-ref:
1374       csit-dpdk-perf-verify-2001-2n-clx:
1375         - 15  # NDRPDR sel
1376         - 16  # NDRPDR sel
1377         - 17  # NDRPDR sel
1378         - 18  # NDRPDR sel
1379         - 19  # NDRPDR sel
1380         - 20  # NDRPDR sel
1381         - 21  # NDRPDR sel
1382         - 22  # NDRPDR sel
1383         - 23  # NDRPDR sel
1384         - 24  # NDRPDR sel
1385         - 25  # NDRPDR sel
1386         - 26  # NDRPDR sel
1387         - 27  # NDRPDR sel
1388         - 28  # NDRPDR sel
1389         - 29  # NDRPDR sel
1390         - 30  # NDRPDR sel
1391         - 31  # NDRPDR sel
1392         - 32  # NDRPDR sel
1393         - 33  # NDRPDR sel
1394         - 34  # NDRPDR sel
1395     dpdk-performance-changes-2n-clx-cmp:
1396       csit-dpdk-perf-report-iterative-2005-2n-clx:
1397         - 1   # NDRPDR sel
1398         - 2   # NDRPDR sel
1399         - 3   # NDRPDR sel
1400         - 4   # NDRPDR sel
1401         - 5   # NDRPDR sel
1402         - 6   # NDRPDR sel
1403         - 7   # NDRPDR sel
1404         - 8   # NDRPDR sel
1405         - 9   # NDRPDR sel
1406         - 10  # NDRPDR sel
1407
1408     dpdk-performance-changes-2n-dnv-ref:
1409       csit-dpdk-perf-verify-2001-2n-dnv:
1410         - 9   # NDRPDR sel
1411         - 10  # NDRPDR sel
1412         - 11  # NDRPDR sel
1413         - 12  # NDRPDR sel
1414         - 13  # NDRPDR sel
1415         - 14  # NDRPDR sel
1416         - 15  # NDRPDR sel
1417         - 16  # NDRPDR sel
1418         - 17  # NDRPDR sel
1419         - 18  # NDRPDR sel
1420     dpdk-performance-changes-2n-dnv-cmp:
1421       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1422         - 8   # NDRPDR sel
1423         - 9   # NDRPDR sel
1424         - 10  # NDRPDR sel
1425         - 11  # NDRPDR sel
1426         - 12  # NDRPDR sel
1427         - 13  # NDRPDR sel
1428         - 14  # NDRPDR sel
1429         - 15  # NDRPDR sel
1430         - 16  # NDRPDR sel
1431         - 17  # NDRPDR sel
1432
1433     dpdk-performance-changes-3n-dnv-ref:
1434       csit-dpdk-perf-verify-2001-3n-dnv:
1435         - 12  # NDRPDR sel
1436         - 13  # NDRPDR sel
1437         - 14  # NDRPDR sel
1438         - 15  # NDRPDR sel
1439         - 16  # NDRPDR sel
1440         - 17  # NDRPDR sel
1441         - 18  # NDRPDR sel
1442         - 19  # NDRPDR sel
1443         - 20  # NDRPDR sel
1444         - 22  # NDRPDR sel
1445     dpdk-performance-changes-3n-dnv-cmp:
1446       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1447         - 6   # NDRPDR sel
1448         - 7   # NDRPDR sel
1449         - 8   # NDRPDR sel
1450         - 9   # NDRPDR sel
1451         - 10  # NDRPDR sel
1452         - 11  # NDRPDR sel
1453         - 12  # NDRPDR sel
1454         - 13  # NDRPDR sel
1455         - 14  # NDRPDR sel
1456         - 16  # NDRPDR sel
1457
1458     dpdk-performance-changes-3n-tsh-ref:
1459       csit-dpdk-perf-verify-2001-3n-tsh:
1460         - 3   # NDRPDR sel
1461         - 4   # NDRPDR sel
1462         - 5   # NDRPDR sel
1463         - 9   # NDRPDR sel
1464         - 10  # NDRPDR sel
1465         - 11  # NDRPDR sel
1466         - 12  # NDRPDR sel
1467         - 14  # NDRPDR sel
1468         - 15  # NDRPDR sel
1469         - 18  # NDRPDR sel
1470     dpdk-performance-changes-3n-tsh-cmp:
1471       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1472         - 5   # NDRPDR sel
1473
1474     # Compare testbeds
1475
1476     vpp-compare-testbeds-ref:
1477       csit-vpp-perf-report-iterative-2005-3n-hsw:
1478         - 3   # NDRPDR sel
1479         - 4   # NDRPDR sel
1480         - 5   # NDRPDR sel
1481         - 10  # NDRPDR sel
1482         - 11  # NDRPDR sel
1483         - 12  # NDRPDR sel
1484         - 15  # NDRPDR sel
1485         - 16  # NDRPDR sel
1486         - 18  # NDRPDR sel
1487         - 19  # NDRPDR sel
1488     vpp-compare-testbeds-cmp:
1489       csit-vpp-perf-report-iterative-2005-3n-skx:
1490         - 4   # NDRPDR sel
1491         - 5   # NDRPDR sel ??? all x710 failed
1492         - 33  # NDRPDR sel
1493         - 28  # NDRPDR sel
1494         - 34  # NDRPDR sel
1495         - 36  # NDRPDR sel
1496         - 37  # NDRPDR sel
1497         - 38  # NDRPDR sel
1498         - 39  # NDRPDR sel
1499         - 41  # NDRPDR sel
1500
1501     vpp-compare-testbeds-skx-clx-ref:
1502       csit-vpp-perf-report-iterative-2005-2n-skx:
1503         - 43  # NDRPDR sel
1504         - 38  # NDRPDR sel
1505         - 7   # NDRPDR sel
1506         - 65  # NDRPDR sel
1507         - 47  # NDRPDR sel
1508         - 55  # NDRPDR sel
1509         - 67  # NDRPDR sel
1510         - 75  # NDRPDR sel
1511         - 76  # NDRPDR sel
1512         - 73  # NDRPDR sel
1513     vpp-compare-testbeds-skx-clx-cmp:
1514       csit-vpp-perf-report-iterative-2005-2n-clx:
1515         - 7   # NDRPDR sel
1516         - 38  # NDRPDR sel
1517         - 9   # NDRPDR sel
1518         - 32  # NDRPDR sel ???
1519         - 33  # NDRPDR sel ???
1520         - 39  # NDRPDR sel
1521         - 40  # NDRPDR sel
1522         - 43  # NDRPDR sel
1523         - 50  # NDRPDR sel
1524         - 51  # NDRPDR sel
1525
1526     vpp-compare-testbeds-hsw-clx-ref:
1527       csit-vpp-perf-report-iterative-2005-3n-hsw:
1528         - 3   # NDRPDR sel
1529         - 4   # NDRPDR sel
1530         - 5   # NDRPDR sel
1531         - 10  # NDRPDR sel
1532         - 11  # NDRPDR sel
1533         - 12  # NDRPDR sel
1534         - 15  # NDRPDR sel
1535         - 16  # NDRPDR sel
1536         - 18  # NDRPDR sel
1537         - 19  # NDRPDR sel
1538     vpp-compare-testbeds-hsw-clx-cmp:
1539       csit-vpp-perf-report-iterative-2005-2n-clx:
1540         - 7   # NDRPDR sel
1541         - 38  # NDRPDR sel
1542         - 9   # NDRPDR sel
1543         - 32  # NDRPDR sel ???
1544         - 33  # NDRPDR sel ???
1545         - 39  # NDRPDR sel
1546         - 40  # NDRPDR sel
1547         - 43  # NDRPDR sel
1548         - 50  # NDRPDR sel
1549         - 51  # NDRPDR sel
1550
1551     vpp-compare-testbeds-mrr-ref:
1552       csit-vpp-perf-report-iterative-2005-3n-hsw:
1553         - 13  # MRR
1554     vpp-compare-testbeds-mrr-cmp:
1555       csit-vpp-perf-report-iterative-2005-3n-skx:
1556         - 6   # MRR sel
1557
1558     vpp-compare-testbeds-mrr-skx-clx-ref:
1559       csit-vpp-perf-report-iterative-2005-2n-skx:
1560         - 42  # MRR sel
1561     vpp-compare-testbeds-mrr-skx-clx-cmp:
1562       csit-vpp-perf-report-iterative-2005-2n-clx:
1563         - 12   # MRR
1564
1565     vpp-compare-testbeds-mrr-hsw-clx-ref:
1566       csit-vpp-perf-report-iterative-2005-3n-hsw:
1567         - 13  # MRR
1568     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1569       csit-vpp-perf-report-iterative-2005-2n-clx:
1570         - 12   # MRR
1571
1572     dpdk-compare-testbeds-ref:
1573       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1574         - 5   # NDRPDR sel
1575         - 6   # NDRPDR sel
1576         - 7   # NDRPDR sel
1577         - 8   # NDRPDR sel
1578         - 9   # NDRPDR sel
1579         - 10  # NDRPDR sel
1580         - 11  # NDRPDR sel
1581         - 12  # NDRPDR sel
1582         - 13  # NDRPDR sel
1583         - 14  # NDRPDR sel
1584     dpdk-compare-testbeds-cmp:
1585       csit-dpdk-perf-report-iterative-2005-3n-skx:
1586         - 4   # NDRPDR sel
1587         - 5   # NDRPDR sel
1588         - 6   # NDRPDR sel
1589         - 7   # NDRPDR sel
1590         - 8   # NDRPDR sel
1591         - 11  # NDRPDR sel
1592         - 12  # NDRPDR sel
1593         - 13  # NDRPDR sel
1594         - 14  # NDRPDR sel
1595         - 15  # NDRPDR sel
1596
1597     dpdk-compare-testbeds-skx-clx-ref:
1598       csit-dpdk-perf-report-iterative-2005-2n-skx:
1599         - 1   # NDRPDR sel
1600         - 2   # NDRPDR sel
1601         - 3   # NDRPDR sel
1602         - 4   # NDRPDR sel
1603         - 5   # NDRPDR sel
1604         - 6   # NDRPDR sel
1605         - 7   # NDRPDR sel
1606         - 8   # NDRPDR sel
1607         - 9   # NDRPDR sel
1608         - 10  # NDRPDR sel
1609     dpdk-compare-testbeds-skx-clx-cmp:
1610       csit-dpdk-perf-report-iterative-2005-2n-clx:
1611         - 1   # NDRPDR sel
1612         - 2   # NDRPDR sel
1613         - 3   # NDRPDR sel
1614         - 4   # NDRPDR sel
1615         - 5   # NDRPDR sel
1616         - 6   # NDRPDR sel
1617         - 7   # NDRPDR sel
1618         - 8   # NDRPDR sel
1619         - 9   # NDRPDR sel
1620         - 10  # NDRPDR sel
1621
1622     # Compare topologies
1623
1624     vpp-compare-topologies-ref:
1625       csit-vpp-perf-report-iterative-2005-3n-skx:
1626         - 4   # NDRPDR sel
1627         - 5   # NDRPDR sel ??? all x710 failed
1628         - 33  # NDRPDR sel
1629         - 28  # NDRPDR sel
1630         - 34  # NDRPDR sel
1631         - 36  # NDRPDR sel
1632         - 37  # NDRPDR sel
1633         - 38  # NDRPDR sel
1634         - 39  # NDRPDR sel
1635         - 41  # NDRPDR sel
1636     vpp-compare-topologies-cmp:
1637       csit-vpp-perf-report-iterative-2005-2n-skx:
1638         - 43  # NDRPDR sel
1639         - 38  # NDRPDR sel
1640         - 7   # NDRPDR sel
1641         - 65  # NDRPDR sel
1642         - 47  # NDRPDR sel
1643         - 55  # NDRPDR sel
1644         - 67  # NDRPDR sel
1645         - 75  # NDRPDR sel
1646         - 76  # NDRPDR sel
1647         - 73  # NDRPDR sel
1648
1649     vpp-compare-topologies-mrr-ref:
1650       csit-vpp-perf-report-iterative-2005-3n-skx:
1651         - 6   # MRR sel
1652     vpp-compare-topologies-mrr-cmp:
1653       csit-vpp-perf-report-iterative-2005-2n-skx:
1654         - 42  # MRR sel
1655
1656     dpdk-compare-topologies-ref:
1657       csit-dpdk-perf-report-iterative-2005-3n-skx:
1658         - 4   # NDRPDR sel
1659         - 5   # NDRPDR sel
1660         - 6   # NDRPDR sel
1661         - 7   # NDRPDR sel
1662         - 8   # NDRPDR sel
1663         - 11  # NDRPDR sel
1664         - 12  # NDRPDR sel
1665         - 13  # NDRPDR sel
1666         - 14  # NDRPDR sel
1667         - 15  # NDRPDR sel
1668     dpdk-compare-topologies-cmp:
1669       csit-dpdk-perf-report-iterative-2005-2n-skx:
1670         - 1   # NDRPDR sel
1671         - 2   # NDRPDR sel
1672         - 3   # NDRPDR sel
1673         - 4   # NDRPDR sel
1674         - 5   # NDRPDR sel
1675         - 6   # NDRPDR sel
1676         - 7   # NDRPDR sel
1677         - 8   # NDRPDR sel
1678         - 9   # NDRPDR sel
1679         - 10  # NDRPDR sel
1680
1681   plot-layouts:
1682
1683     plot-soak-throughput:
1684       titlefont:
1685         size: 18
1686       xaxis:
1687         title: "<b>Test Cases [Index]</b>"
1688         titlefont:
1689           size: 16
1690         autorange: True
1691         fixedrange: False
1692         gridcolor: "rgb(230, 230, 230)"
1693         linecolor: "rgb(220, 220, 220)"
1694         linewidth: 1
1695         showgrid: True
1696         showline: True
1697         showticklabels: True
1698         tickcolor: "rgb(220, 220, 220)"
1699         tickmode: "linear"
1700         tickfont:
1701           size: 16
1702         zeroline: False
1703       yaxis:
1704         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1705         titlefont:
1706           size: 16
1707         gridcolor: "rgb(230, 230, 230)"
1708         hoverformat: ".4r"
1709         tickformat: ".3r"
1710         linecolor: "rgb(220, 220, 220)"
1711         linewidth: 1
1712         showgrid: True
1713         showline: True
1714         showticklabels: True
1715         tickcolor: "rgb(220, 220, 220)"
1716         tickfont:
1717           size: 16
1718         zeroline: False
1719         range: [0,50]
1720       autosize: False
1721       margin:
1722         t: 50
1723         b: 0
1724         l: 80
1725         r: 20
1726       showlegend: True
1727       legend:
1728         orientation: "h"
1729         font:
1730           size: 16
1731       width: 700
1732       height: 900
1733       paper_bgcolor: "#fff"
1734       plot_bgcolor: "#fff"
1735       hoverlabel:
1736         namelength: -1
1737
1738     plot-service-density:
1739       titlefont:
1740         size: 18
1741       xaxis:
1742         side: "top"
1743         autorange: True
1744         fixedrange: False
1745         showgrid: False
1746         showline: False
1747         showticklabels: False
1748         ticks: ""
1749         ticklen: 0
1750         tickwidth: 0
1751         zeroline: False
1752       yaxis:
1753         autorange: "reversed"
1754         showgrid: False
1755         showline: False
1756         showticklabels: False
1757         ticks: ""
1758         ticklen: 0
1759         tickwidth: 0
1760         zeroline: False
1761       showlegend: False
1762       paper_bgcolor: "#fff"
1763       plot_bgcolor: "#fff"
1764       width: 700
1765       height: 700
1766       hoverlabel:
1767         namelength: -1
1768
1769     plot-hoststack:
1770       titlefont:
1771         size: 16
1772       xaxis:
1773         title: "<b>Test Cases [Index]</b>"
1774         titlefont:
1775           size: 14
1776         autorange: True
1777         fixedrange: False
1778         gridcolor: "rgb(230, 230, 230)"
1779         linecolor: "rgb(220, 220, 220)"
1780         linewidth: 1
1781         showgrid: True
1782         showline: True
1783         showticklabels: True
1784         tickcolor: "rgb(220, 220, 220)"
1785         tickmode: "linear"
1786         tickfont:
1787           size: 14
1788         zeroline: False
1789       yaxis:
1790         title: "<b>Bandwidth [Gbps]</b>"
1791         titlefont:
1792           size: 14
1793         gridcolor: "rgb(230, 230, 230)"
1794         hoverformat: ".4s"
1795         linecolor: "rgb(220, 220, 220)"
1796         linewidth: 1
1797         rangemode: "tozero"
1798         showgrid: True
1799         showline: True
1800         showticklabels: True
1801         tickcolor: "rgb(230, 230, 230)"
1802         tickformat: ".3s"
1803         tickfont:
1804           size: 14
1805         zeroline: False
1806       boxmode: "group"
1807       boxgroupgap: 0.5
1808       autosize: False
1809       margin:
1810         t: 50
1811         b: 20
1812         l: 80
1813         r: 20
1814       showlegend: True
1815       legend:
1816         orientation: "h"
1817         font:
1818           size: 14
1819       width: 700
1820       height: 800
1821       paper_bgcolor: "#fff"
1822       plot_bgcolor: "#fff"
1823       hoverlabel:
1824         namelength: -1
1825
1826     plot-throughput:
1827       titlefont:
1828         size: 18
1829       xaxis:
1830         title: "<b>Test Cases [Index]</b>"
1831         titlefont:
1832           size: 16
1833         autorange: True
1834         fixedrange: False
1835         gridcolor: "rgb(230, 230, 230)"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(220, 220, 220)"
1842         tickmode: "linear"
1843         tickfont:
1844           size: 16
1845         zeroline: False
1846       yaxis:
1847         title: "<b>Packet Throughput [Mpps]</b>"
1848         titlefont:
1849           size: 16
1850         gridcolor: "rgb(230, 230, 230)"
1851         hoverformat: ".4r"
1852         tickformat: ".3r"
1853         linecolor: "rgb(220, 220, 220)"
1854         linewidth: 1
1855         showgrid: True
1856         showline: True
1857         showticklabels: True
1858         tickcolor: "rgb(220, 220, 220)"
1859         tickfont:
1860           size: 16
1861         zeroline: False
1862         range: [0,50]
1863       autosize: False
1864       margin:
1865         t: 50
1866         b: 0
1867         l: 80
1868         r: 20
1869       showlegend: True
1870       legend:
1871         orientation: "h"
1872         font:
1873           size: 16
1874       width: 700
1875       height: 900
1876       paper_bgcolor: "#fff"
1877       plot_bgcolor: "#fff"
1878       hoverlabel:
1879         namelength: -1
1880
1881     plot-throughput-speedup-analysis:
1882       titlefont:
1883         size: 18
1884       xaxis:
1885         title: "<b>Number of Cores [Qty]</b>"
1886         titlefont:
1887           size: 16
1888         autorange: True
1889         fixedrange: False
1890         gridcolor: "rgb(230, 230, 230)"
1891         linecolor: "rgb(220, 220, 220)"
1892         linewidth: 1
1893         showgrid: True
1894         showline: True
1895         showticklabels: True
1896         tickcolor: "rgb(238, 238, 238)"
1897         tickmode: "linear"
1898         tickfont:
1899           size: 16
1900         zeroline: False
1901       yaxis:
1902         title: "<b>Packet Throughput [Mpps]</b>"
1903         titlefont:
1904           size: 16
1905         type: "linear"
1906         gridcolor: "rgb(230, 230, 230)"
1907         hoverformat: ".4s"
1908         linecolor: "rgb(220, 220, 220)"
1909         linewidth: 1
1910         showgrid: True
1911         showline: True
1912         showticklabels: True
1913         tickcolor: "rgb(220, 220, 220)"
1914         tickformat: ".4s"
1915         tickfont:
1916           size: 16
1917         zeroline: True
1918         rangemode: "tozero"
1919         range: [0,100]
1920       legend:
1921         orientation: "h"
1922         font:
1923           size: 16
1924         xanchor: "left"
1925         yanchor: "top"
1926         x: 0
1927         y: -0.2
1928         bgcolor: "rgba(255, 255, 255, 0)"
1929         bordercolor: "rgba(255, 255, 255, 0)"
1930         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1931       autosize: False
1932       margin:
1933           't': 50
1934           'b': 150
1935           'l': 85
1936           'r': 10
1937       showlegend: True
1938       width: 700
1939       height: 700
1940       paper_bgcolor: "#fff"
1941       plot_bgcolor: "#fff"
1942       hoverlabel:
1943         namelength: -1
1944       annotations: [
1945         {
1946           text: "_ _          __          ...",
1947           align: "left",
1948           showarrow: False,
1949           xref: "paper",
1950           yref: "paper",
1951           xanchor: "left",
1952           yanchor: "top",
1953           x: 0,
1954           y: -0.13,
1955           font: {
1956             family: "Consolas, Courier New",
1957             size: 15
1958           },
1959         },
1960         {
1961           text: "    Perfect     Measured     Limit",
1962           align: "left",
1963           showarrow: False,
1964           xref: "paper",
1965           yref: "paper",
1966           xanchor: "left",
1967           yanchor: "top",
1968           x: 0,
1969           y: -0.15,
1970           font: {
1971             family: "Consolas, Courier New",
1972             size: 15
1973           },
1974         },
1975       ]
1976
1977     plot-latency:
1978       titlefont:
1979         size: 18
1980       xaxis:
1981         title: "<b>Direction</b>"
1982         titlefont:
1983           size: 16
1984         autorange: True
1985         fixedrange: False
1986         gridcolor: "rgb(230, 230, 230)"
1987         linecolor: "rgb(220, 220, 220)"
1988         linewidth: 1
1989         showgrid: True
1990         showline: True
1991         showticklabels: False
1992         tickcolor: "rgb(220, 220, 220)"
1993         tickmode: "linear"
1994         tickfont:
1995           size: 16
1996         zeroline: False
1997       yaxis:
1998         title: "<b>Packet Latency [uSec]</b>"
1999         titlefont:
2000           size: 16
2001         type: "linear"
2002         gridcolor: "rgb(230, 230, 230)"
2003         hoverformat: ".4s"
2004         linecolor: "rgb(220, 220, 220)"
2005         linewidth: 1
2006         showgrid: True
2007         showline: True
2008         showticklabels: True
2009         tickcolor: "rgb(220, 220, 220)"
2010         tickformat: ".4s"
2011         tickfont:
2012           size: 16
2013         zeroline: True
2014         rangemode: "tozero"
2015       legend:
2016         orientation: "h"
2017         font:
2018           size: 16
2019         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2020       autosize: False
2021       margin:
2022           't': 50
2023           'b': 150
2024           'l': 80
2025           'r': 10
2026       showlegend: True
2027       width: 700
2028       height: 700
2029       paper_bgcolor: "#fff"
2030       plot_bgcolor: "#fff"
2031       hoverlabel:
2032         namelength: -1
2033
2034     plot-hdrh-latency:
2035       title:
2036         text: ""
2037         xanchor: "center"
2038         x: 0.5
2039         font:
2040           size: 16
2041       width: 700
2042       plot_bgcolor: "white"
2043       annotations:
2044         - font:
2045             size: 14
2046           showarrow: False
2047           text: "<b>Packet Latency [uSec]</b>"
2048           x: 1
2049           xanchor: "right"
2050           xref: "paper"
2051           y: -0.045
2052           yanchor: "top"
2053           yref: "paper"
2054         - font:
2055             size: 14
2056           showarrow: False
2057           text: "<b>Probability [%]</b>"
2058           textangle: 270
2059           x: -0.06
2060           xanchor: "center"
2061           xref: "paper"
2062           y: 0.5
2063           yanchor: "middle"
2064           yref: "paper"
2065         - font:
2066             size: 14
2067           showarrow: False
2068           text: "<b>Direction: E-W</b>"
2069           x: 0.24
2070           xanchor: "center"
2071           xref: "paper"
2072           y: 1.05
2073           yanchor: "bottom"
2074           yref: "paper"
2075         - font:
2076             size: 14
2077           showarrow: False
2078           text: "<b>Direction: W-E</b>"
2079           x: 0.74
2080           xanchor: "center"
2081           xref: "paper"
2082           y: 1.05
2083           yanchor: "bottom"
2084           yref: "paper"
2085
2086     plot-hdrh-latency-percentile:
2087       title:
2088         text: ""
2089         xanchor: "center"
2090         x: 0.5
2091         font:
2092           size: 18
2093       xaxis:
2094         type: "log"
2095         title: "<b>Percentile [%]</b>"
2096         titlefont:
2097           size: 16
2098         autorange: True
2099         fixedrange: False
2100         gridcolor: "rgb(230, 230, 230)"
2101         linecolor: "rgb(220, 220, 220)"
2102         linewidth: 1
2103         showgrid: True
2104         showline: True
2105         showticklabels: True
2106         tickcolor: "rgb(220, 220, 220)"
2107         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2108         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2109         tickfont:
2110           size: 16
2111       yaxis:
2112         title: "<b>Packet Latency [uSec]</b>"
2113         titlefont:
2114           size: 16
2115         gridcolor: "rgb(230, 230, 230)"
2116         linecolor: "rgb(220, 220, 220)"
2117         linewidth: 1
2118         showgrid: True
2119         showline: True
2120         showticklabels: True
2121         tickcolor: "rgb(220, 220, 220)"
2122         tickfont:
2123           size: 16
2124       autosize: False
2125       showlegend: True
2126       legend:
2127         traceorder: "normal"
2128         orientation: "h"
2129         font:
2130           size: 16
2131         xanchor: "left"
2132         yanchor: "top"
2133         x: 0
2134         y: -0.15
2135         bgcolor: "rgba(255, 255, 255, 0)"
2136         bordercolor: "rgba(255, 255, 255, 0)"
2137       width: 700
2138       height: 700
2139       paper_bgcolor: "white"
2140       plot_bgcolor: "white"
2141
2142     plot-hdrh-latency-by-percentile:
2143       title:
2144         text: "<b>Latency by Percentile Distribution</b>"
2145         xanchor: "center"
2146         x: 0.5
2147         font:
2148           size: 18
2149       showlegend: True
2150       legend:
2151         traceorder: "normal"
2152         orientation: "h"
2153         font:
2154           size: 16
2155         xanchor: "left"
2156         yanchor: "top"
2157         x: 0
2158         y: -0.2
2159         bgcolor: "rgba(255, 255, 255, 0)"
2160         bordercolor: "rgba(255, 255, 255, 0)"
2161       xaxis:
2162         type: "linear"
2163         title: "<b>Percentile [%]</b>"
2164         titlefont:
2165           size: 14
2166         autorange: False
2167         fixedrange: False
2168         range: [0, 100]
2169         gridcolor: "rgb(230, 230, 230)"
2170         linecolor: "rgb(220, 220, 220)"
2171         linewidth: 1
2172         showgrid: True
2173         showline: True
2174         showticklabels: True
2175         tickcolor: "rgb(220, 220, 220)"
2176         tickvals: [0, 25, 50, 75, 100]
2177         ticktext: [0, 25, 50, 75, 100]
2178         tickfont:
2179           size: 14
2180       yaxis:
2181         title: "<b>One-Way Latency per Direction [uSec]</b>"
2182         titlefont:
2183           size: 14
2184         gridcolor: "rgb(230, 230, 230)"
2185         linecolor: "rgb(220, 220, 220)"
2186         linewidth: 1
2187         showgrid: True
2188         showline: True
2189         showticklabels: True
2190         tickcolor: "rgb(220, 220, 220)"
2191         tickfont:
2192           size: 14
2193       width: 700
2194       height: 700
2195       paper_bgcolor: "white"
2196       plot_bgcolor: "white"
2197
2198 - type: "static"
2199   src-path: "{DIR[RST]}"
2200   dst-path: "{DIR[WORKING,SRC]}"
2201
2202 - type: "input"
2203   general:
2204     file-name: "output_info.xml.gz"
2205     file-format: ".gz"
2206     arch-file-format:
2207       - ".gz"
2208       - ".zip"
2209     download-path: "{job}/{build}/archives/{filename}"
2210     extract: "output.xml"
2211
2212     zip-file-name: "robot-plugin.zip"
2213     zip-file-format: ".zip"
2214     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2215     zip-extract: "robot-plugin/output.xml"
2216
2217   builds:
2218
2219     csit-vpp-perf-verify-1908-3n-hsw:
2220       - 12  # NDRPDR sel
2221       - 13  # NDRPDR sel
2222       - 14  # NDRPDR sel
2223       - 15  # NDRPDR sel
2224       - 16  # NDRPDR sel
2225       - 17  # NDRPDR sel
2226       - 18  # NDRPDR sel
2227       - 19  # NDRPDR sel
2228       - 20  # NDRPDR sel
2229       - 21  # NDRPDR sel
2230       - 39  # MRR sel
2231     csit-vpp-perf-verify-2001-3n-hsw:
2232       - 21  # NDRPDR sel
2233       - 22  # NDRPDR sel
2234       - 23  # NDRPDR sel
2235       - 24  # NDRPDR sel
2236       - 25  # NDRPDR sel
2237       - 29  # NDRPDR sel
2238       - 30  # NDRPDR sel
2239       - 31  # NDRPDR sel
2240       - 32  # NDRPDR sel
2241       - 34  # NDRPDR sel
2242       - 17  # MRR sel
2243     csit-vpp-perf-report-iterative-2005-3n-hsw:
2244       - 3   # NDRPDR sel
2245       - 4   # NDRPDR sel
2246       - 5   # NDRPDR sel
2247       - 10  # NDRPDR sel
2248       - 11  # NDRPDR sel
2249       - 12  # NDRPDR sel
2250       - 15  # NDRPDR sel
2251       - 16  # NDRPDR sel
2252       - 18  # NDRPDR sel
2253       - 19  # NDRPDR sel
2254       - 20  # NDRPDR sel env 4
2255       - 21  # NDRPDR sel env 4
2256       - 22  # NDRPDR sel env 4
2257       - 23  # NDRPDR sel env 4
2258       - 24  # NDRPDR sel env 4
2259       - 25  # NDRPDR sel env 4
2260       - 26  # NDRPDR sel env 4
2261       - 27  # NDRPDR sel env 4
2262       - 28  # NDRPDR sel env 4
2263       - 29  # NDRPDR sel env 4
2264       - 13  # MRR
2265       - 30  # MRR env 4
2266       - 31  # NDRPDR sel 2001.0-4
2267       - 32  # NDRPDR sel 2001.0-4
2268       - 33  # NDRPDR sel 2001.0-4
2269     csit-vpp-perf-verify-2005-3n-hsw:
2270       - 3   # hoststack
2271       - 5   # hoststack
2272       - 6   # hoststack
2273       - 7   # hoststack
2274       - 8   # hoststack
2275       - 9   # hoststack
2276       - 10  # hoststack
2277       - 11  # hoststack
2278       - 12  # hoststack
2279       - 13  # hoststack
2280     csit-vpp-perf-report-coverage-2005-3n-hsw:
2281       - 1   # perf-full-3n-dnv-crypto_I
2282       - 7   # perf-full-3n-hsw-crypto_II
2283       - 3   # perf-full-3n-hsw-crypto_III
2284       - 4   # perf-full-3n-dnv-crypto_IV
2285       - 5   # perf-full-3n-hsw-ip4_I
2286       - 6   # perf-full-3n-hsw-ip4_II
2287       - 8   # perf-full-3n-hsw-ip4_III
2288       - 9   # perf-full-3n-hsw-ip4_IV
2289       - 10  # perf-full-3n-hsw-ip4_V
2290       - 26  # perf-full-3n-hsw-ip4_VI
2291       - 18  # perf-full-3n-hsw-ip4_VII
2292       - 27  # perf-full-3n-hsw-ip4_VIII
2293       - 28  # perf-full-3n-hsw-ip4_IX
2294       - 29  # perf-full-3n-hsw-ip6_I
2295       - 35  # perf-full-3n-hsw-ip6_II
2296       - 42  # perf-full-3n-hsw-l2_I
2297       - 33  # perf-full-3n-hsw-l2_II
2298       - 37  # perf-full-3n-hsw-l2_III
2299       - 45  # perf-full-3n-hsw-l2_IV
2300       - 43  # perf-full-3n-hsw-l2_V
2301       - 40  # perf-full-3n-hsw-l2_VI
2302       - 44  # perf-full-3n-hsw-l2_VII
2303       - 51  # perf-full-3n-hsw-l2_VIII
2304       - 50  # perf-full-3n-hsw-l2_IX
2305       - 52  # perf-full-3n-hsw-l2_X
2306       - 53  # perf-full-3n-hsw-l2_XI
2307       - 54  # perf-full-3n-hsw-memif
2308       - 55  # perf-full-3n-hsw-ip4tunnels-I
2309       - 56  # perf-full-3n-hsw-ip4tunnels-II
2310       - 57  # perf-full-3n-hsw-ip4tunnels-III
2311       - 58  # perf-full-3n-hsw-ip6tunnels-I
2312       - 59  # perf-full-3n-hsw-srv6-I
2313       - 60  # perf-full-3n-hsw-srv6-II
2314       - 61  # perf-full-3n-hsw-vhost-I
2315       - 62  # perf-full-3n-hsw-vhost-II
2316       - 63  # perf-full-3n-hsw-vhost-III
2317
2318     csit-vpp-perf-verify-1908_1-3n-skx:
2319       - 26  # NDRPDR sel - new1908.1
2320       - 27  # NDRPDR sel - new1908.1
2321       - 28  # NDRPDR sel - new1908.1
2322       - 29  # NDRPDR sel - new1908.1
2323       - 30  # NDRPDR sel - new1908.1
2324       - 31  # NDRPDR sel - new1908.1
2325       - 33  # NDRPDR sel - new1908.1
2326       - 34  # NDRPDR sel - new1908.1
2327       - 35  # NDRPDR sel - new1908.1
2328       - 36  # NDRPDR sel - new1908.1
2329     csit-vpp-perf-verify-2001-3n-skx:
2330       - 69  # NDRPDR sel - new2001.0
2331       - 71  # NDRPDR sel - new2001.0
2332       - 72  # NDRPDR sel - new2001.0
2333       - 76  # NDRPDR sel - new2001.0
2334       - 77  # NDRPDR sel - new2001.0
2335       - 78  # NDRPDR sel - new2001.0
2336       - 80  # NDRPDR sel - new2001.0
2337       - 50  # MRR sel
2338       - 53  # MRR sel addition
2339     csit-vpp-perf-report-iterative-2005-3n-skx:
2340       - 4   # NDRPDR sel
2341       - 5   # NDRPDR sel ??? all x710 failed
2342       - 33  # NDRPDR sel
2343       - 28  # NDRPDR sel
2344       - 34  # NDRPDR sel
2345       - 36  # NDRPDR sel
2346       - 37  # NDRPDR sel
2347       - 38  # NDRPDR sel
2348       - 39  # NDRPDR sel
2349       - 41  # NDRPDR sel
2350       - 42  # NDRPDR sel env 4
2351       - 43  # NDRPDR sel env 4
2352       - 44  # NDRPDR sel env 4
2353       - 45  # NDRPDR sel env 4
2354       - 47  # NDRPDR sel env 4
2355       - 50  # NDRPDR sel 2001.0-4
2356       - 6   # MRR sel
2357       - 49  # MRR sel env 4
2358     csit-vpp-perf-report-coverage-2005-3n-skx:
2359       - 10  # perf-full-3n-skx-crypto_I
2360       - 11  # perf-full-3n-skx-crypto_II
2361       - 12  # perf-full-3n-skx-crypto_III
2362       - 5   # perf-full-3n-skx-ip4_I
2363       - 14  # perf-full-3n-skx-ip4_II
2364       - 7   # perf-full-3n-skx-ip4_III
2365       - 15  # perf-full-3n-skx-ip4_IV
2366       - 16  # perf-full-3n-skx-ip4_V
2367       - 17  # perf-full-3n-skx-ip4_VI
2368       - 18  # perf-full-3n-skx-ip4_VII
2369       - 19  # perf-full-3n-skx-ip4_VIII
2370       - 20  # perf-full-3n-skx-ip4_IX
2371       - 24  # perf-full-3n-skx-ip6_I
2372       - 25  # perf-full-3n-skx-ip6_II
2373       - 21  # perf-full-3n-skx-ip4tunnels-I
2374       - 22  # perf-full-3n-skx-ip4tunnels-II
2375       - 23  # perf-full-3n-skx-ip4tunnels-III
2376       - 26  # perf-full-3n-skx-ip6tunnels-I
2377       - 28  # perf-full-3n-skx-l2_II
2378       - 29  # perf-full-3n-skx-l2_III
2379       - 30  # perf-full-3n-skx-l2_IV
2380       - 32  # perf-full-3n-skx-l2_VI
2381       - 33  # perf-full-3n-skx-l2_VII
2382       - 34  # perf-full-3n-skx-l2_VIII
2383       - 35  # perf-full-3n-skx-l2_IX
2384       - 36  # perf-full-3n-skx-l2_X
2385       - 37  # perf-full-3n-skx-l2_XI
2386       - 38  # perf-full-3n-skx-memif
2387       - 39  # perf-full-3n-skx-srv6-I
2388       - 40  # perf-full-3n-skx-srv6-II
2389       - 43  # perf-full-3n-skx-vhost-III
2390
2391     csit-vpp-perf-verify-1908_1-2n-skx:
2392       - 39  # NDRPDR sel - new1908.1
2393       - 40  # NDRPDR sel - new1908.1
2394       - 41  # NDRPDR sel - new1908.1
2395       - 43  # NDRPDR sel - new1908.1
2396       - 44  # NDRPDR sel - new1908.1
2397       - 45  # NDRPDR sel - new1908.1
2398       - 46  # NDRPDR sel - new1908.1
2399       - 47  # NDRPDR sel - new1908.1
2400       - 48  # NDRPDR sel - new1908.1
2401       - 49  # NDRPDR sel - new1908.1
2402     csit-vpp-perf-verify-2001-2n-skx:
2403       - 143  # NDRPDR sel - new2001.0
2404       - 146  # NDRPDR sel - new2001.0
2405       - 147  # NDRPDR sel - new2001.0
2406       - 148  # NDRPDR sel - new2001.0
2407       - 149  # NDRPDR sel - new2001.0
2408       - 150  # NDRPDR sel - new2001.0
2409       - 151  # NDRPDR sel - new2001.0
2410       - 152  # NDRPDR sel - new2001.0
2411       - 153  # NDRPDR sel - new2001.0
2412       - 154  # NDRPDR sel - new2001.0
2413       - 101  # MRR sel - old
2414       - 128  # MRR sel addition - old
2415     csit-vpp-perf-report-iterative-2005-2n-skx:
2416       - 43  # NDRPDR sel
2417       - 38  # NDRPDR sel
2418       - 7   # NDRPDR sel
2419       - 65  # NDRPDR sel
2420       - 47  # NDRPDR sel
2421       - 55  # NDRPDR sel
2422       - 67  # NDRPDR sel
2423       - 75  # NDRPDR sel
2424       - 76  # NDRPDR sel
2425       - 73  # NDRPDR sel
2426       - 88  # NDRPDR sel env 4
2427       - 89  # NDRPDR sel env 4
2428       - 90  # NDRPDR sel env 4
2429       - 91  # NDRPDR sel env 4
2430       - 92  # NDRPDR sel env 4
2431       - 93  # NDRPDR sel env 4
2432       - 94  # NDRPDR sel env 4
2433       - 100 # NDRPDR sel 2001.0-4
2434       - 101 # NDRPDR sel 2001.0-4
2435       - 42  # MRR sel
2436       - 99  # MRR sel env 4
2437       - 48  # Reconf
2438       - 50  # Reconf
2439       - 51  # Reconf
2440       - 52  # Reconf
2441       - 53  # Reconf
2442       - 60  # Reconf
2443       - 70  # Reconf
2444       - 71  # Reconf
2445       - 63  # Reconf
2446       - 66  # Reconf
2447       - 49  # Soak
2448       - 54  # Soak
2449       - 78  # nf-density-sel
2450       - 83  # nf-density-sel
2451     csit-vpp-perf-report-coverage-2005-2n-skx:
2452       - 11  # perf-full-2n-skx-ip4_I
2453       - 3   # perf-full-2n-skx-ip4_II
2454       - 18  # perf-full-2n-skx-ip4_III
2455       - 19  # perf-full-2n-skx-ip4_IV
2456       - 5   # perf-full-2n-skx-ip4_V
2457       - 20  # perf-full-2n-skx-ip4_VI
2458       - 7   # perf-full-2n-skx-ip6_I
2459       - 21  # perf-full-2n-skx-ip6_II
2460       - 9   # perf-full-2n-skx-l2_I
2461       - 22  # perf-full-2n-skx-l2_II
2462       - 23  # perf-full-2n-skx-memif
2463       - 24  # perf-full-2n-skx-loadbalancer
2464       - 25  # perf-full-2n-skx-vhost I
2465       - 26  # perf-full-2n-skx-vhost II
2466       - 27  # perf-full-2n-skx-vts
2467
2468     csit-vpp-perf-verify-1908_1-2n-clx:
2469       - 5  # NDRPDR sel
2470       - 6  # NDRPDR sel
2471       - 7  # NDRPDR sel
2472       - 8  # NDRPDR sel
2473       - 9  # NDRPDR sel
2474     csit-vpp-perf-verify-2001-2n-clx:
2475       - 28  # NDRPDR sel
2476       - 29  # NDRPDR sel
2477       - 32  # NDRPDR sel
2478       - 40  # NDRPDR sel
2479       - 43  # NDRPDR sel
2480       - 44  # NDRPDR sel
2481       - 45  # NDRPDR sel
2482       - 47  # NDRPDR sel
2483       - 48  # NDRPDR sel
2484       - 49  # NDRPDR sel
2485       - 39  # MRR
2486     csit-vpp-perf-report-iterative-2005-2n-clx:
2487       - 7   # NDRPDR sel
2488       - 38  # NDRPDR sel
2489       - 9   # NDRPDR sel
2490       - 32  # NDRPDR sel ???
2491       - 33  # NDRPDR sel ???
2492       - 39  # NDRPDR sel
2493       - 40  # NDRPDR sel
2494       - 43  # NDRPDR sel
2495       - 50  # NDRPDR sel
2496       - 51  # NDRPDR sel
2497       - 62  # NDRPDR sel env 4
2498       - 63  # NDRPDR sel env 4
2499       - 64  # NDRPDR sel env 4
2500       - 65  # NDRPDR sel env 4
2501       - 66  # NDRPDR sel env 4
2502       - 68  # NDRPDR sel env 4
2503       - 69  # NDRPDR sel env 4
2504       - 70  # NDRPDR sel env 4
2505       - 73  # NDRPDR sel 2001.0-4
2506       - 74  # NDRPDR sel 2001.0-4
2507       - 75  # NDRPDR sel 2001.0-4
2508       - 76  # NDRPDR sel 2001.0-4
2509       - 12  # MRR
2510       - 72  # MRR env 4
2511       - 42  # Reconf
2512       - 45  # Reconf
2513       - 46  # Reconf
2514       - 47  # Reconf
2515       - 48  # Reconf
2516       - 52  # Reconf
2517       - 53  # Reconf
2518       - 54  # Reconf
2519       - 55  # Reconf
2520       - 56  # Reconf
2521       - 44  # Soak
2522       - 49  # Soak
2523       - 57  # 2n-clx nfv-density-00
2524       - 58  # 2n-clx nfv-density-00
2525       - 59  # 2n-clx nfv-density-00
2526       - 60  # 2n-clx nfv-density-00
2527       - 61  # 2n-clx nfv-density-00
2528     csit-vpp-perf-report-coverage-2005-2n-clx:
2529       - 21  # perf-full-2n-clx-ip4_I
2530       - 2   # perf-full-2n-clx-ip4_II
2531       - 3   # perf-full-2n-clx-ip4_III
2532       - 4   # perf-full-2n-clx-ip4_IV
2533       - 5   # perf-full-2n-clx-ip4_V
2534       - 6   # perf-full-2n-clx-ip4_VI
2535       - 7   # perf-full-2n-clx-ip6_I
2536       - 16  # perf-full-2n-clx-ip6_II
2537       - 23  # perf-full-2n-clx-l2_I
2538       - 10  # perf-full-2n-clx-l2_II
2539       - 11  # perf-full-2n-clx-memif
2540       - 12  # perf-full-2n-clx-loadbalancer
2541       - 13  # perf-full-2n-clx-vhost I
2542       - 22  # perf-full-2n-clx-vhost II
2543       - 15  # perf-full-2n-clx-vts
2544
2545     csit-vpp-perf-verify-1908-3n-tsh:
2546       - 7   # NDRPDR sel
2547       - 8   # NDRPDR sel
2548       - 9   # NDRPDR sel
2549       - 10  # NDRPDR sel
2550       - 11  # NDRPDR sel
2551       - 12  # NDRPDR sel
2552       - 13  # NDRPDR sel
2553       - 14  # NDRPDR sel
2554       - 15  # NDRPDR sel
2555       - 16  # NDRPDR sel
2556       - 17  # MRR sel
2557     csit-vpp-perf-verify-2001-3n-tsh:
2558       - 3   # NDRPDR sel
2559       - 4   # NDRPDR sel
2560       - 7   # NDRPDR sel
2561       - 8   # NDRPDR sel
2562       - 10  # NDRPDR sel
2563       - 12  # NDRPDR sel
2564       - 13  # NDRPDR sel
2565       - 14  # NDRPDR sel
2566       - 15  # NDRPDR sel
2567       - 21  # NDRPDR sel
2568       - 9   # MRR sel
2569     # TODO: Add data:
2570     csit-vpp-perf-report-iterative-2005-3n-tsh:
2571       - 9   # NDRPDR sel
2572       - 11  # NDRPDR sel
2573       - 12  # NDRPDR sel
2574       - 20  # NDRPDR sel
2575       - 14  # NDRPDR sel
2576       - 21  # NDRPDR sel
2577       - 23  # NDRPDR sel env 4
2578       - 25  # NDRPDR sel env 4
2579       - 28  # NDRPDR sel 2001.0-4
2580       - 10  # MRR sel
2581       - 27  # MRR sel env 4
2582
2583     csit-vpp-perf-verify-1908-3n-dnv:
2584       - 6   # NDRPDR sel
2585       - 7   # NDRPDR sel
2586       - 8   # NDRPDR sel
2587       - 9   # NDRPDR sel
2588       - 10  # NDRPDR sel
2589       - 12  # NDRPDR sel
2590       - 13  # NDRPDR sel
2591       - 14  # NDRPDR sel
2592       - 15  # NDRPDR sel
2593       - 16  # NDRPDR sel
2594       - 17  # MRR sel
2595     csit-vpp-perf-verify-2001-3n-dnv:
2596       - 5   # NDRPDR sel
2597       - 6   # NDRPDR sel
2598       - 7   # NDRPDR sel
2599       - 8   # NDRPDR sel
2600       - 9   # NDRPDR sel
2601       - 10  # NDRPDR sel
2602       - 12  # NDRPDR sel
2603       - 16  # NDRPDR sel
2604       - 17  # NDRPDR sel
2605       - 18  # NDRPDR sel
2606       - 11  # MRR sel
2607     csit-vpp-perf-report-iterative-2005-3n-dnv:
2608       - 2   # NDRPDR sel
2609       - 3   # NDRPDR sel
2610       - 4   # NDRPDR sel
2611       - 5   # NDRPDR sel
2612       - 6   # NDRPDR sel
2613       - 7   # NDRPDR sel
2614       - 9   # NDRPDR sel
2615       - 10  # NDRPDR sel
2616       - 11  # NDRPDR sel
2617       - 12  # NDRPDR sel
2618       - 8   # MRR
2619     csit-vpp-perf-report-coverage-2005-3n-dnv:
2620       - 1   # perf-full-3n-dnv-crypto_I
2621       - 24  # perf-full-3n-dnv-crypto_II
2622       - 5   # perf-full-3n-dnv-ip4_I
2623       - 13  # perf-full-3n-dnv-ip4_II
2624       - 17  # perf-full-3n-dnv-ip6_I
2625       - 18  # perf-full-3n-dnv-ip6_II
2626       - 21  # perf-full-3n-dnv-l2_I
2627       - 22  # perf-full-3n-dnv-l2_II
2628       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2629
2630     csit-vpp-perf-verify-1908-2n-dnv:
2631       - 1   # NDRPDR sel
2632       - 2   # NDRPDR sel
2633       - 3   # NDRPDR sel
2634       - 4   # NDRPDR sel
2635       - 5   # NDRPDR sel
2636       - 6   # NDRPDR sel
2637       - 7   # NDRPDR sel
2638       - 8   # NDRPDR sel
2639       - 9   # NDRPDR sel
2640       - 10  # NDRPDR sel
2641       - 11  # MRR sel
2642     csit-vpp-perf-verify-2001-2n-dnv:
2643       - 4   # NDRPDR sel
2644       - 5   # NDRPDR sel
2645       - 6   # NDRPDR sel
2646       - 7   # NDRPDR sel
2647       - 8   # NDRPDR sel
2648       - 9   # NDRPDR sel
2649       - 10  # NDRPDR sel
2650       - 11  # NDRPDR sel
2651       - 13  # NDRPDR sel
2652       - 16  # NDRPDR sel
2653       - 12  # MRR sel
2654     csit-vpp-perf-report-iterative-2005-2n-dnv:
2655       - 3   # NDRPDR sel
2656       - 6   # NDRPDR sel
2657       - 7   # NDRPDR sel
2658       - 8   # NDRPDR sel
2659       - 9   # NDRPDR sel
2660       - 10  # NDRPDR sel
2661       - 11  # NDRPDR sel
2662       - 12  # NDRPDR sel
2663       - 13  # NDRPDR sel
2664       - 14  # NDRPDR sel
2665       - 15  # MRR sel
2666     csit-vpp-perf-report-coverage-2005-2n-dnv:
2667       - 1   # perf-full-2n-dnv-ip4_I
2668       - 2   # perf-full-2n-dnv-ip4_II
2669       - 3   # perf-full-2n-dnv-ip6_I
2670       - 4   # perf-full-2n-dnv-ip6_II
2671       - 5   # perf-full-2n-dnv-l2_I
2672       - 6   # perf-full-2n-dnv-l2_II
2673
2674     csit-dpdk-perf-verify-1908-3n-hsw:
2675       - 2   # NDRPDR sel
2676       - 3   # NDRPDR sel
2677       - 4   # NDRPDR sel
2678       - 5   # NDRPDR sel
2679       - 6   # NDRPDR sel
2680       - 7   # NDRPDR sel
2681       - 8   # NDRPDR sel
2682       - 9   # NDRPDR sel
2683       - 10  # NDRPDR sel
2684       - 11  # NDRPDR sel
2685     csit-dpdk-perf-verify-2001-3n-hsw:
2686       - 4   # NDRPDR sel
2687       - 5   # NDRPDR sel
2688       - 6   # NDRPDR sel
2689       - 7   # NDRPDR sel
2690       - 8   # NDRPDR sel
2691       - 9   # NDRPDR sel
2692       - 10  # NDRPDR sel
2693       - 11  # NDRPDR sel
2694       - 12  # NDRPDR sel
2695       - 13  # NDRPDR sel
2696       - 15  # NDRPDR sel
2697       - 16  # NDRPDR sel
2698       - 17  # NDRPDR sel
2699       - 18  # NDRPDR sel
2700       - 19  # NDRPDR sel
2701       - 20  # NDRPDR sel
2702       - 21  # NDRPDR sel
2703       - 22  # NDRPDR sel
2704       - 23  # NDRPDR sel
2705       - 24  # NDRPDR sel
2706     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2707       - 5   # NDRPDR sel
2708       - 6   # NDRPDR sel
2709       - 7   # NDRPDR sel
2710       - 8   # NDRPDR sel
2711       - 9   # NDRPDR sel
2712       - 10  # NDRPDR sel
2713       - 11  # NDRPDR sel
2714       - 12  # NDRPDR sel
2715       - 13  # NDRPDR sel
2716       - 14  # NDRPDR sel
2717
2718     csit-dpdk-perf-verify-1908-3n-skx:
2719       - 3   # NDRPDR sel
2720       - 4   # NDRPDR sel
2721       - 5   # NDRPDR sel
2722       - 6   # 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-3n-skx:
2730       - 29  # NDRPDR sel xxv710
2731       - 33  # NDRPDR sel xxv710
2732       - 34  # NDRPDR sel xxv710
2733       - 35  # NDRPDR sel xxv710
2734       - 36  # NDRPDR sel xxv710
2735       - 37  # NDRPDR sel xxv710
2736       - 41  # NDRPDR sel xxv710
2737       - 42  # NDRPDR sel xxv710
2738       - 43  # NDRPDR sel xxv710
2739       - 45  # NDRPDR sel xxv710
2740       - 30  # NDRPDR sel x710
2741       - 31  # NDRPDR sel x710
2742       - 32  # NDRPDR sel x710
2743       - 38  # NDRPDR sel x710
2744       - 39  # NDRPDR sel x710
2745       - 40  # NDRPDR sel x710
2746       - 44  # NDRPDR sel x710
2747       - 46  # NDRPDR sel x710
2748       - 47  # NDRPDR sel x710
2749       - 48  # NDRPDR sel x710
2750     csit-dpdk-perf-report-iterative-2005-3n-skx:
2751       - 4   # NDRPDR sel
2752       - 5   # NDRPDR sel
2753       - 6   # NDRPDR sel
2754       - 7   # NDRPDR sel
2755       - 8   # NDRPDR sel
2756       - 11  # NDRPDR sel
2757       - 12  # NDRPDR sel
2758       - 13  # NDRPDR sel
2759       - 14  # NDRPDR sel
2760       - 15  # NDRPDR sel
2761
2762     csit-dpdk-perf-verify-1908-2n-skx:
2763       - 2   # NDRPDR sel
2764       - 3   # NDRPDR sel
2765       - 4   # NDRPDR sel
2766       - 5   # NDRPDR sel
2767       - 7   # NDRPDR sel
2768       - 8   # NDRPDR sel
2769       - 9   # NDRPDR sel
2770       - 10  # NDRPDR sel
2771       - 11  # NDRPDR sel
2772       - 12  # NDRPDR sel
2773     csit-dpdk-perf-verify-2001-2n-skx:
2774       - 35  # NDRPDR sel xxv710
2775       - 36  # NDRPDR sel xxv710
2776       - 37  # NDRPDR sel xxv710
2777       - 41  # NDRPDR sel xxv710
2778       - 42  # NDRPDR sel xxv710
2779       - 43  # NDRPDR sel xxv710
2780       - 46  # NDRPDR sel xxv710
2781       - 47  # NDRPDR sel xxv710
2782       - 52  # NDRPDR sel xxv710
2783       - 53  # NDRPDR sel xxv710
2784       - 38  # NDRPDR sel x710
2785       - 39  # NDRPDR sel x710
2786       - 40  # NDRPDR sel x710
2787       - 44  # NDRPDR sel x710
2788       - 45  # NDRPDR sel x710
2789       - 48  # NDRPDR sel x710
2790       - 49  # NDRPDR sel x710
2791       - 50  # NDRPDR sel x710
2792       - 51  # NDRPDR sel x710
2793       - 54  # NDRPDR sel x710
2794     csit-dpdk-perf-report-iterative-2005-2n-skx:
2795       - 1   # NDRPDR sel
2796       - 2   # NDRPDR sel
2797       - 3   # NDRPDR sel
2798       - 4   # NDRPDR sel
2799       - 5   # NDRPDR sel
2800       - 6   # NDRPDR sel
2801       - 7   # NDRPDR sel
2802       - 8   # NDRPDR sel
2803       - 9   # NDRPDR sel
2804       - 10  # NDRPDR sel
2805
2806     csit-dpdk-perf-verify-2001-2n-clx:
2807       - 15  # NDRPDR sel
2808       - 16  # NDRPDR sel
2809       - 17  # NDRPDR sel
2810       - 18  # NDRPDR sel
2811       - 19  # NDRPDR sel
2812       - 20  # NDRPDR sel
2813       - 21  # NDRPDR sel
2814       - 22  # NDRPDR sel
2815       - 23  # NDRPDR sel
2816       - 24  # NDRPDR sel
2817       - 25  # NDRPDR sel
2818       - 26  # NDRPDR sel
2819       - 27  # NDRPDR sel
2820       - 28  # NDRPDR sel
2821       - 29  # NDRPDR sel
2822       - 30  # NDRPDR sel
2823       - 31  # NDRPDR sel
2824       - 32  # NDRPDR sel
2825       - 33  # NDRPDR sel
2826       - 34  # NDRPDR sel
2827     csit-dpdk-perf-report-iterative-2005-2n-clx:
2828       - 1   # NDRPDR sel
2829       - 2   # NDRPDR sel
2830       - 3   # NDRPDR sel
2831       - 4   # NDRPDR sel
2832       - 5   # NDRPDR sel
2833       - 6   # NDRPDR sel
2834       - 7   # NDRPDR sel
2835       - 8   # NDRPDR sel
2836       - 9   # NDRPDR sel
2837       - 10  # NDRPDR sel
2838
2839     csit-dpdk-perf-verify-2001-2n-dnv:
2840       - 9   # NDRPDR sel
2841       - 10  # NDRPDR sel
2842       - 11  # NDRPDR sel
2843       - 12  # NDRPDR sel
2844       - 13  # NDRPDR sel
2845       - 14  # NDRPDR sel
2846       - 15  # NDRPDR sel
2847       - 16  # NDRPDR sel
2848       - 17  # NDRPDR sel
2849       - 18  # NDRPDR sel
2850     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2851       - 8   # NDRPDR sel
2852       - 9   # NDRPDR sel
2853       - 10  # NDRPDR sel
2854       - 11  # NDRPDR sel
2855       - 12  # NDRPDR sel
2856       - 13  # NDRPDR sel
2857       - 14  # NDRPDR sel
2858       - 15  # NDRPDR sel
2859       - 16  # NDRPDR sel
2860       - 17  # NDRPDR sel
2861
2862     csit-dpdk-perf-verify-2001-3n-dnv:
2863       - 12  # NDRPDR sel
2864       - 13  # NDRPDR sel
2865       - 14  # NDRPDR sel
2866       - 15  # NDRPDR sel
2867       - 16  # NDRPDR sel
2868       - 17  # NDRPDR sel
2869       - 18  # NDRPDR sel
2870       - 19  # NDRPDR sel
2871       - 20  # NDRPDR sel
2872       - 22  # NDRPDR sel
2873     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2874       - 6   # NDRPDR sel
2875       - 7   # NDRPDR sel
2876       - 8   # NDRPDR sel
2877       - 9   # NDRPDR sel
2878       - 10  # NDRPDR sel
2879       - 11  # NDRPDR sel
2880       - 12  # NDRPDR sel
2881       - 13  # NDRPDR sel
2882       - 14  # NDRPDR sel
2883       - 16  # NDRPDR sel
2884
2885     csit-dpdk-perf-verify-2001-3n-tsh:
2886       - 3   # NDRPDR sel
2887       - 4   # NDRPDR sel
2888       - 5   # NDRPDR sel
2889       - 9   # NDRPDR sel
2890       - 10  # NDRPDR sel
2891       - 11  # NDRPDR sel
2892       - 12  # NDRPDR sel
2893       - 14  # NDRPDR sel
2894       - 15  # NDRPDR sel
2895       - 18  # NDRPDR sel
2896     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2897       - 5   # NDRPDR sel
2898
2899     csit-vpp-device-2005-ubuntu1804-1n-skx:
2900       - 35
2901
2902 - type: "output"
2903   output: "report"
2904   format:
2905     html:
2906     - full
2907 #    pdf:
2908 #    - minimal
2909
2910 ################################################################################
2911 ###                               T A B L E S                                ###
2912 ################################################################################
2913
2914 # VPP Soak vs NDR - 2n-skx
2915 - type: "table"
2916   title: "VPP Soak vs NDR 2n-skx"
2917   algorithm: "table_soak_vs_ndr"
2918   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2919   reference:
2920     title: "NDR"
2921     data: "vpp-soak-vs-ndr-2n-skx-ref"
2922   compare:
2923     title: "Soak"
2924     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2925   data: "vpp-soak-vs-ndr-2n-skx"
2926   include-tests: "NDR"
2927   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2928   parameters:
2929     - "throughput"
2930     - "name"
2931     - "parent"
2932
2933 # VPP Soak vs NDR - 2n-clx
2934 - type: "table"
2935   title: "VPP Soak vs NDR 2n-clx"
2936   algorithm: "table_soak_vs_ndr"
2937   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2938   reference:
2939     title: "NDR"
2940     data: "vpp-soak-vs-ndr-2n-clx-ref"
2941   compare:
2942     title: "Soak"
2943     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2944   data: "vpp-soak-vs-ndr-2n-clx"
2945   include-tests: "NDR"
2946   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2947   parameters:
2948     - "throughput"
2949     - "name"
2950     - "parent"
2951
2952 ################################################################################
2953
2954 # VPP Compare NICs 3n-skx 2t1c ndr
2955 - type: "table"
2956   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2957   algorithm: "table_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2960   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2961   columns:
2962     - title: "x710"
2963       data-set: "vpp-nic-comparison-3n-skx"
2964       tag: "NIC_Intel-X710"
2965     - title: "xxv710"
2966       data-set: "vpp-nic-comparison-3n-skx"
2967       tag: "NIC_Intel-XXV710"
2968   comparisons:
2969     - title: "Diff"
2970       reference: 1
2971       compare: 2
2972   legend:
2973     - ""
2974     - "x710, xxv710 - NICs tested."
2975     - "Diff - difference between x710 and xxv710 NIC."
2976
2977 # VPP Compare NICs 3n-skx 4t2c ndr
2978 - type: "table"
2979   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2980   algorithm: "table_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2983   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2984   columns:
2985     - title: "x710"
2986       data-set: "vpp-nic-comparison-3n-skx"
2987       tag: "NIC_Intel-X710"
2988     - title: "xxv710"
2989       data-set: "vpp-nic-comparison-3n-skx"
2990       tag: "NIC_Intel-XXV710"
2991   comparisons:
2992     - title: "Diff"
2993       reference: 1
2994       compare: 2
2995   legend:
2996     - ""
2997     - "x710, xxv710 - NICs tested."
2998     - "Diff - difference between x710 and xxv710 NIC."
2999
3000 # VPP Compare NICs 3n-skx 2t1c pdr
3001 - type: "table"
3002   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3003   algorithm: "table_comparison"
3004   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3006   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3007   columns:
3008     - title: "x710"
3009       data-set: "vpp-nic-comparison-3n-skx"
3010       tag: "NIC_Intel-X710"
3011     - title: "xxv710"
3012       data-set: "vpp-nic-comparison-3n-skx"
3013       tag: "NIC_Intel-XXV710"
3014   comparisons:
3015     - title: "Diff"
3016       reference: 1
3017       compare: 2
3018   legend:
3019     - ""
3020     - "x710, xxv710 - NICs tested."
3021     - "Diff - difference between x710 and xxv710 NIC."
3022
3023 # VPP Compare NICs 3n-skx 4t2c pdr
3024 - type: "table"
3025   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3026   algorithm: "table_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3029   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3030   columns:
3031     - title: "x710"
3032       data-set: "vpp-nic-comparison-3n-skx"
3033       tag: "NIC_Intel-X710"
3034     - title: "xxv710"
3035       data-set: "vpp-nic-comparison-3n-skx"
3036       tag: "NIC_Intel-XXV710"
3037   comparisons:
3038     - title: "Diff"
3039       reference: 1
3040       compare: 2
3041   legend:
3042     - ""
3043     - "x710, xxv710 - NICs tested."
3044     - "Diff - difference between x710 and xxv710 NIC."
3045
3046 ## VPP Compare NICs 3n-skx 2t1c mrr
3047 #- type: "table"
3048 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3049 #  algorithm: "table_comparison"
3050 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3053 #  columns:
3054 #    - title: "x710"
3055 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3056 #      tag: "NIC_Intel-X710"
3057 #    - title: "xxv710"
3058 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3059 #      tag: "NIC_Intel-XXV710"
3060 #  comparisons:
3061 #    - title: "Diff"
3062 #      reference: 1
3063 #      compare: 2
3064 #  legend:
3065 #    - ""
3066 #    - "x710, xxv710 - NICs tested."
3067 #    - "Diff - difference between x710 and xxv710 NIC."
3068 #
3069 ## VPP Compare NICs 3n-skx 4t2c mrr
3070 #- type: "table"
3071 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3072 #  algorithm: "table_comparison"
3073 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3075 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3076 #  columns:
3077 #    - title: "x710"
3078 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3079 #      tag: "NIC_Intel-X710"
3080 #    - title: "xxv710"
3081 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3082 #      tag: "NIC_Intel-XXV710"
3083 #  comparisons:
3084 #    - title: "Diff"
3085 #      reference: 1
3086 #      compare: 2
3087 #  legend:
3088 #    - ""
3089 #    - "x710, xxv710 - NICs tested."
3090 #    - "Diff - difference between x710 and xxv710 NIC."
3091 #
3092 ## VPP Compare NICs 3n-skx 8t4c mrr
3093 #- type: "table"
3094 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3095 #  algorithm: "table_comparison"
3096 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3097 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3098 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3099 #  columns:
3100 #    - title: "x710"
3101 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3102 #      tag: "NIC_Intel-X710"
3103 #    - title: "xxv710"
3104 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3105 #      tag: "NIC_Intel-XXV710"
3106 #  comparisons:
3107 #    - title: "Diff"
3108 #      reference: 1
3109 #      compare: 2
3110 #  legend:
3111 #    - ""
3112 #    - "x710, xxv710 - NICs tested."
3113 #    - "Diff - difference between x710 and xxv710 NIC."
3114
3115 # VPP Compare NICs 2n-skx 2t1c ndr
3116 - type: "table"
3117   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3118   algorithm: "table_comparison"
3119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3121   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3122   columns:
3123     - title: "x710"
3124       data-set: "vpp-nic-comparison-2n-skx"
3125       tag: "NIC_Intel-X710"
3126     - title: "xxv710"
3127       data-set: "vpp-nic-comparison-2n-skx"
3128       tag: "NIC_Intel-XXV710"
3129   comparisons:
3130     - title: "Diff"
3131       reference: 1
3132       compare: 2
3133   legend:
3134     - ""
3135     - "x710, xxv710 - NICs tested."
3136     - "Diff - difference between x710 and xxv710 NIC."
3137
3138 # VPP Compare NICs 2n-skx 4t2c ndr
3139 - type: "table"
3140   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3141   algorithm: "table_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3144   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3145   columns:
3146     - title: "x710"
3147       data-set: "vpp-nic-comparison-2n-skx"
3148       tag: "NIC_Intel-X710"
3149     - title: "xxv710"
3150       data-set: "vpp-nic-comparison-2n-skx"
3151       tag: "NIC_Intel-XXV710"
3152   comparisons:
3153     - title: "Diff"
3154       reference: 1
3155       compare: 2
3156   legend:
3157     - ""
3158     - "x710, xxv710 - NICs tested."
3159     - "Diff - difference between x710 and xxv710 NIC."
3160
3161 # VPP Compare NICs 2n-skx 2t1c pdr
3162 - type: "table"
3163   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3164   algorithm: "table_comparison"
3165   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3167   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3168   columns:
3169     - title: "x710"
3170       data-set: "vpp-nic-comparison-2n-skx"
3171       tag: "NIC_Intel-X710"
3172     - title: "xxv710"
3173       data-set: "vpp-nic-comparison-2n-skx"
3174       tag: "NIC_Intel-XXV710"
3175   comparisons:
3176     - title: "Diff"
3177       reference: 1
3178       compare: 2
3179   legend:
3180     - ""
3181     - "x710, xxv710 - NICs tested."
3182     - "Diff - difference between x710 and xxv710 NIC."
3183
3184 # VPP Compare NICs 2n-skx 4t2c pdr
3185 - type: "table"
3186   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3187   algorithm: "table_comparison"
3188   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3190   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3191   columns:
3192     - title: "x710"
3193       data-set: "vpp-nic-comparison-2n-skx"
3194       tag: "NIC_Intel-X710"
3195     - title: "xxv710"
3196       data-set: "vpp-nic-comparison-2n-skx"
3197       tag: "NIC_Intel-XXV710"
3198   comparisons:
3199     - title: "Diff"
3200       reference: 1
3201       compare: 2
3202   legend:
3203     - ""
3204     - "x710, xxv710 - NICs tested."
3205     - "Diff - difference between x710 and xxv710 NIC."
3206
3207 # VPP Compare NICs 2n-skx 2t1c mrr
3208 - type: "table"
3209   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3210   algorithm: "table_comparison"
3211   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3213   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3214   columns:
3215     - title: "x710"
3216       data-set: "vpp-nic-comparison-2n-skx-mrr"
3217       tag: "NIC_Intel-X710"
3218     - title: "xxv710"
3219       data-set: "vpp-nic-comparison-2n-skx-mrr"
3220       tag: "NIC_Intel-XXV710"
3221   comparisons:
3222     - title: "Diff"
3223       reference: 1
3224       compare: 2
3225   legend:
3226     - ""
3227     - "x710, xxv710 - NICs tested."
3228     - "Diff - difference between x710 and xxv710 NIC."
3229
3230 # VPP Compare NICs 2n-skx 4t2c mrr
3231 - type: "table"
3232   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3233   algorithm: "table_comparison"
3234   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3236   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3237   columns:
3238     - title: "x710"
3239       data-set: "vpp-nic-comparison-2n-skx-mrr"
3240       tag: "NIC_Intel-X710"
3241     - title: "xxv710"
3242       data-set: "vpp-nic-comparison-2n-skx-mrr"
3243       tag: "NIC_Intel-XXV710"
3244   comparisons:
3245     - title: "Diff"
3246       reference: 1
3247       compare: 2
3248   legend:
3249     - ""
3250     - "x710, xxv710 - NICs tested."
3251     - "Diff - difference between x710 and xxv710 NIC."
3252
3253 # VPP Compare NICs 2n-skx 8t4c mrr
3254 - type: "table"
3255   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3256   algorithm: "table_comparison"
3257   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3259   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3260   columns:
3261     - title: "x710"
3262       data-set: "vpp-nic-comparison-2n-skx-mrr"
3263       tag: "NIC_Intel-X710"
3264     - title: "xxv710"
3265       data-set: "vpp-nic-comparison-2n-skx-mrr"
3266       tag: "NIC_Intel-XXV710"
3267   comparisons:
3268     - title: "Diff"
3269       reference: 1
3270       compare: 2
3271   legend:
3272     - ""
3273     - "x710, xxv710 - NICs tested."
3274     - "Diff - difference between x710 and xxv710 NIC."
3275
3276 ################################################################################
3277 # VPP
3278
3279 # VPP Performance Changes 3n-hsw 1t1c pdr
3280 - type: "table"
3281   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3282   algorithm: "table_comparison"
3283   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3285   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3286   columns:
3287     - title: "1908.1-2"
3288       data-set: "vpp-performance-changes-3n-hsw-h1"
3289     - title: "2001.0-2"
3290       data-set: "vpp-performance-changes-3n-hsw-ref"
3291     - title: "2001.0-4"
3292       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3293     - title: "2005.0-4"
3294       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3295   comparisons:
3296     - title: "2001.0-4 vs 2001.0-2"
3297       reference: 2
3298       compare: 3
3299     - title: "2005.0-4 vs 2001.0-4"
3300       reference: 3
3301       compare: 4
3302 #  rca:
3303 #    - title: "RCA1"
3304 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3305 #    - title: "RCA2"
3306 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3307   legend:
3308     - ''
3309     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3310     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3311     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3312     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3313     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3314 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3315 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3316
3317 # VPP Performance Changes 3n-hsw 2t2c pdr
3318 - type: "table"
3319   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3320   algorithm: "table_comparison"
3321   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3323   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3324   columns:
3325     - title: "1908.1-2"
3326       data-set: "vpp-performance-changes-3n-hsw-h1"
3327     - title: "2001.0-2"
3328       data-set: "vpp-performance-changes-3n-hsw-ref"
3329     - title: "2001.0-4"
3330       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3331     - title: "2005.0-4"
3332       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3333   comparisons:
3334     - title: "2001.0-4 vs 2001.0-2"
3335       reference: 2
3336       compare: 3
3337     - title: "2005.0-4 vs 2001.0-4"
3338       reference: 3
3339       compare: 4
3340 #  rca:
3341 #    - title: "RCA2"
3342 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3343 #    - title: "RCA3"
3344 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3345   legend:
3346     - ''
3347     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3348     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3349     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3350     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3351     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3352 #    - 'RCA1:                  Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3353 #    - 'RCA2:                  Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3354
3355 # VPP Performance Changes 3n-hsw 1t1c ndr
3356 - type: "table"
3357   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3358   algorithm: "table_comparison"
3359   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3362   columns:
3363     - title: "1908.1-2"
3364       data-set: "vpp-performance-changes-3n-hsw-h1"
3365     - title: "2001.0-2"
3366       data-set: "vpp-performance-changes-3n-hsw-ref"
3367     - title: "2001.0-4"
3368       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3369     - title: "2005.0-4"
3370       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3371   comparisons:
3372     - title: "2001.0-4 vs 2001.0-2"
3373       reference: 2
3374       compare: 3
3375     - title: "2005.0-4 vs 2001.0-4"
3376       reference: 3
3377       compare: 4
3378 #  rca:
3379 #    - title: "RCA1"
3380 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3381 #    - title: "RCA2"
3382 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3383   legend:
3384     - ''
3385     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3386     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3387     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3388     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3389     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3390 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3391 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3392
3393 # VPP Performance Changes 3n-hsw 2t2c ndr
3394 - type: "table"
3395   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3396   algorithm: "table_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3400   columns:
3401     - title: "1908.1-2"
3402       data-set: "vpp-performance-changes-3n-hsw-h1"
3403     - title: "2001.0-2"
3404       data-set: "vpp-performance-changes-3n-hsw-ref"
3405     - title: "2001.0-4"
3406       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3407     - title: "2005.0-4"
3408       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3409   comparisons:
3410     - title: "2001.0-4 vs 2001.0-2"
3411       reference: 2
3412       compare: 3
3413     - title: "2005.0-4 vs 2001.0-4"
3414       reference: 3
3415       compare: 4
3416 #  rca:
3417 #    - title: "RCA1"
3418 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3419 #    - title: "RCA2"
3420 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3421   legend:
3422     - ''
3423     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3424     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3425     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3426     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3427     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3428 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3429 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3430
3431 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3432 - type: "table"
3433   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3436   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "1908.1-2"
3440       data-set: "vpp-performance-changes-3n-hsw-h1"
3441     - title: "2001.0-2"
3442       data-set: "vpp-performance-changes-3n-hsw-ref"
3443     - title: "2001.0-4"
3444       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3445     - title: "2005.0-3"
3446       data-set: "vpp-performance-changes-3n-hsw-cmp"
3447     - title: "2005.0-4"
3448       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3449   comparisons:
3450     - title: "2005.0-4 vs 2005.0-3"
3451       reference: 4
3452       compare: 5
3453     - title: "2001.0-4 vs 2001.0-2"
3454       reference: 2
3455       compare: 3
3456     - title: "2005.0-4 vs 2001.0-4"
3457       reference: 3
3458       compare: 5
3459 #  rca:
3460 #    - title: "RCA1"
3461 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3462 #    - title: "RCA2"
3463 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3464 #    - title: "RCA3"
3465 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca3.yaml"
3466   legend:
3467     - ''
3468     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3469     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3470     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3471     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3472     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3473     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3474 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3475 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3476 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3477
3478 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3479 - type: "table"
3480   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3481   algorithm: "table_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3485   columns:
3486     - title: "1908.1-2"
3487       data-set: "vpp-performance-changes-3n-hsw-h1"
3488     - title: "2001.0-2"
3489       data-set: "vpp-performance-changes-3n-hsw-ref"
3490     - title: "2001.0-4"
3491       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3492     - title: "2005.0-3"
3493       data-set: "vpp-performance-changes-3n-hsw-cmp"
3494     - title: "2005.0-4"
3495       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3496   comparisons:
3497     - title: "2005.0-4 vs 2005.0-3"
3498       reference: 4
3499       compare: 5
3500     - title: "2001.0-4 vs 2001.0-2"
3501       reference: 2
3502       compare: 3
3503     - title: "2005.0-4 vs 2001.0-4"
3504       reference: 3
3505       compare: 5
3506 #  rca:
3507 #    - title: "RCA1"
3508 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3509 #    - title: "RCA2"
3510 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3511 #    - title: "RCA3"
3512 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca3.yaml"
3513   legend:
3514     - ''
3515     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3516     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3517     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3518     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3519     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3520     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3521 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3522 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3523 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3524
3525 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3526 - type: "table"
3527   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3528   algorithm: "table_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3532   columns:
3533     - title: "1908.1-2"
3534       data-set: "vpp-performance-changes-3n-hsw-h1"
3535     - title: "2001.0-2"
3536       data-set: "vpp-performance-changes-3n-hsw-ref"
3537     - title: "2001.0-4"
3538       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3539     - title: "2005.0-3"
3540       data-set: "vpp-performance-changes-3n-hsw-cmp"
3541     - title: "2005.0-4"
3542       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3543   comparisons:
3544     - title: "2005.0-4 vs 2005.0-3"
3545       reference: 4
3546       compare: 5
3547     - title: "2001.0-4 vs 2001.0-2"
3548       reference: 2
3549       compare: 3
3550     - title: "2005.0-4 vs 2001.0-4"
3551       reference: 3
3552       compare: 5
3553 #  rca:
3554 #    - title: "RCA1"
3555 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3556 #    - title: "RCA2"
3557 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3558 #    - title: "RCA3"
3559 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca3.yaml"
3560   legend:
3561     - ''
3562     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3563     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3564     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3565     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3566     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3567     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3568 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3569 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3570 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3571
3572 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3573 - type: "table"
3574   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3575   algorithm: "table_comparison"
3576   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3579   columns:
3580     - title: "1908.1-2"
3581       data-set: "vpp-performance-changes-3n-hsw-h1"
3582     - title: "2001.0-2"
3583       data-set: "vpp-performance-changes-3n-hsw-ref"
3584     - title: "2001.0-4"
3585       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3586     - title: "2005.0-3"
3587       data-set: "vpp-performance-changes-3n-hsw-cmp"
3588     - title: "2005.0-4"
3589       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3590   comparisons:
3591     - title: "2005.0-4 vs 2005.0-3"
3592       reference: 4
3593       compare: 5
3594     - title: "2001.0-4 vs 2001.0-2"
3595       reference: 2
3596       compare: 3
3597     - title: "2005.0-4 vs 2001.0-4"
3598       reference: 3
3599       compare: 5
3600 #  rca:
3601 #    - title: "RCA1"
3602 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3603 #    - title: "RCA2"
3604 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3605 #    - title: "RCA3"
3606 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca3.yaml"
3607   legend:
3608     - ''
3609     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3610     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3611     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3612     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3613     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3614     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3615 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3616 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3617 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3618
3619 # VPP Performance Changes 3n-skx 2t1c pdr
3620 - type: "table"
3621   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3622   algorithm: "table_comparison"
3623   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3625   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3626   columns:
3627     - title: "1908.1-2"
3628       data-set: "vpp-performance-changes-3n-skx-h1"
3629     - title: "2001.0-2"
3630       data-set: "vpp-performance-changes-3n-skx-ref"
3631     - title: "2001.0-4"
3632       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3633     - title: "2005.0-4"
3634       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3635   comparisons:
3636     - title: "2001.0-4 vs 2001.0-2"
3637       reference: 2
3638       compare: 3
3639     - title: "2005.0-4 vs 2001.0-4"
3640       reference: 3
3641       compare: 4
3642 #  rca:
3643 #    - title: "RCA1"
3644 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3645 #    - title: "RCA2"
3646 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3647   legend:
3648     - ''
3649     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3650     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3651     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3652     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3653     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3654 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3655 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3656
3657 # VPP Performance Changes 3n-skx 4t2c pdr
3658 - type: "table"
3659   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3664   columns:
3665     - title: "1908.1-2"
3666       data-set: "vpp-performance-changes-3n-skx-h1"
3667     - title: "2001.0-2"
3668       data-set: "vpp-performance-changes-3n-skx-ref"
3669     - title: "2001.0-4"
3670       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3671     - title: "2005.0-4"
3672       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3673   comparisons:
3674     - title: "2001.0-4 vs 2001.0-2"
3675       reference: 2
3676       compare: 3
3677     - title: "2005.0-4 vs 2001.0-4"
3678       reference: 3
3679       compare: 4
3680 #  rca:
3681 #    - title: "RCA1"
3682 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3683 #    - title: "RCA2"
3684 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3685   legend:
3686     - ''
3687     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3688     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3689     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3690     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3691     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3692 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3693 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3694
3695 # VPP Performance Changes 3n-skx 2t1c ndr
3696 - type: "table"
3697   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3698   algorithm: "table_comparison"
3699   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3702   columns:
3703     - title: "1908.1-2"
3704       data-set: "vpp-performance-changes-3n-skx-h1"
3705     - title: "2001.0-2"
3706       data-set: "vpp-performance-changes-3n-skx-ref"
3707     - title: "2001.0-4"
3708       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3709     - title: "2005.0-4"
3710       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3711   comparisons:
3712     - title: "2001.0-4 vs 2001.0-2"
3713       reference: 2
3714       compare: 3
3715     - title: "2005.0-4 vs 2001.0-4"
3716       reference: 3
3717       compare: 4
3718 #  rca:
3719 #    - title: "RCA1"
3720 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3721 #    - title: "RCA2"
3722 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3723   legend:
3724     - ''
3725     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3726     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3727     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3728     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3729     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3730 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3731 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3732
3733 # VPP Performance Changes 3n-skx 4t2c ndr
3734 - type: "table"
3735   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3736   algorithm: "table_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3740   columns:
3741     - title: "1908.1-2"
3742       data-set: "vpp-performance-changes-3n-skx-h1"
3743     - title: "2001.0-2"
3744       data-set: "vpp-performance-changes-3n-skx-ref"
3745     - title: "2001.0-4"
3746       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3747     - title: "2005.0-4"
3748       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3749   comparisons:
3750     - title: "2001.0-4 vs 2001.0-2"
3751       reference: 2
3752       compare: 3
3753     - title: "2005.0-4 vs 2001.0-4"
3754       reference: 3
3755       compare: 4
3756 #  rca:
3757 #    - title: "RCA1"
3758 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3759 #    - title: "RCA2"
3760 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3761   legend:
3762     - ''
3763     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3764     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3765     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3766     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3767     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3768 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3769 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3770
3771 # VPP Performance Changes 3n-skx 2t1c pdr-full
3772 - type: "table"
3773   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3774   algorithm: "table_comparison"
3775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3778   columns:
3779     - title: "1908.1-2"
3780       data-set: "vpp-performance-changes-3n-skx-h1"
3781     - title: "2001.0-2"
3782       data-set: "vpp-performance-changes-3n-skx-ref"
3783     - title: "2001.0-4"
3784       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3785     - title: "2005.0-3"
3786       data-set: "vpp-performance-changes-3n-skx-cmp"
3787     - title: "2005.0-4"
3788       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3789   comparisons:
3790     - title: "2005.0-4 vs 2005.0-3"
3791       reference: 4
3792       compare: 5
3793     - title: "2001.0-4 vs 2001.0-2"
3794       reference: 2
3795       compare: 3
3796     - title: "2005.0-4 vs 2001.0-4"
3797       reference: 3
3798       compare: 5
3799 #  rca:
3800 #    - title: "RCA1"
3801 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3802 #    - title: "RCA2"
3803 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3804 #    - title: "RCA3"
3805 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca3.yaml"
3806   legend:
3807     - ''
3808     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3809     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3810     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3811     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3812     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3813     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3814 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3815 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3816 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3817
3818 # VPP Performance Changes 3n-skx 4t2c pdr-full
3819 - type: "table"
3820   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3821   algorithm: "table_comparison"
3822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3825   columns:
3826     - title: "1908.1-2"
3827       data-set: "vpp-performance-changes-3n-skx-h1"
3828     - title: "2001.0-2"
3829       data-set: "vpp-performance-changes-3n-skx-ref"
3830     - title: "2001.0-4"
3831       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3832     - title: "2005.0-3"
3833       data-set: "vpp-performance-changes-3n-skx-cmp"
3834     - title: "2005.0-4"
3835       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3836   comparisons:
3837     - title: "2005.0-4 vs 2005.0-3"
3838       reference: 4
3839       compare: 5
3840     - title: "2001.0-4 vs 2001.0-2"
3841       reference: 2
3842       compare: 3
3843     - title: "2005.0-4 vs 2001.0-4"
3844       reference: 3
3845       compare: 5
3846 #  rca:
3847 #    - title: "RCA1"
3848 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3849 #    - title: "RCA2"
3850 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3851 #    - title: "RCA3"
3852 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca3.yaml"
3853   legend:
3854     - ''
3855     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3856     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3857     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3858     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3859     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3860     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3861 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3862 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3863 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3864
3865 # VPP Performance Changes 3n-skx 2t1c ndr-full
3866 - type: "table"
3867   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3868   algorithm: "table_comparison"
3869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3871   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3872   columns:
3873     - title: "1908.1-2"
3874       data-set: "vpp-performance-changes-3n-skx-h1"
3875     - title: "2001.0-2"
3876       data-set: "vpp-performance-changes-3n-skx-ref"
3877     - title: "2001.0-4"
3878       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3879     - title: "2005.0-3"
3880       data-set: "vpp-performance-changes-3n-skx-cmp"
3881     - title: "2005.0-4"
3882       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3883   comparisons:
3884     - title: "2005.0-4 vs 2005.0-3"
3885       reference: 4
3886       compare: 5
3887     - title: "2001.0-4 vs 2001.0-2"
3888       reference: 2
3889       compare: 3
3890     - title: "2005.0-4 vs 2001.0-4"
3891       reference: 3
3892       compare: 5
3893 #  rca:
3894 #    - title: "RCA1"
3895 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3896 #    - title: "RCA2"
3897 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3898 #    - title: "RCA3"
3899 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca3.yaml"
3900   legend:
3901     - ''
3902     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3903     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3904     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3905     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3906     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3907     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3908 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3909 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3910 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3911
3912 # VPP Performance Changes 3n-skx 4t2c ndr-full
3913 - type: "table"
3914   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3915   algorithm: "table_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3918   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3919   columns:
3920     - title: "1908.1-2"
3921       data-set: "vpp-performance-changes-3n-skx-h1"
3922     - title: "2001.0-2"
3923       data-set: "vpp-performance-changes-3n-skx-ref"
3924     - title: "2001.0-4"
3925       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3926     - title: "2005.0-3"
3927       data-set: "vpp-performance-changes-3n-skx-cmp"
3928     - title: "2005.0-4"
3929       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3930   comparisons:
3931     - title: "2005.0-4 vs 2005.0-3"
3932       reference: 4
3933       compare: 5
3934     - title: "2001.0-4 vs 2001.0-2"
3935       reference: 2
3936       compare: 3
3937     - title: "2005.0-4 vs 2001.0-4"
3938       reference: 3
3939       compare: 5
3940 #  rca:
3941 #    - title: "RCA1"
3942 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3943 #    - title: "RCA2"
3944 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3945 #    - title: "RCA3"
3946 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca3.yaml"
3947   legend:
3948     - ''
3949     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3950     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3951     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3952     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3953     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3954     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3955 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
3956 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3957 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3958
3959 # VPP Performance Changes 2n-skx 2t1c pdr
3960 - type: "table"
3961   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3962   algorithm: "table_comparison"
3963   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3966   columns:
3967     - title: "1908.1-2"
3968       data-set: "vpp-performance-changes-2n-skx-h1"
3969     - title: "2001.0-2"
3970       data-set: "vpp-performance-changes-2n-skx-ref"
3971     - title: "2001.0-4"
3972       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3973     - title: "2005.0-4"
3974       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3975   comparisons:
3976     - title: "2001.0-4 vs 2001.0-2"
3977       reference: 2
3978       compare: 3
3979     - title: "2005.0-4 vs 2001.0-4"
3980       reference: 3
3981       compare: 4
3982 #  rca:
3983 #    - title: "RCA1"
3984 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3985 #    - title: "RCA2"
3986 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3987   legend:
3988     - ''
3989     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3990     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3991     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
3992     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3993     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3994 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3995 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
3996
3997 # VPP Performance Changes 2n-skx 4t2c pdr
3998 - type: "table"
3999   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4000   algorithm: "table_comparison"
4001   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4003   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4004   columns:
4005     - title: "1908.1-2"
4006       data-set: "vpp-performance-changes-2n-skx-h1"
4007     - title: "2001.0-2"
4008       data-set: "vpp-performance-changes-2n-skx-ref"
4009     - title: "2001.0-4"
4010       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4011     - title: "2005.0-4"
4012       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4013   comparisons:
4014     - title: "2001.0-4 vs 2001.0-2"
4015       reference: 2
4016       compare: 3
4017     - title: "2005.0-4 vs 2001.0-4"
4018       reference: 3
4019       compare: 4
4020 #  rca:
4021 #    - title: "RCA1"
4022 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
4023 #    - title: "RCA2"
4024 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
4025   legend:
4026     - ''
4027     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4028     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4029     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4030     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4031     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4032 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4033 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4034
4035 # VPP Performance Changes 2n-skx 2t1c ndr
4036 - type: "table"
4037   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4038   algorithm: "table_comparison"
4039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4041   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4042   columns:
4043     - title: "1908.1-2"
4044       data-set: "vpp-performance-changes-2n-skx-h1"
4045     - title: "2001.0-2"
4046       data-set: "vpp-performance-changes-2n-skx-ref"
4047     - title: "2001.0-4"
4048       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4049     - title: "2005.0-4"
4050       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4051   comparisons:
4052     - title: "2001.0-4 vs 2001.0-2"
4053       reference: 2
4054       compare: 3
4055     - title: "2005.0-4 vs 2001.0-4"
4056       reference: 3
4057       compare: 4
4058 #  rca:
4059 #    - title: "RCA1"
4060 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
4061 #    - title: "RCA2"
4062 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
4063   legend:
4064     - ''
4065     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4066     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4067     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4068     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4069     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4070 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4071 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4072
4073 # VPP Performance Changes 2n-skx 4t2c ndr
4074 - type: "table"
4075   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4076   algorithm: "table_comparison"
4077   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4079   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4080   columns:
4081     - title: "1908.1-2"
4082       data-set: "vpp-performance-changes-2n-skx-h1"
4083     - title: "2001.0-2"
4084       data-set: "vpp-performance-changes-2n-skx-ref"
4085     - title: "2001.0-4"
4086       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4087     - title: "2005.0-4"
4088       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4089   comparisons:
4090     - title: "2001.0-4 vs 2001.0-2"
4091       reference: 2
4092       compare: 3
4093     - title: "2005.0-4 vs 2001.0-4"
4094       reference: 3
4095       compare: 4
4096 #  rca:
4097 #    - title: "RCA1"
4098 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4099 #    - title: "RCA2"
4100 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4101   legend:
4102     - ''
4103     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4104     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4105     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4106     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4107     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4108 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4109 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4110
4111 # VPP Performance Changes 2n-skx 2t1c pdr-full
4112 - type: "table"
4113   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4114   algorithm: "table_comparison"
4115   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4117   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4118   columns:
4119     - title: "1908.1-2"
4120       data-set: "vpp-performance-changes-2n-skx-h1"
4121     - title: "2001.0-2"
4122       data-set: "vpp-performance-changes-2n-skx-ref"
4123     - title: "2001.0-4"
4124       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4125     - title: "2005.0-3"
4126       data-set: "vpp-performance-changes-2n-skx-cmp"
4127     - title: "2005.0-4"
4128       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4129   comparisons:
4130     - title: "2005.0-4 vs 2005.0-3"
4131       reference: 4
4132       compare: 5
4133     - title: "2001.0-4 vs 2001.0-2"
4134       reference: 2
4135       compare: 3
4136     - title: "2005.0-4 vs 2001.0-4"
4137       reference: 3
4138       compare: 5
4139 #  rca:
4140 #    - title: "RCA1"
4141 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
4142 #    - title: "RCA2"
4143 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
4144 #    - title: "RCA3"
4145 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca3.yaml"
4146   legend:
4147     - ''
4148     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4149     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4150     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4151     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4152     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4153     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4154 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4155 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4156 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4157
4158 # VPP Performance Changes 2n-skx 4t2c pdr-full
4159 - type: "table"
4160   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4161   algorithm: "table_comparison"
4162   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4164   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4165   columns:
4166     - title: "1908.1-2"
4167       data-set: "vpp-performance-changes-2n-skx-h1"
4168     - title: "2001.0-2"
4169       data-set: "vpp-performance-changes-2n-skx-ref"
4170     - title: "2001.0-4"
4171       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4172     - title: "2005.0-3"
4173       data-set: "vpp-performance-changes-2n-skx-cmp"
4174     - title: "2005.0-4"
4175       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4176   comparisons:
4177     - title: "2005.0-4 vs 2005.0-3"
4178       reference: 4
4179       compare: 5
4180     - title: "2001.0-4 vs 2001.0-2"
4181       reference: 2
4182       compare: 3
4183     - title: "2005.0-4 vs 2001.0-4"
4184       reference: 3
4185       compare: 5
4186 #  rca:
4187 #    - title: "RCA1"
4188 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
4189 #    - title: "RCA2"
4190 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
4191 #    - title: "RCA3"
4192 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca3.yaml"
4193   legend:
4194     - ''
4195     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4196     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4197     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4198     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4199     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4200     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4201 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4202 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4203 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4204
4205 # VPP Performance Changes 2n-skx 2t1c ndr-full
4206 - type: "table"
4207   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4208   algorithm: "table_comparison"
4209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4211   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4212   columns:
4213     - title: "1908.1-2"
4214       data-set: "vpp-performance-changes-2n-skx-h1"
4215     - title: "2001.0-2"
4216       data-set: "vpp-performance-changes-2n-skx-ref"
4217     - title: "2001.0-4"
4218       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4219     - title: "2005.0-3"
4220       data-set: "vpp-performance-changes-2n-skx-cmp"
4221     - title: "2005.0-4"
4222       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4223   comparisons:
4224     - title: "2005.0-4 vs 2005.0-3"
4225       reference: 4
4226       compare: 5
4227     - title: "2001.0-4 vs 2001.0-2"
4228       reference: 2
4229       compare: 3
4230     - title: "2005.0-4 vs 2001.0-4"
4231       reference: 3
4232       compare: 5
4233 #  rca:
4234 #    - title: "RCA1"
4235 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
4236 #    - title: "RCA2"
4237 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
4238 #    - title: "RCA3"
4239 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca3.yaml"
4240   legend:
4241     - ''
4242     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4243     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4244     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4245     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4246     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4247     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4248 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4249 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4250 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4251
4252 # VPP Performance Changes 2n-skx 4t2c ndr-full
4253 - type: "table"
4254   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4255   algorithm: "table_comparison"
4256   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4258   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4259   columns:
4260     - title: "1908.1-2"
4261       data-set: "vpp-performance-changes-2n-skx-h1"
4262     - title: "2001.0-2"
4263       data-set: "vpp-performance-changes-2n-skx-ref"
4264     - title: "2001.0-4"
4265       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4266     - title: "2005.0-3"
4267       data-set: "vpp-performance-changes-2n-skx-cmp"
4268     - title: "2005.0-4"
4269       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4270   comparisons:
4271     - title: "2005.0-4 vs 2005.0-3"
4272       reference: 4
4273       compare: 5
4274     - title: "2001.0-4 vs 2001.0-2"
4275       reference: 2
4276       compare: 3
4277     - title: "2005.0-4 vs 2001.0-4"
4278       reference: 3
4279       compare: 5
4280 #  rca:
4281 #    - title: "RCA1"
4282 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
4283 #    - title: "RCA2"
4284 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
4285 #    - title: "RCA3"
4286 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca3.yaml"
4287   legend:
4288     - ''
4289     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4290     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4291     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4292     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4293     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4294     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4295 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4296 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4297 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4298
4299 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4300 - type: "table"
4301   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4302   algorithm: "table_comparison"
4303   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4305   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4306   columns:
4307     - title: "2001.0-2"
4308       data-set: "vpp-performance-changes-2n-clx-ref"
4309     - title: "2001.0-4"
4310       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4311     - title: "2005.0-4"
4312       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4313   comparisons:
4314     - title: "2001.0-4 vs 2001.0-2"
4315       reference: 1
4316       compare: 2
4317     - title: "2005.0-4 vs 2001.0-4"
4318       reference: 2
4319       compare: 3
4320 #  rca:
4321 #    - title: "RCA1"
4322 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4323 #    - title: "RCA2"
4324 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4325   legend:
4326     - ''
4327     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4328     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4329     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4330     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4331     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4332 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4333 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4334
4335 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4336 - type: "table"
4337   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4338   algorithm: "table_comparison"
4339   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4341   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4342   columns:
4343     - title: "2001.0-2"
4344       data-set: "vpp-performance-changes-2n-clx-ref"
4345     - title: "2001.0-4"
4346       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4347     - title: "2005.0-4"
4348       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4349   comparisons:
4350     - title: "2001.0-4 vs 2001.0-2"
4351       reference: 1
4352       compare: 2
4353     - title: "2005.0-4 vs 2001.0-4"
4354       reference: 2
4355       compare: 3
4356 #  rca:
4357 #    - title: "RCA1"
4358 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4359 #    - title: "RCA2"
4360 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4361   legend:
4362     - ''
4363     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4364     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4366     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4367     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4368 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4369 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4370
4371 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4372 - type: "table"
4373   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4374   algorithm: "table_comparison"
4375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4378   columns:
4379     - title: "2001.0-2"
4380       data-set: "vpp-performance-changes-2n-clx-ref"
4381     - title: "2001.0-4"
4382       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4383     - title: "2005.0-4"
4384       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4385   comparisons:
4386     - title: "2001.0-4 vs 2001.0-2"
4387       reference: 1
4388       compare: 2
4389     - title: "2005.0-4 vs 2001.0-4"
4390       reference: 2
4391       compare: 3
4392 #  rca:
4393 #    - title: "RCA1"
4394 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4395 #    - title: "RCA2"
4396 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4397   legend:
4398     - ''
4399     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4400     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4401     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4402     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4403     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4404 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4405 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4406
4407 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4408 - type: "table"
4409   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4410   algorithm: "table_comparison"
4411   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4413   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4414   columns:
4415     - title: "2001.0-2"
4416       data-set: "vpp-performance-changes-2n-clx-ref"
4417     - title: "2001.0-4"
4418       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4419     - title: "2005.0-4"
4420       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4421   comparisons:
4422     - title: "2001.0-4 vs 2001.0-2"
4423       reference: 1
4424       compare: 2
4425     - title: "2005.0-4 vs 2001.0-4"
4426       reference: 2
4427       compare: 3
4428 #  rca:
4429 #    - title: "RCA1"
4430 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4431 #    - title: "RCA2"
4432 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4433   legend:
4434     - ''
4435     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4436     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4437     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4438     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4439     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4440 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4441 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4442
4443 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4444 - type: "table"
4445   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4446   algorithm: "table_comparison"
4447   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4449   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4450   columns:
4451     - title: "2001.0-2"
4452       data-set: "vpp-performance-changes-2n-clx-ref"
4453     - title: "2001.0-4"
4454       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4455     - title: "2005.0-3"
4456       data-set: "vpp-performance-changes-2n-clx-cmp"
4457     - title: "2005.0-4"
4458       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4459   comparisons:
4460     - title: "2005.0-4 vs 2005.0-3"
4461       reference: 3
4462       compare: 4
4463     - title: "2001.0-4 vs 2001.0-2"
4464       reference: 1
4465       compare: 2
4466     - title: "2005.0-4 vs 2001.0-4"
4467       reference: 2
4468       compare: 4
4469 #  rca:
4470 #    - title: "RCA1"
4471 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
4472 #    - title: "RCA2"
4473 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
4474 #    - title: "RCA3"
4475 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca3.yaml"
4476   legend:
4477     - ''
4478     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4481     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4482     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4483     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4484 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4485 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4486 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4487
4488 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4489 - type: "table"
4490   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4491   algorithm: "table_comparison"
4492   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4494   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4495   columns:
4496     - title: "2001.0-2"
4497       data-set: "vpp-performance-changes-2n-clx-ref"
4498     - title: "2001.0-4"
4499       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4500     - title: "2005.0-3"
4501       data-set: "vpp-performance-changes-2n-clx-cmp"
4502     - title: "2005.0-4"
4503       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4504   comparisons:
4505     - title: "2005.0-4 vs 2005.0-3"
4506       reference: 3
4507       compare: 4
4508     - title: "2001.0-4 vs 2001.0-2"
4509       reference: 1
4510       compare: 2
4511     - title: "2005.0-4 vs 2001.0-4"
4512       reference: 2
4513       compare: 4
4514 #  rca:
4515 #    - title: "RCA1"
4516 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
4517 #    - title: "RCA2"
4518 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
4519 #    - title: "RCA3"
4520 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca3.yaml"
4521   legend:
4522     - ''
4523     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4524     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4525     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4526     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4527     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4528     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4529 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4530 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4531 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4532
4533 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4534 - type: "table"
4535   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4539   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4540   columns:
4541     - title: "2001.0-2"
4542       data-set: "vpp-performance-changes-2n-clx-ref"
4543     - title: "2001.0-4"
4544       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4545     - title: "2005.0-3"
4546       data-set: "vpp-performance-changes-2n-clx-cmp"
4547     - title: "2005.0-4"
4548       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4549   comparisons:
4550     - title: "2005.0-4 vs 2005.0-3"
4551       reference: 3
4552       compare: 4
4553     - title: "2001.0-4 vs 2001.0-2"
4554       reference: 1
4555       compare: 2
4556     - title: "2005.0-4 vs 2001.0-4"
4557       reference: 2
4558       compare: 4
4559 #  rca:
4560 #    - title: "RCA1"
4561 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
4562 #    - title: "RCA2"
4563 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
4564 #    - title: "RCA3"
4565 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca3.yaml"
4566   legend:
4567     - ''
4568     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4569     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4570     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4571     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4572     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4573     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4574 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4575 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4576 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4577
4578 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4579 - type: "table"
4580   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4581   algorithm: "table_comparison"
4582   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4583   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4584   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4585   columns:
4586     - title: "2001.0-2"
4587       data-set: "vpp-performance-changes-2n-clx-ref"
4588     - title: "2001.0-4"
4589       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4590     - title: "2005.0-3"
4591       data-set: "vpp-performance-changes-2n-clx-cmp"
4592     - title: "2005.0-4"
4593       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4594   comparisons:
4595     - title: "2005.0-4 vs 2005.0-3"
4596       reference: 3
4597       compare: 4
4598     - title: "2001.0-4 vs 2001.0-2"
4599       reference: 1
4600       compare: 2
4601     - title: "2005.0-4 vs 2001.0-4"
4602       reference: 2
4603       compare: 4
4604 #  rca:
4605 #    - title: "RCA1"
4606 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
4607 #    - title: "RCA2"
4608 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
4609 #    - title: "RCA3"
4610 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca3.yaml"
4611   legend:
4612     - ''
4613     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4614     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4615     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4616     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4617     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4618     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4619 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
4620 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4621 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4622
4623 # VPP Performance Changes 2n-clx-x556 2t1c pdr
4624 - type: "table"
4625   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4626   algorithm: "table_comparison"
4627   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4629   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4630   columns:
4631     - title: "2001.0-2"
4632       data-set: "vpp-performance-changes-2n-clx-ref"
4633     - title: "2005.0-4"
4634       data-set: "vpp-performance-changes-2n-clx-cmp"
4635   comparisons:
4636     - title: "Diff"
4637       reference: 1
4638       compare: 2
4639   legend:
4640     - ''
4641     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4642     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4643     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4644     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4645 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4646
4647 # VPP Performance Changes 2n-clx-x556 4t2c pdr
4648 - type: "table"
4649   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4650   algorithm: "table_comparison"
4651   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4653   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4654   columns:
4655     - title: "2001.0-2"
4656       data-set: "vpp-performance-changes-2n-clx-ref"
4657     - title: "2005.0-4"
4658       data-set: "vpp-performance-changes-2n-clx-cmp"
4659   comparisons:
4660     - title: "Diff"
4661       reference: 1
4662       compare: 2
4663   legend:
4664     - ''
4665     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4666     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4667     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4668     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4669 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4670
4671 # VPP Performance Changes 2n-clx-x556 2t1c ndr
4672 - type: "table"
4673   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4674   algorithm: "table_comparison"
4675   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4677   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4678   columns:
4679     - title: "2001.0-2"
4680       data-set: "vpp-performance-changes-2n-clx-ref"
4681     - title: "2005.0-4"
4682       data-set: "vpp-performance-changes-2n-clx-cmp"
4683   comparisons:
4684     - title: "Diff"
4685       reference: 1
4686       compare: 2
4687   legend:
4688     - ''
4689     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4690     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4691     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4692     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4693 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4694
4695 # VPP Performance Changes 2n-clx-x556 4t2c ndr
4696 - type: "table"
4697   title: "VPP Performance Changes 2n-clx-x556 ndr"
4698   algorithm: "table_comparison"
4699   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4701   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4702   columns:
4703     - title: "2001.0-2"
4704       data-set: "vpp-performance-changes-2n-clx-ref"
4705     - title: "2005.0-4"
4706       data-set: "vpp-performance-changes-2n-clx-cmp"
4707   comparisons:
4708     - title: "Diff"
4709       reference: 1
4710       compare: 2
4711   legend:
4712     - ''
4713     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4714     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4715     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4716     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base.'
4717 #    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4718
4719 # VPP Performance Changes 2n-dnv 1t1c pdr
4720 - type: "table"
4721   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4722   algorithm: "table_comparison"
4723   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4725   filter: "'1T1C'"
4726   columns:
4727     - title: "1908"
4728       data-set: "vpp-performance-changes-2n-dnv-h1"
4729     - title: "2001"
4730       data-set: "vpp-performance-changes-2n-dnv-ref"
4731     - title: "2005"
4732       data-set: "vpp-performance-changes-2n-dnv-cmp"
4733   comparisons:
4734     - title: "Diff"
4735       reference: 2
4736       compare: 3
4737   legend:
4738     - ""
4739     - "1908, 2001, 2005 - VPP versions tested."
4740     - "Diff - difference between 2001 and 2005 VPP version."
4741
4742 # VPP Performance Changes 2n-dnv 2t2c pdr
4743 - type: "table"
4744   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4745   algorithm: "table_comparison"
4746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4748   filter: "'2T2C'"
4749   columns:
4750     - title: "1908"
4751       data-set: "vpp-performance-changes-2n-dnv-h1"
4752     - title: "2001"
4753       data-set: "vpp-performance-changes-2n-dnv-ref"
4754     - title: "2005"
4755       data-set: "vpp-performance-changes-2n-dnv-cmp"
4756   comparisons:
4757     - title: "Diff"
4758       reference: 2
4759       compare: 3
4760   legend:
4761     - ""
4762     - "1908, 2001, 2005 - VPP versions tested."
4763     - "Diff - difference between 2001 and 2005 VPP version."
4764
4765 # VPP Performance Changes 2n-dnv 1t1c ndr
4766 - type: "table"
4767   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4768   algorithm: "table_comparison"
4769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4771   filter: "'1T1C'"
4772   columns:
4773     - title: "1908"
4774       data-set: "vpp-performance-changes-2n-dnv-h1"
4775     - title: "2001"
4776       data-set: "vpp-performance-changes-2n-dnv-ref"
4777     - title: "2005"
4778       data-set: "vpp-performance-changes-2n-dnv-cmp"
4779   comparisons:
4780     - title: "Diff"
4781       reference: 2
4782       compare: 3
4783   legend:
4784     - ""
4785     - "1908, 2001, 2005 - VPP versions tested."
4786     - "Diff - difference between 2001 and 2005 VPP version."
4787
4788 # VPP Performance Changes 2n-dnv 2t2c ndr
4789 - type: "table"
4790   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4791   algorithm: "table_comparison"
4792   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4794   filter: "'2T2C'"
4795   columns:
4796     - title: "1908"
4797       data-set: "vpp-performance-changes-2n-dnv-h1"
4798     - title: "2001"
4799       data-set: "vpp-performance-changes-2n-dnv-ref"
4800     - title: "2005"
4801       data-set: "vpp-performance-changes-2n-dnv-cmp"
4802   comparisons:
4803     - title: "Diff"
4804       reference: 2
4805       compare: 3
4806   legend:
4807     - ""
4808     - "1908, 2001, 2005 - VPP versions tested."
4809     - "Diff - difference between 2001 and 2005 VPP version."
4810
4811 # VPP Performance Changes 3n-dnv 1t1c pdr
4812 - type: "table"
4813   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4814   algorithm: "table_comparison"
4815   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4817   filter: "'1T1C'"
4818   columns:
4819     - title: "1908"
4820       data-set: "vpp-performance-changes-3n-dnv-h1"
4821     - title: "2001"
4822       data-set: "vpp-performance-changes-3n-dnv-ref"
4823     - title: "2005"
4824       data-set: "vpp-performance-changes-3n-dnv-cmp"
4825   comparisons:
4826     - title: "Diff"
4827       reference: 2
4828       compare: 3
4829   legend:
4830     - ""
4831     - "1908, 2001, 2005 - VPP versions tested."
4832     - "Diff - difference between 2001 and 2005 VPP version."
4833
4834 # VPP Performance Changes 3n-dnv 2t2c pdr
4835 - type: "table"
4836   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4837   algorithm: "table_comparison"
4838   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4839   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4840   filter: "'2T2C'"
4841   columns:
4842     - title: "1908"
4843       data-set: "vpp-performance-changes-3n-dnv-h1"
4844     - title: "2001"
4845       data-set: "vpp-performance-changes-3n-dnv-ref"
4846     - title: "2005"
4847       data-set: "vpp-performance-changes-3n-dnv-cmp"
4848   comparisons:
4849     - title: "Diff"
4850       reference: 2
4851       compare: 3
4852   legend:
4853     - ""
4854     - "1908, 2001, 2005 - VPP versions tested."
4855     - "Diff - difference between 2001 and 2005 VPP version."
4856
4857 # VPP Performance Changes 3n-dnv 1t1c ndr
4858 - type: "table"
4859   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4860   algorithm: "table_comparison"
4861   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4863   filter: "'1T1C'"
4864   columns:
4865     - title: "1908"
4866       data-set: "vpp-performance-changes-3n-dnv-h1"
4867     - title: "2001"
4868       data-set: "vpp-performance-changes-3n-dnv-ref"
4869     - title: "2005"
4870       data-set: "vpp-performance-changes-3n-dnv-cmp"
4871   comparisons:
4872     - title: "Diff"
4873       reference: 2
4874       compare: 3
4875   legend:
4876     - ""
4877     - "1908, 2001, 2005 - VPP versions tested."
4878     - "Diff - difference between 2001 and 2005 VPP version."
4879
4880 # VPP Performance Changes 3n-dnv 2t2c ndr
4881 - type: "table"
4882   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4883   algorithm: "table_comparison"
4884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4886   filter: "'2T2C'"
4887   columns:
4888     - title: "1908"
4889       data-set: "vpp-performance-changes-3n-dnv-h1"
4890     - title: "2001"
4891       data-set: "vpp-performance-changes-3n-dnv-ref"
4892     - title: "2005"
4893       data-set: "vpp-performance-changes-3n-dnv-cmp"
4894   comparisons:
4895     - title: "Diff"
4896       reference: 2
4897       compare: 3
4898   legend:
4899     - ""
4900     - "1908, 2001, 2005 - VPP versions tested."
4901     - "Diff - difference between 2001 and 2005 VPP version."
4902
4903 # VPP Performance Changes 3n-tsh 1t1c pdr
4904 - type: "table"
4905   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4906   algorithm: "table_comparison"
4907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4909   filter: "'1T1C'"
4910   columns:
4911     - title: "1908.1-2"
4912       data-set: "vpp-performance-changes-3n-tsh-h1"
4913     - title: "2001.0-2"
4914       data-set: "vpp-performance-changes-3n-tsh-ref"
4915     - title: "2001.0-4"
4916       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4917     - title: "2005.0-4"
4918       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4919   comparisons:
4920     - title: "2001.0-4 vs 2001.0-2"
4921       reference: 2
4922       compare: 3
4923     - title: "2005.0-4 vs 2001.0-4"
4924       reference: 3
4925       compare: 4
4926 #  rca:
4927 #    - title: "RCA1"
4928 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4929 #    - title: "RCA2"
4930 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4931   legend:
4932     - ''
4933     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4934     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4935     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4936     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4937     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4938 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4939 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4940
4941 # VPP Performance Changes 3n-tsh 2t2c pdr
4942 - type: "table"
4943   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4944   algorithm: "table_comparison"
4945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4947   filter: "'2T2C'"
4948   columns:
4949     - title: "1908.1-2"
4950       data-set: "vpp-performance-changes-3n-tsh-h1"
4951     - title: "2001.0-2"
4952       data-set: "vpp-performance-changes-3n-tsh-ref"
4953     - title: "2001.0-4"
4954       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4955     - title: "2005.0-4"
4956       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4957   comparisons:
4958     - title: "2001.0-4 vs 2001.0-2"
4959       reference: 2
4960       compare: 3
4961     - title: "2005.0-4 vs 2001.0-4"
4962       reference: 3
4963       compare: 4
4964 #  rca:
4965 #    - title: "RCA1"
4966 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4967 #    - title: "RCA2"
4968 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4969   legend:
4970     - ''
4971     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4972     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4973     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
4974     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4975     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4976 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4977 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
4978
4979 # VPP Performance Changes 3n-tsh 1t1c ndr
4980 - type: "table"
4981   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4982   algorithm: "table_comparison"
4983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4985   filter: "'1T1C'"
4986   columns:
4987     - title: "1908.1-2"
4988       data-set: "vpp-performance-changes-3n-tsh-h1"
4989     - title: "2001.0-2"
4990       data-set: "vpp-performance-changes-3n-tsh-ref"
4991     - title: "2001.0-4"
4992       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4993     - title: "2005.0-4"
4994       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4995   comparisons:
4996     - title: "2001.0-4 vs 2001.0-2"
4997       reference: 2
4998       compare: 3
4999     - title: "2005.0-4 vs 2001.0-4"
5000       reference: 3
5001       compare: 4
5002 #  rca:
5003 #    - title: "RCA1"
5004 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
5005 #    - title: "RCA2"
5006 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
5007   legend:
5008     - ''
5009     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5010     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5011     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5012     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5013     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5014 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5015 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5016
5017 # VPP Performance Changes 3n-tsh 2t2c ndr
5018 - type: "table"
5019   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5020   algorithm: "table_comparison"
5021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5023   filter: "'2T2C'"
5024   columns:
5025     - title: "1908.1-2"
5026       data-set: "vpp-performance-changes-3n-tsh-h1"
5027     - title: "2001.0-2"
5028       data-set: "vpp-performance-changes-3n-tsh-ref"
5029     - title: "2001.0-4"
5030       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5031     - title: "2005.0-4"
5032       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5033   comparisons:
5034     - title: "2001.0-4 vs 2001.0-2"
5035       reference: 2
5036       compare: 3
5037     - title: "2005.0-4 vs 2001.0-4"
5038       reference: 3
5039       compare: 4
5040 #  rca:
5041 #    - title: "RCA1"
5042 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
5043 #    - title: "RCA2"
5044 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
5045   legend:
5046     - ''
5047     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5048     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5049     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5050     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5051     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5052 #    - 'RCA1:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5053 #    - 'RCA2:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5054
5055 # VPP Performance Changes 3n-tsh 1t1c pdr-full
5056 - type: "table"
5057   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
5058   algorithm: "table_comparison"
5059   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
5060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5061   filter: "'1T1C'"
5062   columns:
5063     - title: "1908.1-2"
5064       data-set: "vpp-performance-changes-3n-tsh-h1"
5065     - title: "2001.0-2"
5066       data-set: "vpp-performance-changes-3n-tsh-ref"
5067     - title: "2001.0-4"
5068       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5069     - title: "2005.0-3"
5070       data-set: "vpp-performance-changes-3n-tsh-cmp"
5071     - title: "2005.0-4"
5072       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5073   comparisons:
5074     - title: "2005.0-4 vs 2005.0-3"
5075       reference: 4
5076       compare: 5
5077     - title: "2001.0-4 vs 2001.0-2"
5078       reference: 2
5079       compare: 3
5080     - title: "2005.0-4 vs 2001.0-4"
5081       reference: 3
5082       compare: 5
5083 #  rca:
5084 #    - title: "RCA1"
5085 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
5086 #    - title: "RCA2"
5087 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
5088 #    - title: "RCA3"
5089 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca3.yaml"
5090   legend:
5091     - ''
5092     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5093     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5094     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5095     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5096     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5097     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5098 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5099 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5100 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5101
5102 # VPP Performance Changes 3n-tsh 2t2c pdr-full
5103 - type: "table"
5104   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
5105   algorithm: "table_comparison"
5106   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
5107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5108   filter: "'2T2C'"
5109   columns:
5110     - title: "1908.1-2"
5111       data-set: "vpp-performance-changes-3n-tsh-h1"
5112     - title: "2001.0-2"
5113       data-set: "vpp-performance-changes-3n-tsh-ref"
5114     - title: "2001.0-4"
5115       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5116     - title: "2005.0-3"
5117       data-set: "vpp-performance-changes-3n-tsh-cmp"
5118     - title: "2005.0-4"
5119       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5120   comparisons:
5121     - title: "2005.0-4 vs 2005.0-3"
5122       reference: 4
5123       compare: 5
5124     - title: "2001.0-4 vs 2001.0-2"
5125       reference: 2
5126       compare: 3
5127     - title: "2005.0-4 vs 2001.0-4"
5128       reference: 3
5129       compare: 5
5130 #  rca:
5131 #    - title: "RCA1"
5132 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
5133 #    - title: "RCA2"
5134 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
5135 #    - title: "RCA3"
5136 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca3.yaml"
5137   legend:
5138     - ''
5139     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5140     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5141     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5142     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5143     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5144     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5145 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5146 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5147 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5148
5149 # VPP Performance Changes 3n-tsh 1t1c ndr-full
5150 - type: "table"
5151   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
5152   algorithm: "table_comparison"
5153   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
5154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5155   filter: "'1T1C'"
5156   columns:
5157     - title: "1908.1-2"
5158       data-set: "vpp-performance-changes-3n-tsh-h1"
5159     - title: "2001.0-2"
5160       data-set: "vpp-performance-changes-3n-tsh-ref"
5161     - title: "2001.0-4"
5162       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5163     - title: "2005.0-3"
5164       data-set: "vpp-performance-changes-3n-tsh-cmp"
5165     - title: "2005.0-4"
5166       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5167   comparisons:
5168     - title: "2005.0-4 vs 2005.0-3"
5169       reference: 4
5170       compare: 5
5171     - title: "2001.0-4 vs 2001.0-2"
5172       reference: 2
5173       compare: 3
5174     - title: "2005.0-4 vs 2001.0-4"
5175       reference: 3
5176       compare: 5
5177 #  rca:
5178 #    - title: "RCA1"
5179 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
5180 #    - title: "RCA2"
5181 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
5182 #    - title: "RCA3"
5183 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca3.yaml"
5184   legend:
5185     - ''
5186     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5187     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5188     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5189     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5190     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5191     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5192 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5193 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5194 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5195
5196 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5197 - type: "table"
5198   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5199   algorithm: "table_comparison"
5200   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5202   filter: "'2T2C'"
5203   columns:
5204     - title: "1908.1-2"
5205       data-set: "vpp-performance-changes-3n-tsh-h1"
5206     - title: "2001.0-2"
5207       data-set: "vpp-performance-changes-3n-tsh-ref"
5208     - title: "2001.0-4"
5209       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5210     - title: "2005.0-3"
5211       data-set: "vpp-performance-changes-3n-tsh-cmp"
5212     - title: "2005.0-4"
5213       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5214   comparisons:
5215     - title: "2005.0-4 vs 2005.0-3"
5216       reference: 4
5217       compare: 5
5218     - title: "2001.0-4 vs 2001.0-2"
5219       reference: 2
5220       compare: 3
5221     - title: "2005.0-4 vs 2001.0-4"
5222       reference: 3
5223       compare: 5
5224 #  rca:
5225 #    - title: "RCA1"
5226 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
5227 #    - title: "RCA2"
5228 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
5229 #    - title: "RCA3"
5230 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca3.yaml"
5231   legend:
5232     - ''
5233     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5234     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5235     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base.'
5236     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5237     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5238     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5239 #    - 'RCA1:                 Root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5240 #    - 'RCA2:                 Root cause analysis reference for 2001.0-4 vs 2001.0-2.'
5241 #    - 'RCA3:                 Root cause analysis reference for 2005.0-4 vs 2001.0-4.'
5242
5243 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5244 - type: "table"
5245   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5246   algorithm: "table_comparison"
5247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5249   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5250   columns:
5251     - title: "3n-hsw xl710"
5252       data-set: "vpp-compare-testbeds-ref"
5253       tag: "NIC_Intel-XL710"
5254     - title: "3n-skx xxv710"
5255       data-set: "vpp-compare-testbeds-cmp"
5256       tag: "NIC_Intel-XXV710"
5257   comparisons:
5258     - title: "Diff"
5259       reference: 1
5260       compare: 2
5261   legend:
5262     - ""
5263     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5264     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5265
5266 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5267 - type: "table"
5268   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5269   algorithm: "table_comparison"
5270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5272   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5273   columns:
5274     - title: "3n-hsw xl710"
5275       data-set: "vpp-compare-testbeds-ref"
5276       tag: "NIC_Intel-XL710"
5277     - title: "3n-skx xxv710"
5278       data-set: "vpp-compare-testbeds-cmp"
5279       tag: "NIC_Intel-XXV710"
5280   comparisons:
5281     - title: "Diff"
5282       reference: 1
5283       compare: 2
5284   legend:
5285     - ""
5286     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5287     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5288
5289 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5290 - type: "table"
5291   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5292   algorithm: "table_comparison"
5293   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5295   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5296   columns:
5297     - title: "3n-hsw xl710"
5298       data-set: "vpp-compare-testbeds-ref"
5299       tag: "NIC_Intel-XL710"
5300     - title: "3n-skx xxv710"
5301       data-set: "vpp-compare-testbeds-cmp"
5302       tag: "NIC_Intel-XXV710"
5303   comparisons:
5304     - title: "Diff"
5305       reference: 1
5306       compare: 2
5307   legend:
5308     - ""
5309     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5310     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5311
5312 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5313 - type: "table"
5314   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5315   algorithm: "table_comparison"
5316   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5318   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5319   columns:
5320     - title: "3n-hsw xl710"
5321       data-set: "vpp-compare-testbeds-ref"
5322       tag: "NIC_Intel-XL710"
5323     - title: "3n-skx xxv710"
5324       data-set: "vpp-compare-testbeds-cmp"
5325       tag: "NIC_Intel-XXV710"
5326   comparisons:
5327     - title: "Diff"
5328       reference: 1
5329       compare: 2
5330   legend:
5331     - ""
5332     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5333     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5334
5335 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5336 - type: "table"
5337   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5338   algorithm: "table_comparison"
5339   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5341   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5342   columns:
5343     - title: "2n-skx"
5344       data-set: "vpp-compare-testbeds-skx-clx-ref"
5345     - title: "2n-clx"
5346       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5347   comparisons:
5348     - title: "Diff"
5349       reference: 1
5350       compare: 2
5351   legend:
5352     - ""
5353     - "2n-skx, 2n-clx - testbeds and NICs tested."
5354     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5355
5356 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5357 - type: "table"
5358   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5359   algorithm: "table_comparison"
5360   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5362   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5363   columns:
5364     - title: "2n-skx"
5365       data-set: "vpp-compare-testbeds-skx-clx-ref"
5366     - title: "2n-clx"
5367       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5368   comparisons:
5369     - title: "Diff"
5370       reference: 1
5371       compare: 2
5372   legend:
5373     - ""
5374     - "2n-skx, 2n-clx - testbeds and NICs tested."
5375     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5376
5377 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5378 - type: "table"
5379   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5380   algorithm: "table_comparison"
5381   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5383   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5384   columns:
5385     - title: "2n-skx"
5386       data-set: "vpp-compare-testbeds-skx-clx-ref"
5387     - title: "2n-clx"
5388       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5389   comparisons:
5390     - title: "Diff"
5391       reference: 1
5392       compare: 2
5393   legend:
5394     - ""
5395     - "2n-skx, 2n-clx - testbeds and NICs tested."
5396     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5397
5398 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5399 - type: "table"
5400   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5401   algorithm: "table_comparison"
5402   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5404   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5405   columns:
5406     - title: "2n-skx"
5407       data-set: "vpp-compare-testbeds-skx-clx-ref"
5408     - title: "2n-clx"
5409       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5410   comparisons:
5411     - title: "Diff"
5412       reference: 1
5413       compare: 2
5414   legend:
5415     - ""
5416     - "2n-skx, 2n-clx - testbeds and NICs tested."
5417     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5418
5419 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5420 - type: "table"
5421   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5422   algorithm: "table_comparison"
5423   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5425   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5426   columns:
5427     - title: "3n-hsw xl710"
5428       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5429       tag: "NIC_Intel-XL710"
5430     - title: "2n-clx xxv710"
5431       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5432       tag: "NIC_Intel-XXV710"
5433   comparisons:
5434     - title: "Diff"
5435       reference: 1
5436       compare: 2
5437   legend:
5438     - ""
5439     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5440     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5441
5442 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5443 - type: "table"
5444   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5445   algorithm: "table_comparison"
5446   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5448   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5449   columns:
5450     - title: "3n-hsw xl710"
5451       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5452       tag: "NIC_Intel-XL710"
5453     - title: "2n-clx xxv710"
5454       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5455       tag: "NIC_Intel-XXV710"
5456   comparisons:
5457     - title: "Diff"
5458       reference: 1
5459       compare: 2
5460   legend:
5461     - ""
5462     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5463     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5464
5465 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5466 - type: "table"
5467   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5468   algorithm: "table_comparison"
5469   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5471   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5472   columns:
5473     - title: "3n-hsw xl710"
5474       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5475       tag: "NIC_Intel-XL710"
5476     - title: "2n-clx xxv710"
5477       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5478       tag: "NIC_Intel-XXV710"
5479   comparisons:
5480     - title: "Diff"
5481       reference: 1
5482       compare: 2
5483   legend:
5484     - ""
5485     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5486     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5487
5488 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5489 - type: "table"
5490   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5491   algorithm: "table_comparison"
5492   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5494   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5495   columns:
5496     - title: "3n-hsw xl710"
5497       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5498       tag: "NIC_Intel-XL710"
5499     - title: "2n-clx xxv710"
5500       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5501       tag: "NIC_Intel-XXV710"
5502   comparisons:
5503     - title: "Diff"
5504       reference: 1
5505       compare: 2
5506   legend:
5507     - ""
5508     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5509     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5510
5511 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5512 - type: "table"
5513   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5514   algorithm: "table_comparison"
5515   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5517   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5518   columns:
5519     - title: "3n-skx"
5520       data-set: "vpp-compare-topologies-ref"
5521     - title: "2n-skx"
5522       data-set: "vpp-compare-topologies-cmp"
5523   comparisons:
5524     - title: "Diff"
5525       reference: 1
5526       compare: 2
5527   legend:
5528     - ""
5529     - "3n-skx, 2n-skx - topologies tested."
5530     - "Diff - difference between 3n-skx and 2n-skx topologies."
5531
5532 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5533 - type: "table"
5534   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5535   algorithm: "table_comparison"
5536   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5538   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5539   columns:
5540     - title: "3n-skx"
5541       data-set: "vpp-compare-topologies-ref"
5542     - title: "2n-skx"
5543       data-set: "vpp-compare-topologies-cmp"
5544   comparisons:
5545     - title: "Diff"
5546       reference: 1
5547       compare: 2
5548   legend:
5549     - ""
5550     - "3n-skx, 2n-skx - topologies tested."
5551     - "Diff - difference between 3n-skx and 2n-skx topologies."
5552
5553 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5554 - type: "table"
5555   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5556   algorithm: "table_comparison"
5557   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5559   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5560   columns:
5561     - title: "3n-skx"
5562       data-set: "vpp-compare-topologies-ref"
5563     - title: "2n-skx"
5564       data-set: "vpp-compare-topologies-cmp"
5565   comparisons:
5566     - title: "Diff"
5567       reference: 1
5568       compare: 2
5569   legend:
5570     - ""
5571     - "3n-skx, 2n-skx - topologies tested."
5572     - "Diff - difference between 3n-skx and 2n-skx topologies."
5573
5574 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5575 - type: "table"
5576   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5577   algorithm: "table_comparison"
5578   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5580   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5581   columns:
5582     - title: "3n-skx"
5583       data-set: "vpp-compare-topologies-ref"
5584     - title: "2n-skx"
5585       data-set: "vpp-compare-topologies-cmp"
5586   comparisons:
5587     - title: "Diff"
5588       reference: 1
5589       compare: 2
5590   legend:
5591     - ""
5592     - "3n-skx, 2n-skx - topologies tested."
5593     - "Diff - difference between 3n-skx and 2n-skx topologies."
5594
5595 # VPP Performance Changes 3n-hsw 1t1c mrr
5596 - type: "table"
5597   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5598   algorithm: "table_comparison"
5599   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5601   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5602   columns:
5603     - title: "1908.1-2"
5604       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5605     - title: "2001.0-2"
5606       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5607     - title: "2005.0-3"
5608       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5609     - title: "2005.0-4"
5610       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5611   comparisons:
5612     - title: "2005.0-4 vs 2005.0-3"
5613       reference: 3
5614       compare: 4
5615     - title: "2005.0-4 vs 2001.0-2"
5616       reference: 2
5617       compare: 4
5618 #  rca:
5619 #    - title: "RCA1"
5620 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca1.yaml"
5621 #    - title: "RCA2"
5622 #      data: "rca/rca-2005-3n-hsw-1t1c-mrr-rca2.yaml"
5623   legend:
5624     - ''
5625     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5626     - '            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).'
5627     - '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.'
5628     - '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.'
5629 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5630 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5631
5632 # VPP Performance Changes 3n-hsw 2t2c mrr
5633 - type: "table"
5634   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5635   algorithm: "table_comparison"
5636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5638   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5639   columns:
5640     - title: "1908.1-2"
5641       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5642     - title: "2001.0-2"
5643       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5644     - title: "2005.0-3"
5645       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5646     - title: "2005.0-4"
5647       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5648   comparisons:
5649     - title: "2005.0-4 vs 2005.0-3"
5650       reference: 3
5651       compare: 4
5652     - title: "2005.0-4 vs 2001.0-2"
5653       reference: 2
5654       compare: 4
5655 #  rca:
5656 #    - title: "RCA1"
5657 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca1.yaml"
5658 #    - title: "RCA2"
5659 #      data: "rca/rca-2005-3n-hsw-2t2c-mrr-rca2.yaml"
5660   legend:
5661     - ''
5662     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5663     - '            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).'
5664     - '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.'
5665     - '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.'
5666 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5667 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5668
5669 # VPP Performance Changes 3n-hsw 4t4c mrr
5670 - type: "table"
5671   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5672   algorithm: "table_comparison"
5673   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5675   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5676   columns:
5677     - title: "1908.1-2"
5678       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5679     - title: "2001.0-2"
5680       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5681     - title: "2005.0-3"
5682       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5683     - title: "2005.0-4"
5684       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5685   comparisons:
5686     - title: "2005.0-4 vs 2005.0-3"
5687       reference: 3
5688       compare: 4
5689     - title: "2005.0-4 vs 2001.0-2"
5690       reference: 2
5691       compare: 4
5692 #  rca:
5693 #    - title: "RCA1"
5694 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca1.yaml"
5695 #    - title: "RCA2"
5696 #      data: "rca/rca-2005-3n-hsw-4t4c-mrr-rca2.yaml"
5697   legend:
5698     - ''
5699     - '           Test Case: Test cases executed for: PDR throughput on 3n-hsw with xl710.'
5700     - '            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).'
5701     - '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.'
5702     - '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.'
5703 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5704 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5705
5706
5707 # VPP Performance Changes 3n-skx 2t1c mrr
5708 - type: "table"
5709   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5710   algorithm: "table_comparison"
5711   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5713   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5714   columns:
5715 #    - title: "1908"
5716 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5717     - title: "2001.0-2"
5718       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5719     - title: "2005.0-3"
5720       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5721     - title: "2005.0-4"
5722       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5723   comparisons:
5724     - title: "2005.0-4 vs 2005.0-3"
5725       reference: 2
5726       compare: 3
5727     - title: "2005.0-4 vs 2001.0-2"
5728       reference: 1
5729       compare: 3
5730 #  rca:
5731 #    - title: "RCA1"
5732 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca1.yaml"
5733 #    - title: "RCA2"
5734 #      data: "rca/rca-2005-3n-skx-2t1c-mrr-rca2.yaml"
5735   legend:
5736     - ''
5737     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5738     - '            YYMM.V-E: [Mpps +- StDev] results for VPP version (YY year, MM month, V minor version) tested in CSIT environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5739     - '2005.0-4 vs 2005.0-3: [% +- StDev] Relative difference, latter is the base. Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5740     - '2005.0-4 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5741 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5742 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5743
5744 # VPP Performance Changes 3n-skx 4t2c mrr
5745 - type: "table"
5746   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5747   algorithm: "table_comparison"
5748   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5750   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5751   columns:
5752 #    - title: "1908"
5753 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5754     - title: "2001.0-2"
5755       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5756     - title: "2005.0-3"
5757       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5758     - title: "2005.0-4"
5759       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5760   comparisons:
5761     - title: "2005.0-4 vs 2005.0-3"
5762       reference: 2
5763       compare: 3
5764     - title: "2005.0-4 vs 2001.0-2"
5765       reference: 1
5766       compare: 3
5767 #  rca:
5768 #    - title: "RCA1"
5769 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca1.yaml"
5770 #    - title: "RCA2"
5771 #      data: "rca/rca-2005-3n-skx-4t2c-mrr-rca2.yaml"
5772   legend:
5773     - ''
5774     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5775     - '            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).'
5776     - '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.'
5777     - '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.'
5778 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5779 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5780
5781 # VPP Performance Changes 3n-skx 8t4c mrr
5782 - type: "table"
5783   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5784   algorithm: "table_comparison"
5785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5787   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5788   columns:
5789 #    - title: "1908"
5790 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5791     - title: "2001.0-2"
5792       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5793     - title: "2005.0-3"
5794       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5795     - title: "2005.0-4"
5796       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5797   comparisons:
5798     - title: "2005.0-4 vs 2005.0-3"
5799       reference: 2
5800       compare: 3
5801     - title: "2005.0-4 vs 2001.0-2"
5802       reference: 1
5803       compare: 3
5804 #  rca:
5805 #    - title: "RCA1"
5806 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca1.yaml"
5807 #    - title: "RCA2"
5808 #      data: "rca/rca-2005-3n-skx-8t4c-mrr-rca2.yaml"
5809   legend:
5810     - ''
5811     - '           Test Case: Test cases executed for: PDR throughput on 3n-skx with xxv710.'
5812     - '            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).'
5813     - '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.'
5814     - '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.'
5815 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5816 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5817
5818 # VPP Performance Changes 2n-skx 2t1c mrr
5819 - type: "table"
5820   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5821   algorithm: "table_comparison"
5822   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5824   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5825   columns:
5826     - title: "2001.0-2"
5827       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5828     - title: "2005.0-3"
5829       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5830     - title: "2005.0-4"
5831       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5832   comparisons:
5833     - title: "2005.0-4 vs 2005.0-3"
5834       reference: 2
5835       compare: 3
5836     - title: "2005.0-4 vs 2001.0-2"
5837       reference: 1
5838       compare: 3
5839 #  rca:
5840 #    - title: "RCA1"
5841 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca1.yaml"
5842 #    - title: "RCA2"
5843 #      data: "rca/rca-2005-2n-skx-2t1c-mrr-rca2.yaml"
5844   legend:
5845     - ''
5846     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5847     - '            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).'
5848     - '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.'
5849     - '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.'
5850 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5851 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5852
5853 # VPP Performance Changes 2n-skx 4t2c mrr
5854 - type: "table"
5855   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5856   algorithm: "table_comparison"
5857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5859   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5860   columns:
5861     - title: "2001.0-2"
5862       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5863     - title: "2005.0-3"
5864       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5865     - title: "2005.0-4"
5866       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5867   comparisons:
5868     - title: "2005.0-4 vs 2005.0-3"
5869       reference: 2
5870       compare: 3
5871     - title: "2005.0-4 vs 2001.0-2"
5872       reference: 1
5873       compare: 3
5874 #  rca:
5875 #    - title: "RCA1"
5876 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca1.yaml"
5877 #    - title: "RCA2"
5878 #      data: "rca/rca-2005-2n-skx-4t2c-mrr-rca2.yaml"
5879   legend:
5880     - ''
5881     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5882     - '            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).'
5883     - '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.'
5884     - '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.'
5885 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5886 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5887
5888 # VPP Performance Changes 2n-skx 8t4c mrr
5889 - type: "table"
5890   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5894   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5895   columns:
5896     - title: "2001.0-2"
5897       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5898     - title: "2005.0-3"
5899       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5900     - title: "2005.0-4"
5901       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5902   comparisons:
5903     - title: "2005.0-4 vs 2005.0-3"
5904       reference: 2
5905       compare: 3
5906     - title: "2005.0-4 vs 2001.0-2"
5907       reference: 1
5908       compare: 3
5909 #  rca:
5910 #    - title: "RCA1"
5911 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca1.yaml"
5912 #    - title: "RCA2"
5913 #      data: "rca/rca-2005-2n-skx-8t4c-mrr-rca2.yaml"
5914   legend:
5915     - ''
5916     - '           Test Case: Test cases executed for: PDR throughput on 2n-skx with xxv710.'
5917     - '            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).'
5918     - '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.'
5919     - '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.'
5920 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5921 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5922
5923 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5924 - type: "table"
5925   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5926   algorithm: "table_comparison"
5927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5929   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5930   columns:
5931     - title: "2001.0-2"
5932       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5933     - title: "2005.0-3"
5934       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5935     - title: "2005.0-4"
5936       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5937   comparisons:
5938     - title: "2005.0-4 vs 2005.0-3"
5939       reference: 2
5940       compare: 3
5941     - title: "2005.0-4 vs 2001.0-2"
5942       reference: 1
5943       compare: 3
5944 #  rca:
5945 #    - title: "RCA1"
5946 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca1.yaml"
5947 #    - title: "RCA2"
5948 #      data: "rca/rca-2005-2n-clx-2t1c-mrr-rca2.yaml"
5949   legend:
5950     - ''
5951     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5952     - '            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).'
5953     - '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.'
5954     - '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.'
5955 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5956 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5957
5958 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5959 - type: "table"
5960   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5961   algorithm: "table_comparison"
5962   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5964   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5965   columns:
5966     - title: "2001.0-2"
5967       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5968     - title: "2005.0-3"
5969       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5970     - title: "2005.0-4"
5971       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5972   comparisons:
5973     - title: "2005.0-4 vs 2005.0-3"
5974       reference: 2
5975       compare: 3
5976     - title: "2005.0-4 vs 2001.0-2"
5977       reference: 1
5978       compare: 3
5979 #  rca:
5980 #    - title: "RCA1"
5981 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca1.yaml"
5982 #    - title: "RCA2"
5983 #      data: "rca/rca-2005-2n-clx-4t2c-mrr-rca2.yaml"
5984   legend:
5985     - ''
5986     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5987     - '            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).'
5988     - '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.'
5989     - '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.'
5990 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
5991 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
5992
5993 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5994 - type: "table"
5995   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5996   algorithm: "table_comparison"
5997   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5999   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6000   columns:
6001     - title: "2001.0-2"
6002       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6003     - title: "2005.0-3"
6004       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6005     - title: "2005.0-4"
6006       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
6007   comparisons:
6008     - title: "2005.0-4 vs 2005.0-3"
6009       reference: 2
6010       compare: 3
6011     - title: "2005.0-4 vs 2001.0-2"
6012       reference: 1
6013       compare: 3
6014 #  rca:
6015 #    - title: "RCA1"
6016 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca1.yaml"
6017 #    - title: "RCA2"
6018 #      data: "rca/rca-2005-2n-clx-8t4c-mrr-rca2.yaml"
6019   legend:
6020     - ''
6021     - '           Test Case: Test cases executed for: PDR throughput on 2n-clx with xxv710.'
6022     - '            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).'
6023     - '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.'
6024     - '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.'
6025 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6026 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6027
6028 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
6029 - type: "table"
6030   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
6031   algorithm: "table_comparison"
6032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
6033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6034   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6035   columns:
6036     - title: "2001"
6037       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6038     - title: "2005"
6039       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6040   comparisons:
6041     - title: "Diff"
6042       reference: 1
6043       compare: 2
6044   legend:
6045     - ""
6046     - "2001, 2005 - VPP versions tested."
6047     - "Diff - difference between 2001 and 2005 VPP version."
6048
6049 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
6050 - type: "table"
6051   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
6052   algorithm: "table_comparison"
6053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
6054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6055   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6056   columns:
6057     - title: "2001"
6058       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6059     - title: "2005"
6060       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6061   comparisons:
6062     - title: "Diff"
6063       reference: 1
6064       compare: 2
6065   legend:
6066     - ""
6067     - "2001, 2005 - VPP versions tested."
6068     - "Diff - difference between 2001 and 2005 VPP version."
6069
6070 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
6071 - type: "table"
6072   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
6073   algorithm: "table_comparison"
6074   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
6075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6076   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6077   columns:
6078     - title: "2001"
6079       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
6080     - title: "2005"
6081       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6082   comparisons:
6083     - title: "Diff"
6084       reference: 1
6085       compare: 2
6086   legend:
6087     - ""
6088     - "2001, 2005 - VPP versions tested."
6089     - "Diff - difference between 2001 and 2005 VPP version."
6090
6091 # VPP Performance Changes 2n-dnv 1t1c mrr
6092 - type: "table"
6093   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6094   algorithm: "table_comparison"
6095   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6097   filter: "'1T1C'"
6098   columns:
6099     - title: "1908"
6100       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6101     - title: "2001"
6102       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6103     - title: "2005"
6104       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6105   comparisons:
6106     - title: "Diff"
6107       reference: 2
6108       compare: 3
6109   legend:
6110     - ""
6111     - "1908, 2001, 2005 - VPP versions tested."
6112     - "Diff - difference between 2001 and 2005 VPP version."
6113
6114 # VPP Performance Changes 2n-dnv 2t2c mrr
6115 - type: "table"
6116   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6117   algorithm: "table_comparison"
6118   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6120   filter: "'2T2C'"
6121   columns:
6122     - title: "1908"
6123       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6124     - title: "2001"
6125       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6126     - title: "2005"
6127       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6128   comparisons:
6129     - title: "Diff"
6130       reference: 2
6131       compare: 3
6132   legend:
6133     - ""
6134     - "1908, 2001, 2005 - VPP versions tested."
6135     - "Diff - difference between 2001 and 2005 VPP version."
6136
6137 # VPP Performance Changes 2n-dnv 4t4c mrr
6138 - type: "table"
6139   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6140   algorithm: "table_comparison"
6141   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6143   filter: "'4T4C'"
6144   columns:
6145     - title: "1908"
6146       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6147     - title: "2001"
6148       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
6149     - title: "2005"
6150       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6151   comparisons:
6152     - title: "Diff"
6153       reference: 2
6154       compare: 3
6155   legend:
6156     - ""
6157     - "1908, 2001, 2005 - VPP versions tested."
6158     - "Diff - difference between 2001 and 2005 VPP version."
6159
6160 # VPP Performance Changes 3n-dnv 1t1c mrr
6161 - type: "table"
6162   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6163   algorithm: "table_comparison"
6164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6166   filter: "'1T1C'"
6167   columns:
6168     - title: "1908"
6169       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6170     - title: "2001"
6171       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6172     - title: "2005"
6173       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6174   comparisons:
6175     - title: "Diff"
6176       reference: 2
6177       compare: 3
6178   legend:
6179     - ""
6180     - "1908, 2001, 2005 - VPP versions tested."
6181     - "Diff - difference between 2001 and 2005 VPP version."
6182
6183 # VPP Performance Changes 3n-dnv 2t2c mrr
6184 - type: "table"
6185   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6186   algorithm: "table_comparison"
6187   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6189   filter: "'2T2C'"
6190   columns:
6191     - title: "1908"
6192       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6193     - title: "2001"
6194       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6195     - title: "2005"
6196       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6197   comparisons:
6198     - title: "Diff"
6199       reference: 2
6200       compare: 3
6201   legend:
6202     - ""
6203     - "1908, 2001, 2005 - VPP versions tested."
6204     - "Diff - difference between 2001 and 2005 VPP version."
6205
6206 # VPP Performance Changes 3n-dnv 4t4c mrr
6207 - type: "table"
6208   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6209   algorithm: "table_comparison"
6210   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6212   filter: "'4T4C'"
6213   columns:
6214     - title: "1908"
6215       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6216     - title: "2001"
6217       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6218     - title: "2005"
6219       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6220   comparisons:
6221     - title: "Diff"
6222       reference: 2
6223       compare: 3
6224   legend:
6225     - ""
6226     - "1908, 2001, 2005 - VPP versions tested."
6227     - "Diff - difference between 2001 and 2005 VPP version."
6228
6229 # VPP Performance Changes 3n-tsh 1t1c mrr
6230 - type: "table"
6231   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6232   algorithm: "table_comparison"
6233   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6235   filter: "'1T1C'"
6236   columns:
6237     - title: "1908.1-2"
6238       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6239     - title: "2001.0-2"
6240       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6241     - title: "2005.0-3"
6242       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6243     - title: "2005.0-4"
6244       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6245   comparisons:
6246     - title: "2005.0-4 vs 2005.0-3"
6247       reference: 3
6248       compare: 4
6249     - title: "2005.0-4 vs 2001.0-2"
6250       reference: 2
6251       compare: 4
6252 #  rca:
6253 #    - title: "RCA1"
6254 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca1.yaml"
6255 #    - title: "RCA2"
6256 #      data: "rca/rca-2005-3n-tsh-1t1c-mrr-rca2.yaml"
6257   legend:
6258     - ''
6259     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6260     - '            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).'
6261     - '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.'
6262     - '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.'
6263 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6264 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6265
6266 # VPP Performance Changes 3n-tsh 2t2c mrr
6267 - type: "table"
6268   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6269   algorithm: "table_comparison"
6270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6272   filter: "'2T2C'"
6273   columns:
6274     - title: "1908.1-2"
6275       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6276     - title: "2001.0-2"
6277       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6278     - title: "2005.0-3"
6279       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6280     - title: "2005.0-4"
6281       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6282   comparisons:
6283     - title: "2005.0-4 vs 2005.0-3"
6284       reference: 3
6285       compare: 4
6286     - title: "2005.0-4 vs 2001.0-2"
6287       reference: 2
6288       compare: 4
6289 #  rca:
6290 #    - title: "RCA1"
6291 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca1.yaml"
6292 #    - title: "RCA2"
6293 #      data: "rca/rca-2005-3n-tsh-2t2c-mrr-rca2.yaml"
6294   legend:
6295     - ''
6296     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6297     - '            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).'
6298     - '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.'
6299     - '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.'
6300 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6301 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6302
6303 # VPP Performance Changes 3n-tsh 4t4c mrr
6304 - type: "table"
6305   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6306   algorithm: "table_comparison"
6307   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6309   filter: "'4T4C'"
6310   columns:
6311     - title: "1908.1-2"
6312       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6313     - title: "2001.0-2"
6314       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6315     - title: "2005.0-3"
6316       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6317     - title: "2005.0-4"
6318       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6319   comparisons:
6320     - title: "2005.0-4 vs 2005.0-3"
6321       reference: 3
6322       compare: 4
6323     - title: "2005.0-4 vs 2001.0-2"
6324       reference: 2
6325       compare: 4
6326 #  rca:
6327 #    - title: "RCA1"
6328 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca1.yaml"
6329 #    - title: "RCA2"
6330 #      data: "rca/rca-2005-3n-tsh-4t4c-mrr-rca2.yaml"
6331   legend:
6332     - ''
6333     - '           Test Case: Test cases executed for: PDR throughput on 3n-tsh with x520.'
6334     - '            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).'
6335     - '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.'
6336     - '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.'
6337 #    - '                RCA1: root cause analysis reference for 2005.0-4 vs 2005.0-3.'
6338 #    - '                RCA2: root cause analysis reference for 2005.0-4 vs 2001.0-2.'
6339
6340 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6341 - type: "table"
6342   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6343   algorithm: "table_comparison"
6344   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6346   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6347   columns:
6348     - title: "3n-hsw xl710"
6349       data-set: "vpp-compare-testbeds-mrr-ref"
6350       tag: "NIC_Intel-XL710"
6351     - title: "3n-skx xxv710"
6352       data-set: "vpp-compare-testbeds-mrr-cmp"
6353       tag: "NIC_Intel-XXV710"
6354   comparisons:
6355     - title: "Diff"
6356       reference: 1
6357       compare: 2
6358   legend:
6359     - ""
6360     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6361     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6362
6363 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6364 - type: "table"
6365   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6366   algorithm: "table_comparison"
6367   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6368   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6369   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6370   columns:
6371     - title: "3n-hsw xl710"
6372       data-set: "vpp-compare-testbeds-mrr-ref"
6373       tag: "NIC_Intel-XL710"
6374     - title: "3n-skx xxv710"
6375       data-set: "vpp-compare-testbeds-mrr-cmp"
6376       tag: "NIC_Intel-XXV710"
6377   comparisons:
6378     - title: "Diff"
6379       reference: 1
6380       compare: 2
6381   legend:
6382     - ""
6383     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6384     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6385
6386 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6387 - type: "table"
6388   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6389   algorithm: "table_comparison"
6390   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6391   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6392   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6393   columns:
6394     - title: "3n-hsw xl710"
6395       data-set: "vpp-compare-testbeds-mrr-ref"
6396       tag: "NIC_Intel-XL710"
6397     - title: "3n-skx xxv710"
6398       data-set: "vpp-compare-testbeds-mrr-cmp"
6399       tag: "NIC_Intel-XXV710"
6400   comparisons:
6401     - title: "Diff"
6402       reference: 1
6403       compare: 2
6404   legend:
6405     - ""
6406     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6407     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6408
6409 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6410 - type: "table"
6411   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6412   algorithm: "table_comparison"
6413   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6414   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6415   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6416   columns:
6417     - title: "2n-skx"
6418       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6419     - title: "2n-clx"
6420       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6421   comparisons:
6422     - title: "Diff"
6423       reference: 1
6424       compare: 2
6425   legend:
6426     - ""
6427     - "2n-skx, 2n-clx - testbeds and NICs tested."
6428     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6429
6430 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6431 - type: "table"
6432   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6433   algorithm: "table_comparison"
6434   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6435   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6436   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6437   columns:
6438     - title: "2n-skx"
6439       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6440     - title: "2n-clx"
6441       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6442   comparisons:
6443     - title: "Diff"
6444       reference: 1
6445       compare: 2
6446   legend:
6447     - ""
6448     - "2n-skx, 2n-clx - testbeds and NICs tested."
6449     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6450
6451 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6452 - type: "table"
6453   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6454   algorithm: "table_comparison"
6455   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6457   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6458   columns:
6459     - title: "2n-skx"
6460       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6461     - title: "2n-clx"
6462       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6463   comparisons:
6464     - title: "Diff"
6465       reference: 1
6466       compare: 2
6467   legend:
6468     - ""
6469     - "2n-skx, 2n-clx - testbeds and NICs tested."
6470     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6471
6472 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6473 - type: "table"
6474   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6475   algorithm: "table_comparison"
6476   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6478   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6479   columns:
6480     - title: "3n-skx"
6481       data-set: "vpp-compare-topologies-mrr-ref"
6482     - title: "2n-skx"
6483       data-set: "vpp-compare-topologies-mrr-cmp"
6484   comparisons:
6485     - title: "Diff"
6486       reference: 1
6487       compare: 2
6488   legend:
6489     - ""
6490     - "3n-skx, 2n-skx - topologies tested."
6491     - "Diff - difference between 3n-skx and 2n-skx topologies."
6492
6493 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6494 - type: "table"
6495   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6496   algorithm: "table_comparison"
6497   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6499   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6500   columns:
6501     - title: "3n-skx"
6502       data-set: "vpp-compare-topologies-mrr-ref"
6503     - title: "2n-skx"
6504       data-set: "vpp-compare-topologies-mrr-cmp"
6505   comparisons:
6506     - title: "Diff"
6507       reference: 1
6508       compare: 2
6509   legend:
6510     - ""
6511     - "3n-skx, 2n-skx - topologies tested."
6512     - "Diff - difference between 3n-skx and 2n-skx topologies."
6513
6514 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6515 - type: "table"
6516   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6517   algorithm: "table_comparison"
6518   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6520   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6521   columns:
6522     - title: "3n-skx"
6523       data-set: "vpp-compare-topologies-mrr-ref"
6524     - title: "2n-skx"
6525       data-set: "vpp-compare-topologies-mrr-cmp"
6526   comparisons:
6527     - title: "Diff"
6528       reference: 1
6529       compare: 2
6530   legend:
6531     - ""
6532     - "3n-skx, 2n-skx - topologies tested."
6533     - "Diff - difference between 3n-skx and 2n-skx topologies."
6534
6535 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6536 - type: "table"
6537   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6538   algorithm: "table_comparison"
6539   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6541   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6542   columns:
6543     - title: "3n-hsw xl710"
6544       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6545       tag: "NIC_Intel-XL710"
6546     - title: "2n-clx xxv710"
6547       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6548       tag: "NIC_Intel-XXV710"
6549   comparisons:
6550     - title: "Diff"
6551       reference: 1
6552       compare: 2
6553   legend:
6554     - ""
6555     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6556     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6557
6558 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6559 - type: "table"
6560   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6561   algorithm: "table_comparison"
6562   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6564   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6565   columns:
6566     - title: "3n-hsw xl710"
6567       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6568       tag: "NIC_Intel-XL710"
6569     - title: "2n-clx xxv710"
6570       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6571       tag: "NIC_Intel-XXV710"
6572   comparisons:
6573     - title: "Diff"
6574       reference: 1
6575       compare: 2
6576   legend:
6577     - ""
6578     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6579     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6580
6581 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6582 - type: "table"
6583   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6584   algorithm: "table_comparison"
6585   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6587   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6588   columns:
6589     - title: "3n-hsw xl710"
6590       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6591       tag: "NIC_Intel-XL710"
6592     - title: "2n-clx xxv710"
6593       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6594       tag: "NIC_Intel-XXV710"
6595   comparisons:
6596     - title: "Diff"
6597       reference: 1
6598       compare: 2
6599   legend:
6600     - ""
6601     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6602     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6603
6604 # Detailed Test Results - VPP Performance Results 3n-hsw
6605 - type: "table"
6606   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6607   algorithm: "table_merged_details"
6608   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6609   columns:
6610     - title: " |prein| Test Name |preout| "
6611       data: "data name"
6612     - 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| "
6613       data: "data msg"
6614   data: "vpp-perf-results-3n-hsw"
6615   filter: "all"
6616   parameters:
6617   - "name"
6618   - "parent"
6619   - "msg"
6620
6621 # Detailed Test Results - VPP Performance Results 3n-skx
6622 - type: "table"
6623   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6624   algorithm: "table_merged_details"
6625   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6626   columns:
6627     - title: " |prein| Test Name |preout| "
6628       data: "data name"
6629     - 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| "
6630       data: "data msg"
6631   data: "vpp-perf-results-3n-skx"
6632   filter: "all"
6633   remove-ndr: False
6634   parameters:
6635   - "name"
6636   - "parent"
6637   - "msg"
6638
6639 # Detailed Test Results - VPP Performance Results 2n-skx
6640 - type: "table"
6641   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6642   algorithm: "table_merged_details"
6643   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6644   columns:
6645     - title: " |prein| Test Name |preout| "
6646       data: "data name"
6647     - 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| "
6648       data: "data msg"
6649   data: "vpp-perf-results-2n-skx"
6650   filter: "all"
6651   remove-ndr: False
6652   parameters:
6653   - "name"
6654   - "parent"
6655   - "msg"
6656
6657 # Detailed Test Results - VPP Performance Results 2n-clx
6658 - type: "table"
6659   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6660   algorithm: "table_merged_details"
6661   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6662   columns:
6663     - title: " |prein| Test Name |preout| "
6664       data: "data name"
6665     - 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| "
6666       data: "data msg"
6667   data: "vpp-perf-results-2n-clx"
6668   filter: "all"
6669   parameters:
6670   - "name"
6671   - "parent"
6672   - "msg"
6673
6674 # Detailed Test Results - VPP Performance Results 3n-tsh
6675 - type: "table"
6676   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6677   algorithm: "table_merged_details"
6678   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6679   columns:
6680     - title: " |prein| Test Name |preout| "
6681       data: "data name"
6682     - 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| "
6683       data: "data msg"
6684   data: "vpp-perf-results-3n-tsh"
6685   filter: "all"
6686   parameters:
6687   - "name"
6688   - "parent"
6689   - "msg"
6690
6691 # Detailed Test Results - VPP Performance Results 3n-dnv
6692 - type: "table"
6693   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6694   algorithm: "table_merged_details"
6695   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6696   columns:
6697     - title: " |prein| Test Name |preout| "
6698       data: "data name"
6699     - 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| "
6700       data: "data msg"
6701   data: "vpp-perf-results-3n-dnv"
6702   filter: "all"
6703   parameters:
6704   - "name"
6705   - "parent"
6706   - "msg"
6707
6708 # Detailed Test Results - VPP Performance Results 2n-dnv
6709 - type: "table"
6710   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6711   algorithm: "table_merged_details"
6712   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6713   columns:
6714     - title: " |prein| Test Name |preout| "
6715       data: "data name"
6716     - 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| "
6717       data: "data msg"
6718   data: "vpp-perf-results-2n-dnv"
6719   filter: "all"
6720   parameters:
6721   - "name"
6722   - "parent"
6723   - "msg"
6724
6725 # Test configuration - VPP Performance Test Configs 3n-hsw
6726 - type: "table"
6727   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6728   algorithm: "table_merged_details"
6729   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6730   columns:
6731     - title: " |prein| Test Name |preout| "
6732       data: "data name"
6733     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6734       data: "data conf-history"
6735   data: "vpp-perf-results-3n-hsw"
6736   filter: "all"
6737   parameters:
6738   - "parent"
6739   - "name"
6740   - "conf-history"
6741
6742 # Test configuration - VPP Performance Test Configs 3n-skx
6743 - type: "table"
6744   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6745   algorithm: "table_merged_details"
6746   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6747   columns:
6748     - title: " |prein| Test Name |preout| "
6749       data: "data name"
6750     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6751       data: "data conf-history"
6752   data: "vpp-perf-results-3n-skx"
6753   filter: "all"
6754   parameters:
6755   - "parent"
6756   - "name"
6757   - "conf-history"
6758
6759 # Test configuration - VPP Performance Test Configs 2n-skx
6760 - type: "table"
6761   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6762   algorithm: "table_merged_details"
6763   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6764   columns:
6765     - title: " |prein| Test Name |preout| "
6766       data: "data name"
6767     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6768       data: "data conf-history"
6769   data: "vpp-perf-results-2n-skx"
6770   filter: "all"
6771   parameters:
6772   - "parent"
6773   - "name"
6774   - "conf-history"
6775
6776 # Test configuration - VPP Performance Test Configs 2n-clx
6777 - type: "table"
6778   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6779   algorithm: "table_merged_details"
6780   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6781   columns:
6782     - title: " |prein| Test Name |preout| "
6783       data: "data name"
6784     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6785       data: "data conf-history"
6786   data: "vpp-perf-results-2n-clx"
6787   filter: "all"
6788   parameters:
6789   - "parent"
6790   - "name"
6791   - "conf-history"
6792
6793 # Test configuration - VPP Performance Test Configs 3n-tsh
6794 - type: "table"
6795   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6796   algorithm: "table_merged_details"
6797   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6798   columns:
6799     - title: " |prein| Test Name |preout| "
6800       data: "data name"
6801     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6802       data: "data conf-history"
6803   data: "vpp-perf-results-3n-tsh"
6804   filter: "all"
6805   parameters:
6806   - "parent"
6807   - "name"
6808   - "conf-history"
6809
6810 # Test configuration - VPP Performance Test Configs 3n-dnv
6811 - type: "table"
6812   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6813   algorithm: "table_merged_details"
6814   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6815   columns:
6816     - title: " |prein| Test Name |preout| "
6817       data: "data name"
6818     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6819       data: "data conf-history"
6820   data: "vpp-perf-results-3n-dnv"
6821   filter: "all"
6822   parameters:
6823   - "parent"
6824   - "name"
6825   - "conf-history"
6826
6827 # Test configuration - VPP Performance Test Configs 2n-dnv
6828 - type: "table"
6829   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6830   algorithm: "table_merged_details"
6831   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6832   columns:
6833     - title: " |prein| Test Name |preout| "
6834       data: "data name"
6835     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6836       data: "data conf-history"
6837   data: "vpp-perf-results-2n-dnv"
6838   filter: "all"
6839   parameters:
6840   - "parent"
6841   - "name"
6842   - "conf-history"
6843
6844 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6845 - type: "table"
6846   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6847   algorithm: "table_oper_data_html"
6848   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6849   data: "vpp-perf-results-3n-hsw"
6850   filter: "all"
6851
6852 # Test Operational Data - VPP Performance Operational Data 3n-skx
6853 - type: "table"
6854   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6855   algorithm: "table_oper_data_html"
6856   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6857   data: "vpp-perf-results-3n-skx"
6858   filter: "all"
6859
6860 # Test Operational Data - VPP Performance Operational Data 2n-skx
6861 - type: "table"
6862   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6863   algorithm: "table_oper_data_html"
6864   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6865   data: "vpp-perf-results-2n-skx"
6866   filter: "all"
6867
6868 # Test Operational Data - VPP Performance Operational Data 2n-clx
6869 - type: "table"
6870   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6871   algorithm: "table_oper_data_html"
6872   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6873   data: "vpp-perf-results-2n-clx"
6874   filter: "all"
6875
6876 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6877 - type: "table"
6878   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6879   algorithm: "table_oper_data_html"
6880   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6881   data: "vpp-perf-results-3n-tsh"
6882   filter: "all"
6883
6884 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6885 - type: "table"
6886   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6887   algorithm: "table_oper_data_html"
6888   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6889   data: "vpp-perf-results-3n-dnv"
6890   filter: "all"
6891
6892 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6893 - type: "table"
6894   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6895   algorithm: "table_oper_data_html"
6896   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6897   data: "vpp-perf-results-2n-dnv"
6898   filter: "all"
6899
6900 # Detailed Test Results - VPP MRR Results 3n-hsw
6901 - type: "table"
6902   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6903   algorithm: "table_merged_details"
6904   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6905   columns:
6906     - title: " |prein| Test Name |preout| "
6907       data: "data name"
6908     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6909       data: "data msg"
6910   data: "vpp-mrr-results-3n-hsw"
6911   filter: "all"
6912   parameters:
6913   - "name"
6914   - "parent"
6915   - "msg"
6916
6917 # Detailed Test Results - VPP MRR Results 3n-skx
6918 - type: "table"
6919   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6920   algorithm: "table_merged_details"
6921   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6922   columns:
6923     - title: " |prein| Test Name |preout| "
6924       data: "data name"
6925     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6926       data: "data msg"
6927   data: "vpp-mrr-results-3n-skx"
6928   filter: "all"
6929   parameters:
6930   - "name"
6931   - "parent"
6932   - "msg"
6933
6934 # Detailed Test Results - VPP MRR Results 2n-skx
6935 - type: "table"
6936   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6937   algorithm: "table_merged_details"
6938   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6939   columns:
6940     - title: " |prein| Test Name |preout| "
6941       data: "data name"
6942     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6943       data: "data msg"
6944   data: "vpp-mrr-results-2n-skx"
6945   filter: "all"
6946   parameters:
6947   - "name"
6948   - "parent"
6949   - "msg"
6950
6951 # Detailed Test Results - VPP MRR Results 2n-clx
6952 - type: "table"
6953   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6954   algorithm: "table_merged_details"
6955   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6956   columns:
6957     - title: " |prein| Test Name |preout| "
6958       data: "data name"
6959     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6960       data: "data msg"
6961   data: "vpp-mrr-results-2n-clx"
6962   filter: "all"
6963   parameters:
6964   - "name"
6965   - "parent"
6966   - "msg"
6967
6968 # Detailed Test Results - VPP MRR Results 3n-tsh
6969 - type: "table"
6970   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6971   algorithm: "table_merged_details"
6972   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6973   columns:
6974     - title: " |prein| Test Name |preout| "
6975       data: "data name"
6976     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6977       data: "data msg"
6978   data: "vpp-mrr-results-3n-tsh"
6979   filter: "all"
6980   parameters:
6981   - "name"
6982   - "parent"
6983   - "msg"
6984
6985 # Detailed Test Results - VPP MRR Results 3n-dnv
6986 - type: "table"
6987   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6988   algorithm: "table_merged_details"
6989   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6990   columns:
6991     - title: " |prein| Test Name |preout| "
6992       data: "data name"
6993     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6994       data: "data msg"
6995   data: "vpp-mrr-results-3n-dnv"
6996   filter: "all"
6997   parameters:
6998   - "name"
6999   - "parent"
7000   - "msg"
7001
7002 # Detailed Test Results - VPP MRR Results 2n-dnv
7003 - type: "table"
7004   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7005   algorithm: "table_merged_details"
7006   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7007   columns:
7008     - title: " |prein| Test Name |preout| "
7009       data: "data name"
7010     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7011       data: "data msg"
7012   data: "vpp-mrr-results-2n-dnv"
7013   filter: "all"
7014   parameters:
7015   - "name"
7016   - "parent"
7017   - "msg"
7018
7019 # Test configuration - VPP MRR Test Configs 3n-hsw
7020 - type: "table"
7021   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7022   algorithm: "table_merged_details"
7023   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7024   columns:
7025     - title: " |prein| Test Name |preout| "
7026       data: "data name"
7027     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7028       data: "data conf-history"
7029   data: "vpp-mrr-results-3n-hsw"
7030   filter: "all"
7031   parameters:
7032   - "parent"
7033   - "name"
7034   - "conf-history"
7035
7036 # Test configuration - VPP MRR Test Configs 3n-skx
7037 - type: "table"
7038   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7039   algorithm: "table_merged_details"
7040   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7041   columns:
7042     - title: " |prein| Test Name |preout| "
7043       data: "data name"
7044     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7045       data: "data conf-history"
7046   data: "vpp-mrr-results-3n-skx"
7047   filter: "all"
7048   parameters:
7049   - "parent"
7050   - "name"
7051   - "conf-history"
7052
7053 # Test configuration - VPP MRR Test Configs 2n-skx
7054 - type: "table"
7055   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7056   algorithm: "table_merged_details"
7057   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7058   columns:
7059     - title: " |prein| Test Name |preout| "
7060       data: "data name"
7061     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7062       data: "data conf-history"
7063   data: "vpp-mrr-results-2n-skx"
7064   filter: "all"
7065   parameters:
7066   - "parent"
7067   - "name"
7068   - "conf-history"
7069
7070 # Test configuration - VPP MRR Test Configs 2n-clx
7071 - type: "table"
7072   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7073   algorithm: "table_merged_details"
7074   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7075   columns:
7076     - title: " |prein| Test Name |preout| "
7077       data: "data name"
7078     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7079       data: "data conf-history"
7080   data: "vpp-mrr-results-2n-clx"
7081   filter: "all"
7082   parameters:
7083   - "parent"
7084   - "name"
7085   - "conf-history"
7086
7087 # Test configuration - VPP MRR Test Configs 3n-tsh
7088 - type: "table"
7089   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7090   algorithm: "table_merged_details"
7091   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7092   columns:
7093     - title: " |prein| Test Name |preout| "
7094       data: "data name"
7095     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7096       data: "data conf-history"
7097   data: "vpp-mrr-results-3n-tsh"
7098   filter: "all"
7099   parameters:
7100   - "parent"
7101   - "name"
7102   - "conf-history"
7103
7104 # Test configuration - VPP MRR Test Configs 3n-dnv
7105 - type: "table"
7106   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7107   algorithm: "table_merged_details"
7108   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7109   columns:
7110     - title: " |prein| Test Name |preout| "
7111       data: "data name"
7112     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7113       data: "data conf-history"
7114   data: "vpp-mrr-results-3n-dnv"
7115   filter: "all"
7116   parameters:
7117   - "parent"
7118   - "name"
7119   - "conf-history"
7120
7121 # Test configuration - VPP MRR Test Configs 2n-dnv
7122 - type: "table"
7123   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7124   algorithm: "table_merged_details"
7125   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7126   columns:
7127     - title: " |prein| Test Name |preout| "
7128       data: "data name"
7129     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7130       data: "data conf-history"
7131   data: "vpp-mrr-results-2n-dnv"
7132   filter: "all"
7133   parameters:
7134   - "parent"
7135   - "name"
7136   - "conf-history"
7137
7138 # Detailed Test Results - VPP Device Results - Ubuntu
7139 - type: "table"
7140   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7141   algorithm: "table_merged_details"
7142   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7143   columns:
7144     - title: " |prein| Test Name |preout| "
7145       data: "data name"
7146     - title: " |prein| Status |preout| "
7147       data: "data status"
7148   data: "vpp-device-results-ubuntu"
7149   filter: "all"
7150   parameters:
7151   - "name"
7152   - "parent"
7153   - "doc"
7154   - "status"
7155
7156 # Test configuration - VPP Device Test Configs - Ubuntu
7157 - type: "table"
7158   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7159   algorithm: "table_merged_details"
7160   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7161   columns:
7162     - title: " |prein| Test Name |preout| "
7163       data: "data name"
7164     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7165       data: "data conf-history"
7166   data: "vpp-device-results-ubuntu"
7167   filter: "all"
7168   parameters:
7169   - "parent"
7170   - "name"
7171   - "conf-history"
7172
7173 ################################################################################
7174
7175 # DPDK Performance Changes 3n-hsw 1t1c pdr
7176 - type: "table"
7177   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7178   algorithm: "table_comparison"
7179   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7181   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7182   columns:
7183     - title: "1908"
7184       data-set: "dpdk-performance-changes-3n-hsw-h1"
7185     - title: "2001"
7186       data-set: "dpdk-performance-changes-3n-hsw-ref"
7187     - title: "2005"
7188       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7189   comparisons:
7190     - title: "Diff"
7191       reference: 2
7192       compare: 3
7193   legend:
7194     - ""
7195     - "1908, 2001, 2005 - DPDK versions tested."
7196     - "Diff - difference between 2001 and 2005 DPDK version."
7197
7198 # DPDK Performance Changes 3n-hsw 2t2c pdr
7199 - type: "table"
7200   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7201   algorithm: "table_comparison"
7202   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7204   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7205   columns:
7206     - title: "1908"
7207       data-set: "dpdk-performance-changes-3n-hsw-h1"
7208     - title: "2001"
7209       data-set: "dpdk-performance-changes-3n-hsw-ref"
7210     - title: "2005"
7211       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7212   comparisons:
7213     - title: "Diff"
7214       reference: 2
7215       compare: 3
7216   legend:
7217     - ""
7218     - "1908, 2001, 2005 - DPDK versions tested."
7219     - "Diff - difference between 2001 and 2005 DPDK version."
7220
7221 # DPDK Performance Changes 3n-hsw 1t1c pdr
7222 - type: "table"
7223   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7224   algorithm: "table_comparison"
7225   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7227   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7228   columns:
7229     - title: "1908"
7230       data-set: "dpdk-performance-changes-3n-hsw-h1"
7231     - title: "2001"
7232       data-set: "dpdk-performance-changes-3n-hsw-ref"
7233     - title: "2005"
7234       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7235   comparisons:
7236     - title: "Diff"
7237       reference: 2
7238       compare: 3
7239   legend:
7240     - ""
7241     - "1908, 2001, 2005 - DPDK versions tested."
7242     - "Diff - difference between 2001 and 2005 DPDK version."
7243
7244 # DPDK Performance Changes 3n-hsw 2t2c ndr
7245 - type: "table"
7246   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7247   algorithm: "table_comparison"
7248   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7250   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7251   columns:
7252     - title: "1908"
7253       data-set: "dpdk-performance-changes-3n-hsw-h1"
7254     - title: "2001"
7255       data-set: "dpdk-performance-changes-3n-hsw-ref"
7256     - title: "2005"
7257       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7258   comparisons:
7259     - title: "Diff"
7260       reference: 2
7261       compare: 3
7262   legend:
7263     - ""
7264     - "1908, 2001, 2005 - DPDK versions tested."
7265     - "Diff - difference between 2001 and 2005 DPDK version."
7266
7267 # DPDK Performance Changes 3n-skx 2t1c pdr
7268 - type: "table"
7269   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7270   algorithm: "table_comparison"
7271   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7273   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7274   columns:
7275     - title: "1908"
7276       data-set: "dpdk-performance-changes-3n-skx-h1"
7277     - title: "2001"
7278       data-set: "dpdk-performance-changes-3n-skx-ref"
7279     - title: "2005"
7280       data-set: "dpdk-performance-changes-3n-skx-cmp"
7281   comparisons:
7282     - title: "Diff"
7283       reference: 2
7284       compare: 3
7285   legend:
7286     - ""
7287     - "1908, 2001, 2005 - DPDK versions tested."
7288     - "Diff - difference between 2001 and 2005 DPDK version."
7289
7290 # DPDK Performance Changes 3n-skx 4t2c pdr
7291 - type: "table"
7292   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7293   algorithm: "table_comparison"
7294   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7296   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7297   columns:
7298     - title: "1908"
7299       data-set: "dpdk-performance-changes-3n-skx-h1"
7300     - title: "2001"
7301       data-set: "dpdk-performance-changes-3n-skx-ref"
7302     - title: "2005"
7303       data-set: "dpdk-performance-changes-3n-skx-cmp"
7304   comparisons:
7305     - title: "Diff"
7306       reference: 2
7307       compare: 3
7308   legend:
7309     - ""
7310     - "1908, 2001, 2005 - DPDK versions tested."
7311     - "Diff - difference between 2001 and 2005 DPDK version."
7312
7313 # DPDK Performance Changes 3n-skx 2t1c ndr
7314 - type: "table"
7315   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7316   algorithm: "table_comparison"
7317   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7318   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7319   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7320   columns:
7321     - title: "1908"
7322       data-set: "dpdk-performance-changes-3n-skx-h1"
7323     - title: "2001"
7324       data-set: "dpdk-performance-changes-3n-skx-ref"
7325     - title: "2005"
7326       data-set: "dpdk-performance-changes-3n-skx-cmp"
7327   comparisons:
7328     - title: "Diff"
7329       reference: 2
7330       compare: 3
7331   legend:
7332     - ""
7333     - "1908, 2001, 2005 - DPDK versions tested."
7334     - "Diff - difference between 2001 and 2005 DPDK version."
7335
7336 # DPDK Performance Changes 3n-skx 4t2c ndr
7337 - type: "table"
7338   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7339   algorithm: "table_comparison"
7340   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7342   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7343   columns:
7344     - title: "1908"
7345       data-set: "dpdk-performance-changes-3n-skx-h1"
7346     - title: "2001"
7347       data-set: "dpdk-performance-changes-3n-skx-ref"
7348     - title: "2005"
7349       data-set: "dpdk-performance-changes-3n-skx-cmp"
7350   comparisons:
7351     - title: "Diff"
7352       reference: 2
7353       compare: 3
7354   legend:
7355     - ""
7356     - "1908, 2001, 2005 - DPDK versions tested."
7357     - "Diff - difference between 2001 and 2005 DPDK version."
7358
7359 # DPDK Performance Changes 2n-skx 2t1c pdr
7360 - type: "table"
7361   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7362   algorithm: "table_comparison"
7363   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7365   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7366   columns:
7367     - title: "1908"
7368       data-set: "dpdk-performance-changes-2n-skx-h1"
7369     - title: "2001"
7370       data-set: "dpdk-performance-changes-2n-skx-ref"
7371     - title: "2005"
7372       data-set: "dpdk-performance-changes-2n-skx-cmp"
7373   comparisons:
7374     - title: "Diff"
7375       reference: 2
7376       compare: 3
7377   legend:
7378     - ""
7379     - "1908, 2001, 2005 - DPDK versions tested."
7380     - "Diff - difference between 2001 and 2005 DPDK version."
7381
7382 # DPDK Performance Changes 2n-skx 4t2c pdr
7383 - type: "table"
7384   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7385   algorithm: "table_comparison"
7386   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7388   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7389   columns:
7390     - title: "1908"
7391       data-set: "dpdk-performance-changes-2n-skx-h1"
7392     - title: "2001"
7393       data-set: "dpdk-performance-changes-2n-skx-ref"
7394     - title: "2005"
7395       data-set: "dpdk-performance-changes-2n-skx-cmp"
7396   comparisons:
7397     - title: "Diff"
7398       reference: 2
7399       compare: 3
7400   legend:
7401     - ""
7402     - "1908, 2001, 2005 - DPDK versions tested."
7403     - "Diff - difference between 2001 and 2005 DPDK version."
7404
7405 # DPDK Performance Changes 2n-skx 2t1c ndr
7406 - type: "table"
7407   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7408   algorithm: "table_comparison"
7409   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7411   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7412   columns:
7413     - title: "1908"
7414       data-set: "dpdk-performance-changes-2n-skx-h1"
7415     - title: "2001"
7416       data-set: "dpdk-performance-changes-2n-skx-ref"
7417     - title: "2005"
7418       data-set: "dpdk-performance-changes-2n-skx-cmp"
7419   comparisons:
7420     - title: "Diff"
7421       reference: 2
7422       compare: 3
7423   legend:
7424     - ""
7425     - "1908, 2001, 2005 - DPDK versions tested."
7426     - "Diff - difference between 2001 and 2005 DPDK version."
7427
7428 # DPDK Performance Changes 2n-skx 4t2c ndr
7429 - type: "table"
7430   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7431   algorithm: "table_comparison"
7432   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7434   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7435   columns:
7436     - title: "1908"
7437       data-set: "dpdk-performance-changes-2n-skx-h1"
7438     - title: "2001"
7439       data-set: "dpdk-performance-changes-2n-skx-ref"
7440     - title: "2005"
7441       data-set: "dpdk-performance-changes-2n-skx-cmp"
7442   comparisons:
7443     - title: "Diff"
7444       reference: 2
7445       compare: 3
7446   legend:
7447     - ""
7448     - "1908, 2001, 2005 - DPDK versions tested."
7449     - "Diff - difference between 2001 and 2005 DPDK version."
7450
7451 # DPDK Performance Changes 2n-clx 2t1c pdr
7452 - type: "table"
7453   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7454   algorithm: "table_comparison"
7455   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7457   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7458   columns:
7459     - title: "2001"
7460       data-set: "dpdk-performance-changes-2n-clx-ref"
7461     - title: "2005"
7462       data-set: "dpdk-performance-changes-2n-clx-cmp"
7463   comparisons:
7464     - title: "Diff"
7465       reference: 1
7466       compare: 2
7467   legend:
7468     - ""
7469     - "2001, 2005 - DPDK versions tested."
7470     - "Diff - difference between 2001 and 2005 DPDK version."
7471
7472 # DPDK Performance Changes 2n-clx 4t2c pdr
7473 - type: "table"
7474   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7475   algorithm: "table_comparison"
7476   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7477   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7478   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7479   columns:
7480     - title: "2001"
7481       data-set: "dpdk-performance-changes-2n-clx-ref"
7482     - title: "2005"
7483       data-set: "dpdk-performance-changes-2n-clx-cmp"
7484   comparisons:
7485     - title: "Diff"
7486       reference: 1
7487       compare: 2
7488   legend:
7489     - ""
7490     - "2001, 2005 - DPDK versions tested."
7491     - "Diff - difference between 2001 and 2005 DPDK version."
7492
7493 # DPDK Performance Changes 2n-clx 2t1c ndr
7494 - type: "table"
7495   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7496   algorithm: "table_comparison"
7497   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7499   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7500   columns:
7501     - title: "2001"
7502       data-set: "dpdk-performance-changes-2n-clx-ref"
7503     - title: "2005"
7504       data-set: "dpdk-performance-changes-2n-clx-cmp"
7505   comparisons:
7506     - title: "Diff"
7507       reference: 1
7508       compare: 2
7509   legend:
7510     - ""
7511     - "2001, 2005 - DPDK versions tested."
7512     - "Diff - difference between 2001 and 2005 DPDK version."
7513
7514 # DPDK Performance Changes 2n-clx 4t2c ndr
7515 - type: "table"
7516   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7517   algorithm: "table_comparison"
7518   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7520   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7521   columns:
7522     - title: "2001"
7523       data-set: "dpdk-performance-changes-2n-clx-ref"
7524     - title: "2005"
7525       data-set: "dpdk-performance-changes-2n-clx-cmp"
7526   comparisons:
7527     - title: "Diff"
7528       reference: 1
7529       compare: 2
7530   legend:
7531     - ""
7532     - "2001, 2005 - DPDK versions tested."
7533     - "Diff - difference between 2001 and 2005 DPDK version."
7534
7535 # DPDK Performance Changes 2n-dnv 1t1c pdr
7536 - type: "table"
7537   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7538   algorithm: "table_comparison"
7539   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7541   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7542   columns:
7543     - title: "2001"
7544       data-set: "dpdk-performance-changes-2n-dnv-ref"
7545     - title: "2005"
7546       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7547   comparisons:
7548     - title: "Diff"
7549       reference: 1
7550       compare: 2
7551   legend:
7552     - ""
7553     - "2001, 2005 - DPDK versions tested."
7554     - "Diff - difference between 2001 and 2005 DPDK version."
7555
7556 # DPDK Performance Changes 2n-dnv 2t2c pdr
7557 - type: "table"
7558   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7559   algorithm: "table_comparison"
7560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7562   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7563   columns:
7564     - title: "2001"
7565       data-set: "dpdk-performance-changes-2n-dnv-ref"
7566     - title: "2005"
7567       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7568   comparisons:
7569     - title: "Diff"
7570       reference: 1
7571       compare: 2
7572   legend:
7573     - ""
7574     - "2001, 2005 - DPDK versions tested."
7575     - "Diff - difference between 2001 and 2005 DPDK version."
7576
7577 # DPDK Performance Changes 2n-dnv 1t1c ndr
7578 - type: "table"
7579   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7580   algorithm: "table_comparison"
7581   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7583   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7584   columns:
7585     - title: "2001"
7586       data-set: "dpdk-performance-changes-2n-dnv-ref"
7587     - title: "2005"
7588       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7589   comparisons:
7590     - title: "Diff"
7591       reference: 1
7592       compare: 2
7593   legend:
7594     - ""
7595     - "2001, 2005 - DPDK versions tested."
7596     - "Diff - difference between 2001 and 2005 DPDK version."
7597
7598 # DPDK Performance Changes 2n-dnv 2t2c ndr
7599 - type: "table"
7600   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7601   algorithm: "table_comparison"
7602   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7604   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7605   columns:
7606     - title: "2001"
7607       data-set: "dpdk-performance-changes-2n-dnv-ref"
7608     - title: "2005"
7609       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7610   comparisons:
7611     - title: "Diff"
7612       reference: 1
7613       compare: 2
7614   legend:
7615     - ""
7616     - "2001, 2005 - DPDK versions tested."
7617     - "Diff - difference between 2001 and 2005 DPDK version."
7618
7619 # DPDK Performance Changes 3n-dnv 1t1c pdr
7620 - type: "table"
7621   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7622   algorithm: "table_comparison"
7623   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7625   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7626   columns:
7627     - title: "2001"
7628       data-set: "dpdk-performance-changes-3n-dnv-ref"
7629     - title: "2005"
7630       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7631   comparisons:
7632     - title: "Diff"
7633       reference: 1
7634       compare: 2
7635   legend:
7636     - ""
7637     - "2001, 2005 - DPDK versions tested."
7638     - "Diff - difference between 2001 and 2005 DPDK version."
7639
7640 # DPDK Performance Changes 3n-dnv 2t2c pdr
7641 - type: "table"
7642   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7643   algorithm: "table_comparison"
7644   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7646   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7647   columns:
7648     - title: "2001"
7649       data-set: "dpdk-performance-changes-3n-dnv-ref"
7650     - title: "2005"
7651       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7652   comparisons:
7653     - title: "Diff"
7654       reference: 1
7655       compare: 2
7656   legend:
7657     - ""
7658     - "2001, 2005 - DPDK versions tested."
7659     - "Diff - difference between 2001 and 2005 DPDK version."
7660
7661 # DPDK Performance Changes 3n-dnv 1t1c ndr
7662 - type: "table"
7663   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7664   algorithm: "table_comparison"
7665   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7667   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7668   columns:
7669     - title: "2001"
7670       data-set: "dpdk-performance-changes-3n-dnv-ref"
7671     - title: "2005"
7672       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7673   comparisons:
7674     - title: "Diff"
7675       reference: 1
7676       compare: 2
7677   legend:
7678     - ""
7679     - "2001, 2005 - DPDK versions tested."
7680     - "Diff - difference between 2001 and 2005 DPDK version."
7681
7682 # DPDK Performance Changes 3n-dnv 2t2c ndr
7683 - type: "table"
7684   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7685   algorithm: "table_comparison"
7686   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7688   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7689   columns:
7690     - title: "2001"
7691       data-set: "dpdk-performance-changes-3n-dnv-ref"
7692     - title: "2005"
7693       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7694   comparisons:
7695     - title: "Diff"
7696       reference: 1
7697       compare: 2
7698   legend:
7699     - ""
7700     - "2001, 2005 - DPDK versions tested."
7701     - "Diff - difference between 2001 and 2005 DPDK version."
7702
7703 # DPDK Performance Changes 3n-tsh 1t1c pdr
7704 - type: "table"
7705   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7706   algorithm: "table_comparison"
7707   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7709   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7710   columns:
7711     - title: "2001"
7712       data-set: "dpdk-performance-changes-3n-tsh-ref"
7713     - title: "2005"
7714       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7715   comparisons:
7716     - title: "Diff"
7717       reference: 1
7718       compare: 2
7719   legend:
7720     - ""
7721     - "2001, 2005 - DPDK versions tested."
7722     - "Diff - difference between 2001 and 2005 DPDK version."
7723
7724 # DPDK Performance Changes 3n-tsh 2t2c pdr
7725 - type: "table"
7726   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7727   algorithm: "table_comparison"
7728   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7730   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7731   columns:
7732     - title: "2001"
7733       data-set: "dpdk-performance-changes-3n-tsh-ref"
7734     - title: "2005"
7735       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7736   comparisons:
7737     - title: "Diff"
7738       reference: 1
7739       compare: 2
7740   legend:
7741     - ""
7742     - "2001, 2005 - DPDK versions tested."
7743     - "Diff - difference between 2001 and 2005 DPDK version."
7744
7745 # DPDK Performance Changes 3n-tsh 1t1c ndr
7746 - type: "table"
7747   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7748   algorithm: "table_comparison"
7749   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7751   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7752   columns:
7753     - title: "2001"
7754       data-set: "dpdk-performance-changes-3n-tsh-ref"
7755     - title: "2005"
7756       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7757   comparisons:
7758     - title: "Diff"
7759       reference: 1
7760       compare: 2
7761   legend:
7762     - ""
7763     - "2001, 2005 - DPDK versions tested."
7764     - "Diff - difference between 2001 and 2005 DPDK version."
7765
7766 # DPDK Performance Changes 3n-tsh 2t2c ndr
7767 - type: "table"
7768   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7769   algorithm: "table_comparison"
7770   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7772   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7773   columns:
7774     - title: "2001"
7775       data-set: "dpdk-performance-changes-3n-tsh-ref"
7776     - title: "2005"
7777       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7778   comparisons:
7779     - title: "Diff"
7780       reference: 1
7781       compare: 2
7782   legend:
7783     - ""
7784     - "2001, 2005 - DPDK versions tested."
7785     - "Diff - difference between 2001 and 2005 DPDK version."
7786
7787 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7788 - type: "table"
7789   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7790   algorithm: "table_comparison"
7791   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7793   filter: "'NIC_Intel-X710'"
7794   columns:
7795     - title: "3n-hsw x710"
7796       data-set: "dpdk-compare-testbeds-ref"
7797     - title: "3n-skx x710"
7798       data-set: "dpdk-compare-testbeds-cmp"
7799   comparisons:
7800     - title: "Diff"
7801       reference: 1
7802       compare: 2
7803   legend:
7804     - ""
7805     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7806     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7807
7808 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7809 - type: "table"
7810   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7811   algorithm: "table_comparison"
7812   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7814   filter: "'NIC_Intel-X710'"
7815   columns:
7816     - title: "3n-hsw x710"
7817       data-set: "dpdk-compare-testbeds-ref"
7818     - title: "3n-skx x710"
7819       data-set: "dpdk-compare-testbeds-cmp"
7820   comparisons:
7821     - title: "Diff"
7822       reference: 1
7823       compare: 2
7824   legend:
7825     - ""
7826     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7827     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7828
7829 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7830 - type: "table"
7831   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7832   algorithm: "table_comparison"
7833   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7834   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7835   filter: "'NIC_Intel-XXV710'"
7836   columns:
7837     - title: "2n-skx"
7838       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7839     - title: "2n-clx"
7840       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7841   comparisons:
7842     - title: "Diff"
7843       reference: 1
7844       compare: 2
7845   legend:
7846     - ""
7847     - "2n-skx, 2n-clx - testbeds and NICs tested."
7848     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7849
7850 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7851 - type: "table"
7852   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7853   algorithm: "table_comparison"
7854   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7856   filter: "'NIC_Intel-XXV710'"
7857   columns:
7858     - title: "2n-skx"
7859       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7860     - title: "2n-clx"
7861       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7862   comparisons:
7863     - title: "Diff"
7864       reference: 1
7865       compare: 2
7866   legend:
7867     - ""
7868     - "2n-skx, 2n-clx - testbeds and NICs tested."
7869     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7870
7871 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7872 - type: "table"
7873   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7874   algorithm: "table_comparison"
7875   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7877   filter: "'NIC_Intel-XXV710'"
7878   columns:
7879     - title: "3n-skx"
7880       data-set: "dpdk-compare-topologies-ref"
7881     - title: "2n-skx"
7882       data-set: "dpdk-compare-topologies-cmp"
7883   comparisons:
7884     - title: "Diff"
7885       reference: 1
7886       compare: 2
7887   legend:
7888     - ""
7889     - "3n-skx, 2n-skx - topologies tested."
7890     - "Diff - difference between 3n-skx and 2n-skx topologies."
7891
7892 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7893 - type: "table"
7894   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7895   algorithm: "table_comparison"
7896   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7897   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7898   filter: "'NIC_Intel-XXV710'"
7899   columns:
7900     - title: "3n-skx"
7901       data-set: "dpdk-compare-topologies-ref"
7902     - title: "2n-skx"
7903       data-set: "dpdk-compare-topologies-cmp"
7904   comparisons:
7905     - title: "Diff"
7906       reference: 1
7907       compare: 2
7908   legend:
7909     - ""
7910     - "3n-skx, 2n-skx - topologies tested."
7911     - "Diff - difference between 3n-skx and 2n-skx topologies."
7912
7913 # Detailed Test Results - DPDK Performance Results 3n-hsw
7914 - type: "table"
7915   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7916   algorithm: "table_merged_details"
7917   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7918   columns:
7919     - title: " |prein| Test Name |preout| "
7920       data: "data name"
7921     - 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| "
7922       data: "data msg"
7923   data: "dpdk-perf-results-3n-hsw"
7924   filter: "all"
7925   parameters:
7926   - "name"
7927   - "parent"
7928   - "msg"
7929
7930 # Detailed Test Results - DPDK Performance Results 3n-skx
7931 - type: "table"
7932   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7933   algorithm: "table_merged_details"
7934   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7935   columns:
7936     - title: " |prein| Test Name |preout| "
7937       data: "data name"
7938     - 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| "
7939       data: "data msg"
7940   data: "dpdk-perf-results-3n-skx"
7941   filter: "all"
7942   remove-ndr: False
7943   parameters:
7944   - "name"
7945   - "parent"
7946   - "msg"
7947
7948 # Detailed Test Results - DPDK Performance Results 2n-skx
7949 - type: "table"
7950   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7951   algorithm: "table_merged_details"
7952   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7953   columns:
7954     - title: " |prein| Test Name |preout| "
7955       data: "data name"
7956     - 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| "
7957       data: "data msg"
7958   data: "dpdk-perf-results-2n-skx"
7959   filter: "all"
7960   remove-ndr: False
7961   parameters:
7962   - "name"
7963   - "parent"
7964   - "msg"
7965
7966 # Detailed Test Results - DPDK Performance Results 2n-clx
7967 - type: "table"
7968   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7969   algorithm: "table_merged_details"
7970   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7971   columns:
7972     - title: " |prein| Test Name |preout| "
7973       data: "data name"
7974     - 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| "
7975       data: "data msg"
7976   data: "dpdk-perf-results-2n-clx"
7977   filter: "all"
7978   parameters:
7979   - "name"
7980   - "parent"
7981   - "msg"
7982
7983 # Detailed Test Results - DPDK Performance Results 2n-dnv
7984 - type: "table"
7985   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7986   algorithm: "table_merged_details"
7987   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7988   columns:
7989     - title: " |prein| Test Name |preout| "
7990       data: "data name"
7991     - 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| "
7992       data: "data msg"
7993   data: "dpdk-perf-results-2n-dnv"
7994   filter: "all"
7995   parameters:
7996   - "name"
7997   - "parent"
7998   - "msg"
7999
8000 # Detailed Test Results - DPDK Performance Results 3n-dnv
8001 - type: "table"
8002   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8003   algorithm: "table_merged_details"
8004   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8005   columns:
8006     - title: " |prein| Test Name |preout| "
8007       data: "data name"
8008     - 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| "
8009       data: "data msg"
8010   data: "dpdk-perf-results-3n-dnv"
8011   filter: "all"
8012   parameters:
8013   - "name"
8014   - "parent"
8015   - "msg"
8016
8017 # Detailed Test Results - DPDK Performance Results 3n-tsh
8018 - type: "table"
8019   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8020   algorithm: "table_merged_details"
8021   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8022   columns:
8023     - title: " |prein| Test Name |preout| "
8024       data: "data name"
8025     - 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| "
8026       data: "data msg"
8027   data: "dpdk-perf-results-3n-tsh"
8028   filter: "all"
8029   parameters:
8030   - "name"
8031   - "parent"
8032   - "msg"
8033
8034 ################################################################################
8035 ###                                F I L E S                                 ###
8036 ################################################################################
8037
8038 # VPP Performance Results
8039 - type: "file"
8040   title: "VPP Performance Results"
8041   algorithm: "file_details_split"
8042   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8043   dir-tables:
8044     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8045     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8046     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8047     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8048     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8049     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8050     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8051   data:
8052     - "vpp-perf-results-2n-skx"
8053     - "vpp-perf-results-3n-skx"
8054     - "vpp-perf-results-2n-clx"
8055     - "vpp-perf-results-3n-hsw"
8056     - "vpp-perf-results-3n-tsh"
8057     - "vpp-perf-results-2n-dnv"
8058     - "vpp-perf-results-3n-dnv"
8059   filter: "all"
8060   data-start-level: 4
8061   order-chapters:
8062     level-1:
8063       - "l2"
8064       - "ip4"
8065       - "ip6"
8066       - "srv6"
8067       - "ip4_tunnels"
8068       - "ip6_tunnels"
8069       - "vm_vhost"
8070       - "container_memif"
8071       - "crypto"
8072       - "vts"
8073       - "lb"
8074       - "nfv_density"
8075       - "hoststack"
8076     level-2:
8077       - "2n-skx"
8078       - "3n-skx"
8079       - "2n-clx"
8080       - "3n-hsw"
8081       - "3n-tsh"
8082       - "2n-dnv"
8083       - "3n-dnv"
8084     level-3:
8085       - "xl710"
8086       - "x520"
8087       - "xxv710"
8088       - "x710"
8089       - "x553"
8090       - "cx556a"
8091       - "vic1227"
8092       - "vic1385"
8093
8094 # VPP Performance Configuration
8095 - type: "file"
8096   title: "VPP Performance Configuration"
8097   algorithm: "file_details_split"
8098   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8099   dir-tables:
8100     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8101     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8102     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8103     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8104     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8105     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8106     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8107   data:
8108     - "vpp-perf-results-2n-skx"
8109     - "vpp-perf-results-3n-skx"
8110     - "vpp-perf-results-2n-clx"
8111     - "vpp-perf-results-3n-hsw"
8112     - "vpp-perf-results-3n-tsh"
8113     - "vpp-perf-results-2n-dnv"
8114     - "vpp-perf-results-3n-dnv"
8115   filter: "all"
8116   data-start-level: 4
8117   order-chapters:
8118     level-1:
8119       - "l2"
8120       - "ip4"
8121       - "ip6"
8122       - "srv6"
8123       - "ip4_tunnels"
8124       - "ip6_tunnels"
8125       - "vm_vhost"
8126       - "container_memif"
8127       - "crypto"
8128       - "vts"
8129       - "lb"
8130       - "nfv_density"
8131       - "hoststack"
8132     level-2:
8133       - "2n-skx"
8134       - "3n-skx"
8135       - "2n-clx"
8136       - "3n-hsw"
8137       - "3n-tsh"
8138       - "2n-dnv"
8139       - "3n-dnv"
8140     level-3:
8141       - "xl710"
8142       - "x520"
8143       - "xxv710"
8144       - "x710"
8145       - "x553"
8146       - "cx556a"
8147       - "vic1227"
8148       - "vic1385"
8149
8150 # VPP Performance Operational
8151 - type: "file"
8152   title: "VPP Performance Operational"
8153   algorithm: "file_details_split_html"
8154   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8155   dir-tables:
8156     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8157     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8158     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8159     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8160     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8161     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8162     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8163   data:
8164     - "vpp-perf-results-2n-skx"
8165     - "vpp-perf-results-3n-skx"
8166     - "vpp-perf-results-2n-clx"
8167     - "vpp-perf-results-3n-hsw"
8168     - "vpp-perf-results-3n-tsh"
8169     - "vpp-perf-results-2n-dnv"
8170     - "vpp-perf-results-3n-dnv"
8171   filter: "all"
8172   data-start-level: 4
8173   order-chapters:
8174     level-1:
8175       - "l2"
8176       - "ip4"
8177       - "ip6"
8178       - "srv6"
8179       - "ip4_tunnels"
8180       - "ip6_tunnels"
8181       - "vm_vhost"
8182       - "container_memif"
8183       - "crypto"
8184       - "vts"
8185       - "lb"
8186       - "nfv_density"
8187       - "hoststack"
8188     level-2:
8189       - "2n-skx"
8190       - "3n-skx"
8191       - "2n-clx"
8192       - "3n-hsw"
8193       - "3n-tsh"
8194       - "2n-dnv"
8195       - "3n-dnv"
8196     level-3:
8197       - "xl710"
8198       - "x520"
8199       - "xxv710"
8200       - "x710"
8201       - "x553"
8202       - "cx556a"
8203       - "vic1227"
8204       - "vic1385"
8205
8206 # VPP MRR Results
8207 - type: "file"
8208   title: "VPP MRR Results"
8209   algorithm: "file_details_split"
8210   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8211   dir-tables:
8212     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8213     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8214     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8215     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8216     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8217     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8218     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8219   data:
8220     - "vpp-mrr-results-2n-skx"
8221     - "vpp-mrr-results-3n-skx"
8222     - "vpp-mrr-results-2n-clx"
8223     - "vpp-mrr-results-3n-hsw"
8224     - "vpp-mrr-results-3n-tsh"
8225     - "vpp-mrr-results-2n-dnv"
8226     - "vpp-mrr-results-3n-dnv"
8227   filter: "all"
8228   data-start-level: 4
8229   order-chapters:
8230     level-1:
8231       - "l2"
8232       - "ip4"
8233       - "ip6"
8234       - "srv6"
8235       - "ip4_tunnels"
8236       - "ip6_tunnels"
8237       - "vm_vhost"
8238       - "container_memif"
8239       - "crypto"
8240       - "vts"
8241       - "lb"
8242       - "nfv_density"
8243       - "hoststack"
8244     level-2:
8245       - "2n-skx"
8246       - "3n-skx"
8247       - "2n-clx"
8248       - "3n-hsw"
8249       - "3n-tsh"
8250       - "2n-dnv"
8251       - "3n-dnv"
8252     level-3:
8253       - "xl710"
8254       - "x520"
8255       - "xxv710"
8256       - "x710"
8257       - "x553"
8258       - "cx556a"
8259       - "vic1227"
8260       - "vic1385"
8261
8262 # VPP MRR Configuration
8263 - type: "file"
8264   title: "VPP MRR Configuration"
8265   algorithm: "file_details_split"
8266   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8267   dir-tables:
8268     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8269     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8270     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8271     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8272     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8273     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8274     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8275   data:
8276     - "vpp-mrr-results-2n-skx"
8277     - "vpp-mrr-results-3n-skx"
8278     - "vpp-mrr-results-2n-clx"
8279     - "vpp-mrr-results-3n-hsw"
8280     - "vpp-mrr-results-3n-tsh"
8281     - "vpp-mrr-results-2n-dnv"
8282     - "vpp-mrr-results-3n-dnv"
8283   filter: "all"
8284   data-start-level: 4
8285   order-chapters:
8286     level-1:
8287       - "l2"
8288       - "ip4"
8289       - "ip6"
8290       - "srv6"
8291       - "ip4_tunnels"
8292       - "ip6_tunnels"
8293       - "vm_vhost"
8294       - "container_memif"
8295       - "crypto"
8296       - "vts"
8297       - "lb"
8298       - "nfv_density"
8299       - "hoststack"
8300     level-2:
8301       - "2n-skx"
8302       - "3n-skx"
8303       - "2n-clx"
8304       - "3n-hsw"
8305       - "3n-tsh"
8306       - "2n-dnv"
8307       - "3n-dnv"
8308     level-3:
8309       - "xl710"
8310       - "x520"
8311       - "xxv710"
8312       - "x710"
8313       - "x553"
8314       - "cx556a"
8315       - "vic1227"
8316       - "vic1385"
8317
8318 # VPP Device Results - Ubuntu
8319 - type: "file"
8320   title: "VPP Device Results - Ubuntu"
8321   algorithm: "file_test_results"
8322   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8323   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8324   data: "vpp-device-results-ubuntu"
8325   filter: "all"
8326   data-start-level: 4
8327
8328 # VPP Device Configuration - Ubuntu
8329 - type: "file"
8330   title: "VPP Device Configuration - Ubuntu"
8331   algorithm: "file_test_results"
8332   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8333   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8334   data: "vpp-device-results-ubuntu"
8335   filter: "all"
8336   data-start-level: 4
8337
8338 # DPDK Performance Results 3n-hsw
8339 - type: "file"
8340   title: "DPDK Performance Results 3n-hsw"
8341   algorithm: "file_test_results"
8342   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8343   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8344   data: "dpdk-perf-results-3n-hsw"
8345   filter: "all"
8346   data-start-level: 4
8347
8348 # DPDK Performance Results 3n-skx
8349 - type: "file"
8350   title: "DPDK Performance Results 3n-skx"
8351   algorithm: "file_test_results"
8352   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8353   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8354   data: "dpdk-perf-results-3n-skx"
8355   filter: "all"
8356   data-start-level: 4
8357
8358 # DPDK Performance Results 2n-skx
8359 - type: "file"
8360   title: "DPDK Performance Results 2n-skx"
8361   algorithm: "file_test_results"
8362   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8363   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8364   data: "dpdk-perf-results-2n-skx"
8365   filter: "all"
8366   data-start-level: 4
8367
8368 # DPDK Performance Results 2n-clx
8369 - type: "file"
8370   title: "DPDK Performance Results 2n-clx"
8371   algorithm: "file_test_results"
8372   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8373   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8374   data: "dpdk-perf-results-2n-clx"
8375   filter: "all"
8376   data-start-level: 4
8377
8378 # DPDK Performance Results 2n-dnv
8379 - type: "file"
8380   title: "DPDK Performance Results 2n-dnv"
8381   algorithm: "file_test_results"
8382   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8383   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8384   data: "dpdk-perf-results-2n-dnv"
8385   filter: "all"
8386   data-start-level: 4
8387
8388 # DPDK Performance Results 3n-dnv
8389 - type: "file"
8390   title: "DPDK Performance Results 3n-dnv"
8391   algorithm: "file_test_results"
8392   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8393   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8394   data: "dpdk-perf-results-3n-dnv"
8395   filter: "all"
8396   data-start-level: 4
8397
8398 # DPDK Performance Results 3n-tsh
8399 - type: "file"
8400   title: "DPDK Performance Results 3n-tsh"
8401   algorithm: "file_test_results"
8402   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8403   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8404   data: "dpdk-perf-results-3n-tsh"
8405   filter: "all"
8406   data-start-level: 4
8407
8408 ################################################################################
8409 ###                                P L O T S                                 ###
8410 ################################################################################
8411
8412 # Hoststack tests 3n-hsw
8413
8414 - type: "plot"
8415   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8416   algorithm: "plot_perf_box_name"
8417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8418   data: "plot-vpp-hoststack-3n-hsw"
8419   include:
8420     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8421     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8422   layout:
8423     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8424     layout: "plot-hoststack"
8425
8426 - type: "plot"
8427   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8428   algorithm: "plot_perf_box_name"
8429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8430   data: "plot-vpp-hoststack-3n-hsw"
8431   include:
8432     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8433     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8434   layout:
8435     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8436     layout: "plot-hoststack"
8437
8438 - type: "plot"
8439   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8440   algorithm: "plot_perf_box_name"
8441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8442   data: "plot-vpp-hoststack-3n-hsw"
8443   include:
8444     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8445     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8446     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8447     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8448   layout:
8449     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8450     layout: "plot-hoststack"
8451
8452 ## Plots VPP HTTP Server Performance
8453 #- type: "plot"
8454 #  title: "VPP HTTP Server Performance"
8455 #  algorithm: "plot_http_server_perf_box"
8456 #  output-file-type: ".html"
8457 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
8458 #  data:
8459 #    "plot-vpp-http-server-performance"
8460 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
8461 #  parameters:
8462 #  - "result"
8463 #  - "name"
8464 #  traces:
8465 #    hoverinfo: "y+name"
8466 #    boxpoints: "outliers"
8467 #    whiskerwidth: 0
8468 #  layout:
8469 #    title: "VPP HTTP Server Performance"
8470 #    layout:
8471 #      "plot-cps"
8472 #
8473 #- type: "plot"
8474 #  title: "VPP HTTP Server Performance"
8475 #  algorithm: "plot_http_server_perf_box"
8476 #  output-file-type: ".html"
8477 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
8478 #  data:
8479 #    "plot-vpp-http-server-performance"
8480 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
8481 #  parameters:
8482 #  - "result"
8483 #  - "name"
8484 #  traces:
8485 #    hoverinfo: "y+name"
8486 #    boxpoints: "outliers"
8487 #    whiskerwidth: 0
8488 #  layout:
8489 #    title: "VPP HTTP Server Performance"
8490 #    layout:
8491 #      "plot-rps"
8492
8493 ################################################################################
8494
8495 # Soak Test (PLRsearch), boxes - 2n-clx
8496 - type: "plot"
8497   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8498   algorithm: "plot_perf_box_name"
8499   output-file-type: ".html"
8500   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8501   data: "plot-vpp-soak-2n-clx"
8502   include:
8503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8509   layout:
8510     title: "30 Minutes Soak Test (PLRsearch)"
8511     layout: "plot-soak-throughput"
8512
8513 # Soak Test (PLRsearch), boxes - 2n-clx
8514 - type: "plot"
8515   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8516   algorithm: "plot_perf_box_name"
8517   output-file-type: ".html"
8518   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8519   data: "plot-vpp-soak-2n-clx"
8520   include:
8521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8526     - "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"
8527   layout:
8528     title: "30 Minutes Soak Test (PLRsearch)"
8529     layout: "plot-soak-throughput"
8530
8531 # Soak Test (PLRsearch), boxes - 2n-skx
8532 - type: "plot"
8533   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8534   algorithm: "plot_perf_box_name"
8535   output-file-type: ".html"
8536   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8537   data: "plot-vpp-soak-2n-skx"
8538   include:
8539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8545   layout:
8546     title: "30 Minutes Soak Test (PLRsearch)"
8547     layout: "plot-soak-throughput"
8548
8549 # Soak Test (PLRsearch), boxes - 2n-skx
8550 - type: "plot"
8551   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8552   algorithm: "plot_perf_box_name"
8553   output-file-type: ".html"
8554   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8555   data: "plot-vpp-soak-2n-skx"
8556   include:
8557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8562     - "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"
8563   layout:
8564     title: "30 Minutes Soak Test (PLRsearch)"
8565     layout: "plot-soak-throughput"
8566
8567 ###############################################################################
8568
8569 # Reconf tests 2n-skx
8570
8571 - type: "plot"
8572   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8573   algorithm: "plot_nf_reconf_box_name"
8574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8575   data: "plot-vpp-nfv-reconf-2n-skx"
8576   include:
8577     - "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"
8578     - "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"
8579     - "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"
8580     - "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"
8581     - "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"
8582     - "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"
8583   layout:
8584     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8585     layout: "plot-throughput"
8586
8587 - type: "plot"
8588   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8589   algorithm: "plot_nf_reconf_box_name"
8590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8591   data: "plot-vpp-nfv-reconf-2n-skx"
8592   include:
8593     - "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"
8594     - "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"
8595     - "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"
8596     - "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"
8597     - "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"
8598     - "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"
8599   layout:
8600     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8601     layout: "plot-throughput"
8602
8603 - type: "plot"
8604   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8605   algorithm: "plot_nf_reconf_box_name"
8606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8607   data: "plot-vpp-nfv-reconf-2n-skx"
8608   include:
8609     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
8610     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
8611     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
8612     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
8613     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
8614     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
8615   layout:
8616     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8617     layout: "plot-throughput"
8618
8619 ###############################################################################
8620
8621 # Reconf tests 2n-clx
8622
8623 - type: "plot"
8624   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8625   algorithm: "plot_nf_reconf_box_name"
8626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8627   data: "plot-vpp-nfv-reconf-2n-clx"
8628   include:
8629     - "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"
8630     - "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"
8631     - "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"
8632     - "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"
8633   layout:
8634     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8635     layout: "plot-throughput"
8636
8637 - type: "plot"
8638   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8639   algorithm: "plot_nf_reconf_box_name"
8640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8641   data: "plot-vpp-nfv-reconf-2n-clx"
8642   include:
8643     - "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"
8644     - "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"
8645     - "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"
8646     - "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"
8647   layout:
8648     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8649     layout: "plot-throughput"
8650
8651 - type: "plot"
8652   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8653   algorithm: "plot_nf_reconf_box_name"
8654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8655   data: "plot-vpp-nfv-reconf-2n-clx"
8656   include:
8657     - "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"
8658     - "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"
8659     - "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"
8660     - "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"
8661   layout:
8662     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8663     layout: "plot-throughput"
8664
8665 ###############################################################################
8666
8667 # Plots - NF Density - VSC - MRR IMIX
8668 - type: "plot"
8669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8670   algorithm: "plot_nf_heatmap"
8671   output-file-type: ".html"
8672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8673   data: "plot-vpp-nfv-2n-skx-mrr"
8674   filter: "'NIC_Intel-XXV710' and
8675            'NF_DENSITY' and
8676            'VHOST' and
8677            not 'VXLAN' and
8678            'CHAIN' and
8679            'NF_VPPIP4' and
8680            'IMIX' and
8681            '2T1C' and
8682            'MRR'"
8683   parameters:
8684   - "result"
8685   - "name"
8686   - "tags"
8687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8688   x-axis: "X = VNFs per Service Chain"
8689   y-axis: "Y = Number of Service Chains"
8690   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8691   layout:
8692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8693     layout: "plot-service-density"
8694
8695 - type: "plot"
8696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8697   algorithm: "plot_nf_heatmap"
8698   output-file-type: ".html"
8699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8700   data: "plot-vpp-nfv-2n-skx-mrr"
8701   filter: "'NIC_Intel-XXV710' and
8702            'NF_DENSITY' and
8703            'VHOST' and
8704            not 'VXLAN' and
8705            'CHAIN' and
8706            'NF_VPPIP4' and
8707            'IMIX' and
8708            '4T2C' and
8709            'MRR'"
8710   parameters:
8711   - "result"
8712   - "name"
8713   - "tags"
8714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8715   x-axis: "X = VNFs per Service Chain"
8716   y-axis: "Y = Number of Service Chains"
8717   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8718   layout:
8719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8720     layout: "plot-service-density"
8721
8722 - type: "plot"
8723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8724   algorithm: "plot_nf_heatmap"
8725   output-file-type: ".html"
8726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8727   data: "plot-vpp-nfv-2n-skx-mrr"
8728   filter: "'NIC_Intel-XXV710' and
8729            'NF_DENSITY' and
8730            'VHOST' and
8731            not 'VXLAN' and
8732            'CHAIN' and
8733            'NF_VPPIP4' and
8734            'IMIX' and
8735            '8T4C' and
8736            'MRR'"
8737   parameters:
8738   - "result"
8739   - "name"
8740   - "tags"
8741   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8742   x-axis: "X = VNFs per Service Chain"
8743   y-axis: "Y = Number of Service Chains"
8744   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8745   layout:
8746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8747     layout: "plot-service-density"
8748
8749 # Plots - NF Density - VSC - NDR IMIX
8750 - type: "plot"
8751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8752   algorithm: "plot_nf_heatmap"
8753   output-file-type: ".html"
8754   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8755   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8756   filter: "'NIC_Intel-XXV710' and
8757            'NF_DENSITY' and
8758            'VHOST' and
8759            not 'VXLAN' and
8760            'CHAIN' and
8761            'NF_VPPIP4' and
8762            'IMIX' and
8763            '2T1C' and
8764            'NDRPDR'"
8765   parameters:
8766   - "throughput"
8767   - "name"
8768   - "tags"
8769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8770   x-axis: "X = VNFs per Service Chain"
8771   y-axis: "Y = Number of Service Chains"
8772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8773   layout:
8774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8775     layout: "plot-service-density"
8776
8777 - type: "plot"
8778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8779   algorithm: "plot_nf_heatmap"
8780   output-file-type: ".html"
8781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8783   filter: "'NIC_Intel-XXV710' and
8784            'NF_DENSITY' and
8785            'VHOST' and
8786            not 'VXLAN' and
8787            'CHAIN' and
8788            'NF_VPPIP4' and
8789            'IMIX' and
8790            '4T2C' and
8791            'NDRPDR'"
8792   parameters:
8793   - "throughput"
8794   - "name"
8795   - "tags"
8796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8797   x-axis: "X = VNFs per Service Chain"
8798   y-axis: "Y = Number of Service Chains"
8799   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8800   layout:
8801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8802     layout: "plot-service-density"
8803
8804 - type: "plot"
8805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8806   algorithm: "plot_nf_heatmap"
8807   output-file-type: ".html"
8808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8809   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8810   filter: "'NIC_Intel-XXV710' and
8811            'NF_DENSITY' and
8812            'VHOST' and
8813            not 'VXLAN' and
8814            'CHAIN' and
8815            'NF_VPPIP4' and
8816            'IMIX' and
8817            '8T4C' and
8818            'NDRPDR'"
8819   parameters:
8820   - "throughput"
8821   - "name"
8822   - "tags"
8823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8824   x-axis: "X = VNFs per Service Chain"
8825   y-axis: "Y = Number of Service Chains"
8826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8827   layout:
8828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8829     layout: "plot-service-density"
8830
8831 # Plots - NF Density - VSC - PDR IMIX
8832 - type: "plot"
8833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8834   algorithm: "plot_nf_heatmap"
8835   output-file-type: ".html"
8836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8837   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8838   filter: "'NIC_Intel-XXV710' and
8839            'NF_DENSITY' and
8840            'VHOST' and
8841            not 'VXLAN' and
8842            'CHAIN' and
8843            'NF_VPPIP4' and
8844            'IMIX' and
8845            '2T1C' and
8846            'NDRPDR'"
8847   parameters:
8848   - "throughput"
8849   - "name"
8850   - "tags"
8851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8852   x-axis: "X = VNFs per Service Chain"
8853   y-axis: "Y = Number of Service Chains"
8854   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8855   layout:
8856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8857     layout: "plot-service-density"
8858
8859 - type: "plot"
8860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8861   algorithm: "plot_nf_heatmap"
8862   output-file-type: ".html"
8863   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8864   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8865   filter: "'NIC_Intel-XXV710' and
8866            'NF_DENSITY' and
8867            'VHOST' and
8868            not 'VXLAN' and
8869            'CHAIN' and
8870            'NF_VPPIP4' and
8871            'IMIX' and
8872            '4T2C' and
8873            'NDRPDR'"
8874   parameters:
8875   - "throughput"
8876   - "name"
8877   - "tags"
8878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8879   x-axis: "X = VNFs per Service Chain"
8880   y-axis: "Y = Number of Service Chains"
8881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8882   layout:
8883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8884     layout: "plot-service-density"
8885
8886 - type: "plot"
8887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8888   algorithm: "plot_nf_heatmap"
8889   output-file-type: ".html"
8890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8891   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8892   filter: "'NIC_Intel-XXV710' and
8893            'NF_DENSITY' and
8894            'VHOST' and
8895            not 'VXLAN' and
8896            'CHAIN' and
8897            'NF_VPPIP4' and
8898            'IMIX' and
8899            '8T4C' and
8900            'NDRPDR'"
8901   parameters:
8902   - "throughput"
8903   - "name"
8904   - "tags"
8905   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8906   x-axis: "X = VNFs per Service Chain"
8907   y-axis: "Y = Number of Service Chains"
8908   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8909   layout:
8910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8911     layout: "plot-service-density"
8912
8913 ###############################################################################
8914
8915 # Plots - NF Density - VSC - MRR IMIX
8916 - type: "plot"
8917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8918   algorithm: "plot_nf_heatmap"
8919   output-file-type: ".html"
8920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8921   data: "plot-vpp-nfv-2n-skx-mrr"
8922   filter: "'NIC_Intel-XXV710' and
8923            'NF_DENSITY' and
8924            'VHOST' and
8925            'VXLAN' and
8926            'CHAIN' and
8927            'IMIX' and
8928            '2T1C' and
8929            'MRR'"
8930   parameters:
8931   - "result"
8932   - "name"
8933   - "tags"
8934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8935   x-axis: "X = VNFs per Service Chain"
8936   y-axis: "Y = Number of Service Chains"
8937   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8938   layout:
8939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8940     layout: "plot-service-density"
8941
8942 - type: "plot"
8943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8944   algorithm: "plot_nf_heatmap"
8945   output-file-type: ".html"
8946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8947   data: "plot-vpp-nfv-2n-skx-mrr"
8948   filter: "'NIC_Intel-XXV710' and
8949            'NF_DENSITY' and
8950            'VHOST' and
8951            'VXLAN' and
8952            'CHAIN' and
8953            'IMIX' and
8954            '4T2C' and
8955            'MRR'"
8956   parameters:
8957   - "result"
8958   - "name"
8959   - "tags"
8960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8961   x-axis: "X = VNFs per Service Chain"
8962   y-axis: "Y = Number of Service Chains"
8963   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8964   layout:
8965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8966     layout: "plot-service-density"
8967
8968 - type: "plot"
8969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8970   algorithm: "plot_nf_heatmap"
8971   output-file-type: ".html"
8972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8973   data: "plot-vpp-nfv-2n-skx-mrr"
8974   filter: "'NIC_Intel-XXV710' and
8975            'NF_DENSITY' and
8976            'VHOST' and
8977            'VXLAN' and
8978            'CHAIN' and
8979            'IMIX' and
8980            '8T4C' and
8981            'MRR'"
8982   parameters:
8983   - "result"
8984   - "name"
8985   - "tags"
8986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8987   x-axis: "X = VNFs per Service Chain"
8988   y-axis: "Y = Number of Service Chains"
8989   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8990   layout:
8991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8992     layout: "plot-service-density"
8993
8994 # Plots - NF Density - VSC - NDR IMIX
8995 - type: "plot"
8996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8997   algorithm: "plot_nf_heatmap"
8998   output-file-type: ".html"
8999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9000   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9001   filter: "'NIC_Intel-XXV710' and
9002            'NF_DENSITY' and
9003            'VHOST' and
9004            'VXLAN' and
9005            'CHAIN' and
9006            'IMIX' and
9007            '2T1C' and
9008            'NDRPDR'"
9009   parameters:
9010   - "throughput"
9011   - "name"
9012   - "tags"
9013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9014   x-axis: "X = VNFs per Service Chain"
9015   y-axis: "Y = Number of Service Chains"
9016   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9017   layout:
9018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9019     layout: "plot-service-density"
9020
9021 - type: "plot"
9022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9023   algorithm: "plot_nf_heatmap"
9024   output-file-type: ".html"
9025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9026   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9027   filter: "'NIC_Intel-XXV710' and
9028            'NF_DENSITY' and
9029            'VHOST' and
9030            'VXLAN' and
9031            'CHAIN' and
9032            'IMIX' and
9033            '4T2C' and
9034            'NDRPDR'"
9035   parameters:
9036   - "throughput"
9037   - "name"
9038   - "tags"
9039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9040   x-axis: "X = VNFs per Service Chain"
9041   y-axis: "Y = Number of Service Chains"
9042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9043   layout:
9044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9045     layout: "plot-service-density"
9046
9047 - type: "plot"
9048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9049   algorithm: "plot_nf_heatmap"
9050   output-file-type: ".html"
9051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9053   filter: "'NIC_Intel-XXV710' and
9054            'NF_DENSITY' and
9055            'VHOST' and
9056            'VXLAN' and
9057            'CHAIN' and
9058            'IMIX' and
9059            '8T4C' and
9060            'NDRPDR'"
9061   parameters:
9062   - "throughput"
9063   - "name"
9064   - "tags"
9065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9066   x-axis: "X = VNFs per Service Chain"
9067   y-axis: "Y = Number of Service Chains"
9068   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9069   layout:
9070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9071     layout: "plot-service-density"
9072
9073 # Plots - NF Density - VSC - PDR IMIX
9074 - type: "plot"
9075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9076   algorithm: "plot_nf_heatmap"
9077   output-file-type: ".html"
9078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9079   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9080   filter: "'NIC_Intel-XXV710' and
9081            'NF_DENSITY' and
9082            'VHOST' and
9083            'VXLAN' and
9084            'CHAIN' and
9085            'IMIX' and
9086            '2T1C' and
9087            'NDRPDR'"
9088   parameters:
9089   - "throughput"
9090   - "name"
9091   - "tags"
9092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9093   x-axis: "X = VNFs per Service Chain"
9094   y-axis: "Y = Number of Service Chains"
9095   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9096   layout:
9097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9098     layout: "plot-service-density"
9099
9100 - type: "plot"
9101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9102   algorithm: "plot_nf_heatmap"
9103   output-file-type: ".html"
9104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9105   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9106   filter: "'NIC_Intel-XXV710' and
9107            'NF_DENSITY' and
9108            'VHOST' and
9109            'VXLAN' and
9110            'CHAIN' and
9111            'IMIX' and
9112            '4T2C' and
9113            'NDRPDR'"
9114   parameters:
9115   - "throughput"
9116   - "name"
9117   - "tags"
9118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9119   x-axis: "X = VNFs per Service Chain"
9120   y-axis: "Y = Number of Service Chains"
9121   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9122   layout:
9123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9124     layout: "plot-service-density"
9125
9126 - type: "plot"
9127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9128   algorithm: "plot_nf_heatmap"
9129   output-file-type: ".html"
9130   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9131   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9132   filter: "'NIC_Intel-XXV710' and
9133            'NF_DENSITY' and
9134            'VHOST' and
9135            'VXLAN' and
9136            'CHAIN' and
9137            'IMIX' and
9138            '8T4C' and
9139            'NDRPDR'"
9140   parameters:
9141   - "throughput"
9142   - "name"
9143   - "tags"
9144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9145   x-axis: "X = VNFs per Service Chain"
9146   y-axis: "Y = Number of Service Chains"
9147   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9148   layout:
9149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9150     layout: "plot-service-density"
9151
9152 ###############################################################################
9153
9154 # Plots - NF Density - CSC - MRR IMIX
9155 - type: "plot"
9156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9157   algorithm: "plot_nf_heatmap"
9158   output-file-type: ".html"
9159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
9160   data: "plot-vpp-nfv-2n-skx-mrr"
9161   filter: "'NIC_Intel-XXV710' and
9162            'NF_DENSITY' and
9163            'DOCKER' and
9164            'CHAIN' and
9165            'NF_VPPIP4' and
9166            'IMIX' and
9167            '2T1C' and
9168            'MRR'"
9169   parameters:
9170   - "result"
9171   - "name"
9172   - "tags"
9173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9174   x-axis: "X = CNFs per Service Chain"
9175   y-axis: "Y = Number of Service Chains"
9176   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9177   layout:
9178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9179     layout: "plot-service-density"
9180
9181 - type: "plot"
9182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9183   algorithm: "plot_nf_heatmap"
9184   output-file-type: ".html"
9185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
9186   data: "plot-vpp-nfv-2n-skx-mrr"
9187   filter: "'NIC_Intel-XXV710' and
9188            'NF_DENSITY' and
9189            'DOCKER' and
9190            'CHAIN' and
9191            'NF_VPPIP4' and
9192            'IMIX' and
9193            '4T2C' and
9194            'MRR'"
9195   parameters:
9196   - "result"
9197   - "name"
9198   - "tags"
9199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9200   x-axis: "X = CNFs per Service Chain"
9201   y-axis: "Y = Number of Service Chains"
9202   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9203   layout:
9204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9205     layout: "plot-service-density"
9206
9207 - type: "plot"
9208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9209   algorithm: "plot_nf_heatmap"
9210   output-file-type: ".html"
9211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
9212   data: "plot-vpp-nfv-2n-skx-mrr"
9213   filter: "'NIC_Intel-XXV710' and
9214            'NF_DENSITY' and
9215            'DOCKER' and
9216            'CHAIN' and
9217            'NF_VPPIP4' and
9218            'IMIX' and
9219            '8T4C' and
9220            'MRR'"
9221   parameters:
9222   - "result"
9223   - "name"
9224   - "tags"
9225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9226   x-axis: "X = CNFs per Service Chain"
9227   y-axis: "Y = Number of Service Chains"
9228   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9229   layout:
9230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9231     layout: "plot-service-density"
9232
9233 # Plots - NF Density - CSC - NDR IMIX
9234 - type: "plot"
9235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9236   algorithm: "plot_nf_heatmap"
9237   output-file-type: ".html"
9238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
9239   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9240   filter: "'NIC_Intel-XXV710' and
9241            'NF_DENSITY' and
9242            'DOCKER' and
9243            'CHAIN' and
9244            'NF_VPPIP4' and
9245            'IMIX' and
9246            '2T1C' and
9247            'NDRPDR'"
9248   parameters:
9249   - "throughput"
9250   - "name"
9251   - "tags"
9252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9253   x-axis: "X = CNFs per Service Chain"
9254   y-axis: "Y = Number of Service Chains"
9255   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9256   layout:
9257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9258     layout: "plot-service-density"
9259
9260 - type: "plot"
9261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9262   algorithm: "plot_nf_heatmap"
9263   output-file-type: ".html"
9264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
9265   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9266   filter: "'NIC_Intel-XXV710' and
9267            'NF_DENSITY' and
9268            'DOCKER' and
9269            'CHAIN' and
9270            'NF_VPPIP4' and
9271            'IMIX' and
9272            '4T2C' and
9273            'NDRPDR'"
9274   parameters:
9275   - "throughput"
9276   - "name"
9277   - "tags"
9278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9279   x-axis: "X = CNFs per Service Chain"
9280   y-axis: "Y = Number of Service Chains"
9281   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9282   layout:
9283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9284     layout: "plot-service-density"
9285
9286 - type: "plot"
9287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9288   algorithm: "plot_nf_heatmap"
9289   output-file-type: ".html"
9290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9291   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9292   filter: "'NIC_Intel-XXV710' and
9293            'NF_DENSITY' and
9294            'DOCKER' and
9295            'CHAIN' and
9296            'NF_VPPIP4' and
9297            'IMIX' and
9298            '8T4C' and
9299            'NDRPDR'"
9300   parameters:
9301   - "throughput"
9302   - "name"
9303   - "tags"
9304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9305   x-axis: "X = CNFs per Service Chain"
9306   y-axis: "Y = Number of Service Chains"
9307   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9308   layout:
9309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9310     layout: "plot-service-density"
9311
9312 # Plots - NF Density - CSC - PDR IMIX
9313 - type: "plot"
9314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9315   algorithm: "plot_nf_heatmap"
9316   output-file-type: ".html"
9317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9318   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9319   filter: "'NIC_Intel-XXV710' and
9320            'NF_DENSITY' and
9321            'DOCKER' and
9322            'CHAIN' and
9323            'NF_VPPIP4' and
9324            'IMIX' and
9325            '2T1C' and
9326            'NDRPDR'"
9327   parameters:
9328   - "throughput"
9329   - "name"
9330   - "tags"
9331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9332   x-axis: "X = CNFs per Service Chain"
9333   y-axis: "Y = Number of Service Chains"
9334   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9335   layout:
9336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9337     layout: "plot-service-density"
9338
9339 - type: "plot"
9340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9341   algorithm: "plot_nf_heatmap"
9342   output-file-type: ".html"
9343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9344   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9345   filter: "'NIC_Intel-XXV710' and
9346            'NF_DENSITY' and
9347            'DOCKER' and
9348            'CHAIN' and
9349            'NF_VPPIP4' and
9350            'IMIX' and
9351            '4T2C' and
9352            'NDRPDR'"
9353   parameters:
9354   - "throughput"
9355   - "name"
9356   - "tags"
9357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9358   x-axis: "X = CNFs per Service Chain"
9359   y-axis: "Y = Number of Service Chains"
9360   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9361   layout:
9362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9363     layout: "plot-service-density"
9364
9365 - type: "plot"
9366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9367   algorithm: "plot_nf_heatmap"
9368   output-file-type: ".html"
9369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9370   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9371   filter: "'NIC_Intel-XXV710' and
9372            'NF_DENSITY' and
9373            'DOCKER' and
9374            'CHAIN' and
9375            'NF_VPPIP4' and
9376            'IMIX' and
9377            '8T4C' and
9378            'NDRPDR'"
9379   parameters:
9380   - "throughput"
9381   - "name"
9382   - "tags"
9383   include-tests: "PDR" # "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 PDR) [Mpps]"
9387   layout:
9388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9389     layout: "plot-service-density"
9390
9391 ################################################################################
9392 #
9393 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9394 #- type: "plot"
9395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9396 #  algorithm: "plot_nf_heatmap"
9397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9398 #  data: "plot-vpp-nfv-3n-skx-mrr"
9399 #  filter: "'NIC_Intel-XXV710' and
9400 #           'NF_DENSITY' and
9401 #           'DOCKER' and
9402 #           'CHAIN' and
9403 #           'NF_VPPIP4' and
9404 #           'IPSEC' and
9405 #           'TNL_4' and
9406 #           'IMIX' and
9407 #           '2T1C' and
9408 #           'MRR'"
9409 #  parameters:
9410 #  - "result"
9411 #  - "name"
9412 #  - "tags"
9413 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9414 #  x-axis: "X = CNFs per Service Chain"
9415 #  y-axis: "Y = Number of Service Chains"
9416 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9417 #  layout:
9418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9419 #    layout: "plot-service-density"
9420 #
9421 #- type: "plot"
9422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9423 #  algorithm: "plot_nf_heatmap"
9424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9425 #  data: "plot-vpp-nfv-3n-skx-mrr"
9426 #  filter: "'NIC_Intel-XXV710' and
9427 #           'NF_DENSITY' and
9428 #           'DOCKER' and
9429 #           'CHAIN' and
9430 #           'NF_VPPIP4' and
9431 #           'IPSEC' and
9432 #           'TNL_4' and
9433 #           'IMIX' and
9434 #           '4T2C' and
9435 #           'MRR'"
9436 #  parameters:
9437 #  - "result"
9438 #  - "name"
9439 #  - "tags"
9440 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9441 #  x-axis: "X = CNFs per Service Chain"
9442 #  y-axis: "Y = Number of Service Chains"
9443 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9444 #  layout:
9445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9446 #    layout: "plot-service-density"
9447 #
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9452 #  data: "plot-vpp-nfv-3n-skx-mrr"
9453 #  filter: "'NIC_Intel-XXV710' and
9454 #           'NF_DENSITY' and
9455 #           'DOCKER' and
9456 #           'CHAIN' and
9457 #           'NF_VPPIP4' and
9458 #           'IPSEC' and
9459 #           'TNL_4' and
9460 #           'IMIX' and
9461 #           '8T4C' and
9462 #           'MRR'"
9463 #  parameters:
9464 #  - "result"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9468 #  x-axis: "X = CNFs per Service Chain"
9469 #  y-axis: "Y = Number of Service Chains"
9470 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9473 #    layout: "plot-service-density"
9474
9475 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9476 - type: "plot"
9477   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9478   algorithm: "plot_nf_heatmap"
9479   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9480   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9481   filter: "'NIC_Intel-XXV710' and
9482            'NF_DENSITY' and
9483            'DOCKER' and
9484            'CHAIN' and
9485            'NF_VPPIP4' and
9486            'IPSEC' and
9487            'TNL_4' and
9488            'IMIX' and
9489            '2T1C' and
9490            'NDRPDR'"
9491   parameters:
9492   - "throughput"
9493   - "name"
9494   - "tags"
9495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9496   x-axis: "X = CNFs per Service Chain"
9497   y-axis: "Y = Number of Service Chains"
9498   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9499   layout:
9500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9501     layout: "plot-service-density"
9502
9503 - type: "plot"
9504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9505   algorithm: "plot_nf_heatmap"
9506   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9507   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9508   filter: "'NIC_Intel-XXV710' and
9509            'NF_DENSITY' and
9510            'DOCKER' and
9511            'CHAIN' and
9512            'NF_VPPIP4' and
9513            'IPSEC' and
9514            'TNL_4' and
9515            'IMIX' and
9516            '4T2C' and
9517            'NDRPDR'"
9518   parameters:
9519   - "throughput"
9520   - "name"
9521   - "tags"
9522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9523   x-axis: "X = CNFs per Service Chain"
9524   y-axis: "Y = Number of Service Chains"
9525   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9526   layout:
9527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9528     layout: "plot-service-density"
9529
9530 - type: "plot"
9531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9532   algorithm: "plot_nf_heatmap"
9533   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9534   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9535   filter: "'NIC_Intel-XXV710' and
9536            'NF_DENSITY' and
9537            'DOCKER' and
9538            'CHAIN' and
9539            'NF_VPPIP4' and
9540            'IPSEC' and
9541            'TNL_4' and
9542            'IMIX' and
9543            '8T4C' and
9544            'NDRPDR'"
9545   parameters:
9546   - "throughput"
9547   - "name"
9548   - "tags"
9549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9550   x-axis: "X = CNFs per Service Chain"
9551   y-axis: "Y = Number of Service Chains"
9552   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9553   layout:
9554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9555     layout: "plot-service-density"
9556
9557 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9558 - type: "plot"
9559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9560   algorithm: "plot_nf_heatmap"
9561   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9562   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9563   filter: "'NIC_Intel-XXV710' and
9564            'NF_DENSITY' and
9565            'DOCKER' and
9566            'CHAIN' and
9567            'NF_VPPIP4' and
9568            'IPSEC' and
9569            'TNL_4' and
9570            'IMIX' and
9571            '2T1C' and
9572            'NDRPDR'"
9573   parameters:
9574   - "throughput"
9575   - "name"
9576   - "tags"
9577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9578   x-axis: "X = CNFs per Service Chain"
9579   y-axis: "Y = Number of Service Chains"
9580   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9581   layout:
9582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9583     layout: "plot-service-density"
9584
9585 - type: "plot"
9586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9587   algorithm: "plot_nf_heatmap"
9588   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9589   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9590   filter: "'NIC_Intel-XXV710' and
9591            'NF_DENSITY' and
9592            'DOCKER' and
9593            'CHAIN' and
9594            'NF_VPPIP4' and
9595            'IPSEC' and
9596            'TNL_4' and
9597            'IMIX' and
9598            '4T2C' and
9599            'NDRPDR'"
9600   parameters:
9601   - "throughput"
9602   - "name"
9603   - "tags"
9604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9605   x-axis: "X = CNFs per Service Chain"
9606   y-axis: "Y = Number of Service Chains"
9607   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9608   layout:
9609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9610     layout: "plot-service-density"
9611
9612 - type: "plot"
9613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9614   algorithm: "plot_nf_heatmap"
9615   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9616   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9617   filter: "'NIC_Intel-XXV710' and
9618            'NF_DENSITY' and
9619            'DOCKER' and
9620            'CHAIN' and
9621            'NF_VPPIP4' and
9622            'IPSEC' and
9623            'TNL_4' and
9624            'IMIX' and
9625            '8T4C' and
9626            'NDRPDR'"
9627   parameters:
9628   - "throughput"
9629   - "name"
9630   - "tags"
9631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9632   x-axis: "X = CNFs per Service Chain"
9633   y-axis: "Y = Number of Service Chains"
9634   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9635   layout:
9636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9637     layout: "plot-service-density"
9638
9639 ###############################################################################
9640
9641 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9642 #- type: "plot"
9643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9644 #  algorithm: "plot_nf_heatmap"
9645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9646 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9647 #  filter: "'NIC_Intel-XL710' and
9648 #           'NF_DENSITY' and
9649 #           'DOCKER' and
9650 #           'CHAIN' and
9651 #           'NF_VPPIP4' and
9652 #           'IMIX' and
9653 #           'TNL_4' and
9654 #           '1T1C' and
9655 #           'MRR'"
9656 #  parameters:
9657 #  - "result"
9658 #  - "name"
9659 #  - "tags"
9660 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9661 #  x-axis: "X = CNFs per Service Chain"
9662 #  y-axis: "Y = Number of Service Chains"
9663 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9664 #  layout:
9665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9666 #    layout: "plot-service-density"
9667 #
9668 #- type: "plot"
9669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9670 #  algorithm: "plot_nf_heatmap"
9671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9672 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9673 #  filter: "'NIC_Intel-XL710' and
9674 #           'NF_DENSITY' and
9675 #           'DOCKER' and
9676 #           'CHAIN' and
9677 #           'NF_VPPIP4' and
9678 #           'IPSEC' and
9679 #           'TNL_4' and
9680 #           'IMIX' and
9681 #           '2T2C' and
9682 #           'MRR'"
9683 #  parameters:
9684 #  - "result"
9685 #  - "name"
9686 #  - "tags"
9687 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9688 #  x-axis: "X = CNFs per Service Chain"
9689 #  y-axis: "Y = Number of Service Chains"
9690 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9691 #  layout:
9692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9693 #    layout: "plot-service-density"
9694 #
9695 #- type: "plot"
9696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9697 #  algorithm: "plot_nf_heatmap"
9698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9699 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9700 #  filter: "'NIC_Intel-XL710' and
9701 #           'NF_DENSITY' and
9702 #           'DOCKER' and
9703 #           'CHAIN' and
9704 #           'NF_VPPIP4' and
9705 #           'IPSEC' and
9706 #           'TNL_4' and
9707 #           'IMIX' and
9708 #           '4T4C' and
9709 #           'MRR'"
9710 #  parameters:
9711 #  - "result"
9712 #  - "name"
9713 #  - "tags"
9714 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9715 #  x-axis: "X = CNFs per Service Chain"
9716 #  y-axis: "Y = Number of Service Chains"
9717 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9718 #  layout:
9719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9720 #    layout: "plot-service-density"
9721
9722 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9723 #- type: "plot"
9724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9725 #  algorithm: "plot_nf_heatmap"
9726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9727 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9728 #  filter: "'NIC_Intel-XL710' and
9729 #           'NF_DENSITY' and
9730 #           'DOCKER' and
9731 #           'CHAIN' and
9732 #           'NF_VPPIP4' and
9733 #           'IPSEC' and
9734 #           'TNL_4' and
9735 #           'IMIX' and
9736 #           '1T1C' and
9737 #           'NDRPDR'"
9738 #  parameters:
9739 #  - "throughput"
9740 #  - "name"
9741 #  - "tags"
9742 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9743 #  x-axis: "X = CNFs per Service Chain"
9744 #  y-axis: "Y = Number of Service Chains"
9745 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9746 #  layout:
9747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9748 #    layout: "plot-service-density"
9749 #
9750 #- type: "plot"
9751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9752 #  algorithm: "plot_nf_heatmap"
9753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9754 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9755 #  filter: "'NIC_Intel-XL710' and
9756 #           'NF_DENSITY' and
9757 #           'DOCKER' and
9758 #           'CHAIN' and
9759 #           'NF_VPPIP4' and
9760 #           'IPSEC' and
9761 #           'TNL_4' and
9762 #           'IMIX' and
9763 #           '2T2C' and
9764 #           'NDRPDR'"
9765 #  parameters:
9766 #  - "throughput"
9767 #  - "name"
9768 #  - "tags"
9769 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9770 #  x-axis: "X = CNFs per Service Chain"
9771 #  y-axis: "Y = Number of Service Chains"
9772 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9773 #  layout:
9774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9775 #    layout: "plot-service-density"
9776 #
9777 #- type: "plot"
9778 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9779 #  algorithm: "plot_nf_heatmap"
9780 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9781 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9782 #  filter: "'NIC_Intel-XL710' and
9783 #           'NF_DENSITY' and
9784 #           'DOCKER' and
9785 #           'CHAIN' and
9786 #           'NF_VPPIP4' and
9787 #           'IPSEC' and
9788 #           'TNL_4' and
9789 #           'IMIX' and
9790 #           '4T4C' and
9791 #           'NDRPDR'"
9792 #  parameters:
9793 #  - "throughput"
9794 #  - "name"
9795 #  - "tags"
9796 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9797 #  x-axis: "X = CNFs per Service Chain"
9798 #  y-axis: "Y = Number of Service Chains"
9799 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9800 #  layout:
9801 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9802 #    layout: "plot-service-density"
9803 #
9804 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9805 #- type: "plot"
9806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9807 #  algorithm: "plot_nf_heatmap"
9808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9809 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9810 #  filter: "'NIC_Intel-XL710' and
9811 #           'NF_DENSITY' and
9812 #           'DOCKER' and
9813 #           'CHAIN' and
9814 #           'NF_VPPIP4' and
9815 #           'IPSEC' and
9816 #           'TNL_4' and
9817 #           'IMIX' and
9818 #           '1T1C' and
9819 #           'NDRPDR'"
9820 #  parameters:
9821 #  - "throughput"
9822 #  - "name"
9823 #  - "tags"
9824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9825 #  x-axis: "X = CNFs per Service Chain"
9826 #  y-axis: "Y = Number of Service Chains"
9827 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9828 #  layout:
9829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9830 #    layout: "plot-service-density"
9831 #
9832 #- type: "plot"
9833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9834 #  algorithm: "plot_nf_heatmap"
9835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9836 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9837 #  filter: "'NIC_Intel-XL710' and
9838 #           'NF_DENSITY' and
9839 #           'DOCKER' and
9840 #           'CHAIN' and
9841 #           'NF_VPPIP4' and
9842 #           'IPSEC' and
9843 #           'TNL_4' and
9844 #           'IMIX' and
9845 #           '2T2C' and
9846 #           'NDRPDR'"
9847 #  parameters:
9848 #  - "throughput"
9849 #  - "name"
9850 #  - "tags"
9851 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9852 #  x-axis: "X = CNFs per Service Chain"
9853 #  y-axis: "Y = Number of Service Chains"
9854 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9855 #  layout:
9856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9857 #    layout: "plot-service-density"
9858 #
9859 #- type: "plot"
9860 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9861 #  algorithm: "plot_nf_heatmap"
9862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9863 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9864 #  filter: "'NIC_Intel-XL710' and
9865 #           'NF_DENSITY' and
9866 #           'DOCKER' and
9867 #           'CHAIN' and
9868 #           'NF_VPPIP4' and
9869 #           'IPSEC' and
9870 #           'TNL_4' and
9871 #           'IMIX' and
9872 #           '4T4C' and
9873 #           'NDRPDR'"
9874 #  parameters:
9875 #  - "throughput"
9876 #  - "name"
9877 #  - "tags"
9878 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9879 #  x-axis: "X = CNFs per Service Chain"
9880 #  y-axis: "Y = Number of Service Chains"
9881 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9882 #  layout:
9883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9884 #    layout: "plot-service-density"
9885
9886 ###############################################################################
9887
9888 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9889 #- type: "plot"
9890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9891 #  algorithm: "plot_nf_heatmap"
9892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9893 #  data: "plot-vpp-nfv-3n-skx-mrr"
9894 #  filter: "'NIC_Intel-XXV710' and
9895 #           'NF_DENSITY' and
9896 #           'DOCKER' and
9897 #           'CHAIN' and
9898 #           'NF_VPPIP4' and
9899 #           'IPSEC' and
9900 #           'TNL_1000' and
9901 #           'IMIX' and
9902 #           '2T1C' and
9903 #           'MRR'"
9904 #  parameters:
9905 #  - "result"
9906 #  - "name"
9907 #  - "tags"
9908 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9909 #  x-axis: "X = CNFs per Service Chain"
9910 #  y-axis: "Y = Number of Service Chains"
9911 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9912 #  layout:
9913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9914 #    layout: "plot-service-density"
9915 #
9916 #- type: "plot"
9917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9918 #  algorithm: "plot_nf_heatmap"
9919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9920 #  data: "plot-vpp-nfv-3n-skx-mrr"
9921 #  filter: "'NIC_Intel-XXV710' and
9922 #           'NF_DENSITY' and
9923 #           'DOCKER' and
9924 #           'CHAIN' and
9925 #           'NF_VPPIP4' and
9926 #           'IPSEC' and
9927 #           'TNL_1000' and
9928 #           'IMIX' and
9929 #           '4T2C' and
9930 #           'MRR'"
9931 #  parameters:
9932 #  - "result"
9933 #  - "name"
9934 #  - "tags"
9935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9936 #  x-axis: "X = CNFs per Service Chain"
9937 #  y-axis: "Y = Number of Service Chains"
9938 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9939 #  layout:
9940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9941 #    layout: "plot-service-density"
9942 #
9943 #- type: "plot"
9944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9945 #  algorithm: "plot_nf_heatmap"
9946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9947 #  data: "plot-vpp-nfv-3n-skx-mrr"
9948 #  filter: "'NIC_Intel-XXV710' and
9949 #           'NF_DENSITY' and
9950 #           'DOCKER' and
9951 #           'CHAIN' and
9952 #           'NF_VPPIP4' and
9953 #           'IPSEC' and
9954 #           'TNL_1000' and
9955 #           'IMIX' and
9956 #           '8T4C' and
9957 #           'MRR'"
9958 #  parameters:
9959 #  - "result"
9960 #  - "name"
9961 #  - "tags"
9962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9963 #  x-axis: "X = CNFs per Service Chain"
9964 #  y-axis: "Y = Number of Service Chains"
9965 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9966 #  layout:
9967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9968 #    layout: "plot-service-density"
9969
9970 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9971 - type: "plot"
9972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9973   algorithm: "plot_nf_heatmap"
9974   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9975   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9976   filter: "'NIC_Intel-XXV710' and
9977            'NF_DENSITY' and
9978            'DOCKER' and
9979            'CHAIN' and
9980            'NF_VPPIP4' and
9981            'IPSEC' and
9982            'TNL_1000' and
9983            'IMIX' and
9984            '2T1C' and
9985            'NDRPDR'"
9986   parameters:
9987   - "throughput"
9988   - "name"
9989   - "tags"
9990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9991   x-axis: "X = CNFs per Service Chain"
9992   y-axis: "Y = Number of Service Chains"
9993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9994   layout:
9995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9996     layout: "plot-service-density"
9997
9998 - type: "plot"
9999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10000   algorithm: "plot_nf_heatmap"
10001   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10002   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10003   filter: "'NIC_Intel-XXV710' and
10004            'NF_DENSITY' and
10005            'DOCKER' and
10006            'CHAIN' and
10007            'NF_VPPIP4' and
10008            'IPSEC' and
10009            'TNL_1000' and
10010            'IMIX' and
10011            '4T2C' and
10012            'NDRPDR'"
10013   parameters:
10014   - "throughput"
10015   - "name"
10016   - "tags"
10017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10018   x-axis: "X = CNFs per Service Chain"
10019   y-axis: "Y = Number of Service Chains"
10020   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10021   layout:
10022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10023     layout: "plot-service-density"
10024
10025 - type: "plot"
10026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10027   algorithm: "plot_nf_heatmap"
10028   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10029   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10030   filter: "'NIC_Intel-XXV710' and
10031            'NF_DENSITY' and
10032            'DOCKER' and
10033            'CHAIN' and
10034            'NF_VPPIP4' and
10035            'IPSEC' and
10036            'TNL_1000' and
10037            'IMIX' and
10038            '8T4C' and
10039            'NDRPDR'"
10040   parameters:
10041   - "throughput"
10042   - "name"
10043   - "tags"
10044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10045   x-axis: "X = CNFs per Service Chain"
10046   y-axis: "Y = Number of Service Chains"
10047   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10048   layout:
10049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10050     layout: "plot-service-density"
10051
10052 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10053 - type: "plot"
10054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10055   algorithm: "plot_nf_heatmap"
10056   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10057   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10058   filter: "'NIC_Intel-XXV710' and
10059            'NF_DENSITY' and
10060            'DOCKER' and
10061            'CHAIN' and
10062            'NF_VPPIP4' and
10063            'IPSEC' and
10064            'TNL_1000' and
10065            'IMIX' and
10066            '2T1C' and
10067            'NDRPDR'"
10068   parameters:
10069   - "throughput"
10070   - "name"
10071   - "tags"
10072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10073   x-axis: "X = CNFs per Service Chain"
10074   y-axis: "Y = Number of Service Chains"
10075   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10076   layout:
10077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10078     layout: "plot-service-density"
10079
10080 - type: "plot"
10081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10082   algorithm: "plot_nf_heatmap"
10083   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10084   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10085   filter: "'NIC_Intel-XXV710' and
10086            'NF_DENSITY' and
10087            'DOCKER' and
10088            'CHAIN' and
10089            'NF_VPPIP4' and
10090            'IPSEC' and
10091            'TNL_1000' and
10092            'IMIX' and
10093            '4T2C' and
10094            'NDRPDR'"
10095   parameters:
10096   - "throughput"
10097   - "name"
10098   - "tags"
10099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10100   x-axis: "X = CNFs per Service Chain"
10101   y-axis: "Y = Number of Service Chains"
10102   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10103   layout:
10104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10105     layout: "plot-service-density"
10106
10107 - type: "plot"
10108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10109   algorithm: "plot_nf_heatmap"
10110   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10111   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10112   filter: "'NIC_Intel-XXV710' and
10113            'NF_DENSITY' and
10114            'DOCKER' and
10115            'CHAIN' and
10116            'NF_VPPIP4' and
10117            'IPSEC' and
10118            'TNL_1000' and
10119            'IMIX' and
10120            '8T4C' and
10121            'NDRPDR'"
10122   parameters:
10123   - "throughput"
10124   - "name"
10125   - "tags"
10126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10127   x-axis: "X = CNFs per Service Chain"
10128   y-axis: "Y = Number of Service Chains"
10129   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10130   layout:
10131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10132     layout: "plot-service-density"
10133
10134 ###############################################################################
10135
10136 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10137 #- type: "plot"
10138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10139 #  algorithm: "plot_nf_heatmap"
10140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
10141 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10142 #  filter: "'NIC_Intel-XL710' and
10143 #           'NF_DENSITY' and
10144 #           'DOCKER' and
10145 #           'CHAIN' and
10146 #           'NF_VPPIP4' and
10147 #           'IMIX' and
10148 #           'TNL_1000' and
10149 #           '1T1C' and
10150 #           'MRR'"
10151 #  parameters:
10152 #  - "result"
10153 #  - "name"
10154 #  - "tags"
10155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10156 #  x-axis: "X = CNFs per Service Chain"
10157 #  y-axis: "Y = Number of Service Chains"
10158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10159 #  layout:
10160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10161 #    layout: "plot-service-density"
10162 #
10163 #- type: "plot"
10164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10165 #  algorithm: "plot_nf_heatmap"
10166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
10167 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10168 #  filter: "'NIC_Intel-XL710' and
10169 #           'NF_DENSITY' and
10170 #           'DOCKER' and
10171 #           'CHAIN' and
10172 #           'NF_VPPIP4' and
10173 #           'IPSEC' and
10174 #           'TNL_1000' and
10175 #           'IMIX' and
10176 #           '2T2C' and
10177 #           'MRR'"
10178 #  parameters:
10179 #  - "result"
10180 #  - "name"
10181 #  - "tags"
10182 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10183 #  x-axis: "X = CNFs per Service Chain"
10184 #  y-axis: "Y = Number of Service Chains"
10185 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10186 #  layout:
10187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10188 #    layout: "plot-service-density"
10189 #
10190 #- type: "plot"
10191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10192 #  algorithm: "plot_nf_heatmap"
10193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
10194 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10195 #  filter: "'NIC_Intel-XL710' and
10196 #           'NF_DENSITY' and
10197 #           'DOCKER' and
10198 #           'CHAIN' and
10199 #           'NF_VPPIP4' and
10200 #           'IPSEC' and
10201 #           'TNL_1000' and
10202 #           'IMIX' and
10203 #           '4T4C' and
10204 #           'MRR'"
10205 #  parameters:
10206 #  - "result"
10207 #  - "name"
10208 #  - "tags"
10209 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10210 #  x-axis: "X = CNFs per Service Chain"
10211 #  y-axis: "Y = Number of Service Chains"
10212 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10213 #  layout:
10214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10215 #    layout: "plot-service-density"
10216
10217 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10218 #- type: "plot"
10219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10220 #  algorithm: "plot_nf_heatmap"
10221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
10222 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10223 #  filter: "'NIC_Intel-XL710' and
10224 #           'NF_DENSITY' and
10225 #           'DOCKER' and
10226 #           'CHAIN' and
10227 #           'NF_VPPIP4' and
10228 #           'IPSEC' and
10229 #           'TNL_1000' and
10230 #           'IMIX' and
10231 #           '1T1C' and
10232 #           'NDRPDR'"
10233 #  parameters:
10234 #  - "throughput"
10235 #  - "name"
10236 #  - "tags"
10237 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10238 #  x-axis: "X = CNFs per Service Chain"
10239 #  y-axis: "Y = Number of Service Chains"
10240 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10241 #  layout:
10242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10243 #    layout: "plot-service-density"
10244 #
10245 #- type: "plot"
10246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10247 #  algorithm: "plot_nf_heatmap"
10248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
10249 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10250 #  filter: "'NIC_Intel-XL710' and
10251 #           'NF_DENSITY' and
10252 #           'DOCKER' and
10253 #           'CHAIN' and
10254 #           'NF_VPPIP4' and
10255 #           'IPSEC' and
10256 #           'TNL_1000' and
10257 #           'IMIX' and
10258 #           '2T2C' and
10259 #           'NDRPDR'"
10260 #  parameters:
10261 #  - "throughput"
10262 #  - "name"
10263 #  - "tags"
10264 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10265 #  x-axis: "X = CNFs per Service Chain"
10266 #  y-axis: "Y = Number of Service Chains"
10267 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10268 #  layout:
10269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10270 #    layout: "plot-service-density"
10271 #
10272 #- type: "plot"
10273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10274 #  algorithm: "plot_nf_heatmap"
10275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10276 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10277 #  filter: "'NIC_Intel-XL710' and
10278 #           'NF_DENSITY' and
10279 #           'DOCKER' and
10280 #           'CHAIN' and
10281 #           'NF_VPPIP4' and
10282 #           'IPSEC' and
10283 #           'TNL_1000' and
10284 #           'IMIX' and
10285 #           '4T4C' and
10286 #           'NDRPDR'"
10287 #  parameters:
10288 #  - "throughput"
10289 #  - "name"
10290 #  - "tags"
10291 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10292 #  x-axis: "X = CNFs per Service Chain"
10293 #  y-axis: "Y = Number of Service Chains"
10294 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10295 #  layout:
10296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10297 #    layout: "plot-service-density"
10298 #
10299 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10300 #- type: "plot"
10301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10302 #  algorithm: "plot_nf_heatmap"
10303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10304 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10305 #  filter: "'NIC_Intel-XL710' and
10306 #           'NF_DENSITY' and
10307 #           'DOCKER' and
10308 #           'CHAIN' and
10309 #           'NF_VPPIP4' and
10310 #           'IPSEC' and
10311 #           'TNL_1000' and
10312 #           'IMIX' and
10313 #           '1T1C' and
10314 #           'NDRPDR'"
10315 #  parameters:
10316 #  - "throughput"
10317 #  - "name"
10318 #  - "tags"
10319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10320 #  x-axis: "X = CNFs per Service Chain"
10321 #  y-axis: "Y = Number of Service Chains"
10322 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10323 #  layout:
10324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10325 #    layout: "plot-service-density"
10326 #
10327 #- type: "plot"
10328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10329 #  algorithm: "plot_nf_heatmap"
10330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10331 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10332 #  filter: "'NIC_Intel-XL710' and
10333 #           'NF_DENSITY' and
10334 #           'DOCKER' and
10335 #           'CHAIN' and
10336 #           'NF_VPPIP4' and
10337 #           'IPSEC' and
10338 #           'TNL_1000' and
10339 #           'IMIX' and
10340 #           '2T2C' and
10341 #           'NDRPDR'"
10342 #  parameters:
10343 #  - "throughput"
10344 #  - "name"
10345 #  - "tags"
10346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10347 #  x-axis: "X = CNFs per Service Chain"
10348 #  y-axis: "Y = Number of Service Chains"
10349 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10350 #  layout:
10351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10352 #    layout: "plot-service-density"
10353 #
10354 #- type: "plot"
10355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10356 #  algorithm: "plot_nf_heatmap"
10357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10358 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10359 #  filter: "'NIC_Intel-XL710' and
10360 #           'NF_DENSITY' and
10361 #           'DOCKER' and
10362 #           'CHAIN' and
10363 #           'NF_VPPIP4' and
10364 #           'IPSEC' and
10365 #           'TNL_1000' and
10366 #           'IMIX' and
10367 #           '4T4C' and
10368 #           'NDRPDR'"
10369 #  parameters:
10370 #  - "throughput"
10371 #  - "name"
10372 #  - "tags"
10373 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10374 #  x-axis: "X = CNFs per Service Chain"
10375 #  y-axis: "Y = Number of Service Chains"
10376 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10377 #  layout:
10378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10379 #    layout: "plot-service-density"
10380
10381 ###############################################################################
10382
10383 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10384 #- type: "plot"
10385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10386 #  algorithm: "plot_nf_heatmap"
10387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10388 #  data: "plot-vpp-nfv-3n-skx-mrr"
10389 #  filter: "'NIC_Intel-XXV710' and
10390 #           'NF_DENSITY' and
10391 #           'DOCKER' and
10392 #           'CHAIN' and
10393 #           'NF_VPPIP4' and
10394 #           'IPSEC' and
10395 #           'TNL_10000' and
10396 #           'IMIX' and
10397 #           '2T1C' and
10398 #           'MRR'"
10399 #  parameters:
10400 #  - "result"
10401 #  - "name"
10402 #  - "tags"
10403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10404 #  x-axis: "X = CNFs per Service Chain"
10405 #  y-axis: "Y = Number of Service Chains"
10406 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10407 #  layout:
10408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10409 #    layout: "plot-service-density"
10410 #
10411 #- type: "plot"
10412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10413 #  algorithm: "plot_nf_heatmap"
10414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10415 #  data: "plot-vpp-nfv-3n-skx-mrr"
10416 #  filter: "'NIC_Intel-XXV710' and
10417 #           'NF_DENSITY' and
10418 #           'DOCKER' and
10419 #           'CHAIN' and
10420 #           'NF_VPPIP4' and
10421 #           'IPSEC' and
10422 #           'TNL_10000' and
10423 #           'IMIX' and
10424 #           '4T2C' and
10425 #           'MRR'"
10426 #  parameters:
10427 #  - "result"
10428 #  - "name"
10429 #  - "tags"
10430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10431 #  x-axis: "X = CNFs per Service Chain"
10432 #  y-axis: "Y = Number of Service Chains"
10433 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10434 #  layout:
10435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10436 #    layout: "plot-service-density"
10437 #
10438 #- type: "plot"
10439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10440 #  algorithm: "plot_nf_heatmap"
10441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10442 #  data: "plot-vpp-nfv-3n-skx-mrr"
10443 #  filter: "'NIC_Intel-XXV710' and
10444 #           'NF_DENSITY' and
10445 #           'DOCKER' and
10446 #           'CHAIN' and
10447 #           'NF_VPPIP4' and
10448 #           'IPSEC' and
10449 #           'TNL_10000' and
10450 #           'IMIX' and
10451 #           '8T4C' and
10452 #           'MRR'"
10453 #  parameters:
10454 #  - "result"
10455 #  - "name"
10456 #  - "tags"
10457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10458 #  x-axis: "X = CNFs per Service Chain"
10459 #  y-axis: "Y = Number of Service Chains"
10460 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10461 #  layout:
10462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10463 #    layout: "plot-service-density"
10464
10465 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10466 - type: "plot"
10467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10468   algorithm: "plot_nf_heatmap"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10470   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'DOCKER' and
10474            'CHAIN' and
10475            'NF_VPPIP4' and
10476            'IPSEC' and
10477            'TNL_10000' and
10478            'IMIX' and
10479            '2T1C' and
10480            'NDRPDR'"
10481   parameters:
10482   - "throughput"
10483   - "name"
10484   - "tags"
10485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10486   x-axis: "X = CNFs per Service Chain"
10487   y-axis: "Y = Number of Service Chains"
10488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10489   layout:
10490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10491     layout: "plot-service-density"
10492
10493 - type: "plot"
10494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10495   algorithm: "plot_nf_heatmap"
10496   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10497   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10498   filter: "'NIC_Intel-XXV710' and
10499            'NF_DENSITY' and
10500            'DOCKER' and
10501            'CHAIN' and
10502            'NF_VPPIP4' and
10503            'IPSEC' and
10504            'TNL_10000' and
10505            'IMIX' and
10506            '4T2C' and
10507            'NDRPDR'"
10508   parameters:
10509   - "throughput"
10510   - "name"
10511   - "tags"
10512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10513   x-axis: "X = CNFs per Service Chain"
10514   y-axis: "Y = Number of Service Chains"
10515   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10516   layout:
10517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10518     layout: "plot-service-density"
10519
10520 - type: "plot"
10521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10522   algorithm: "plot_nf_heatmap"
10523   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10524   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10525   filter: "'NIC_Intel-XXV710' and
10526            'NF_DENSITY' and
10527            'DOCKER' and
10528            'CHAIN' and
10529            'NF_VPPIP4' and
10530            'IPSEC' and
10531            'TNL_10000' and
10532            'IMIX' and
10533            '8T4C' and
10534            'NDRPDR'"
10535   parameters:
10536   - "throughput"
10537   - "name"
10538   - "tags"
10539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10540   x-axis: "X = CNFs per Service Chain"
10541   y-axis: "Y = Number of Service Chains"
10542   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10543   layout:
10544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10545     layout: "plot-service-density"
10546
10547 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10548 - type: "plot"
10549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10550   algorithm: "plot_nf_heatmap"
10551   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10552   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10553   filter: "'NIC_Intel-XXV710' and
10554            'NF_DENSITY' and
10555            'DOCKER' and
10556            'CHAIN' and
10557            'NF_VPPIP4' and
10558            'IPSEC' and
10559            'TNL_10000' and
10560            'IMIX' and
10561            '2T1C' and
10562            'NDRPDR'"
10563   parameters:
10564   - "throughput"
10565   - "name"
10566   - "tags"
10567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10568   x-axis: "X = CNFs per Service Chain"
10569   y-axis: "Y = Number of Service Chains"
10570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10571   layout:
10572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10573     layout: "plot-service-density"
10574
10575 - type: "plot"
10576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10577   algorithm: "plot_nf_heatmap"
10578   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10579   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10580   filter: "'NIC_Intel-XXV710' and
10581            'NF_DENSITY' and
10582            'DOCKER' and
10583            'CHAIN' and
10584            'NF_VPPIP4' and
10585            'IPSEC' and
10586            'TNL_10000' and
10587            'IMIX' and
10588            '4T2C' and
10589            'NDRPDR'"
10590   parameters:
10591   - "throughput"
10592   - "name"
10593   - "tags"
10594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10595   x-axis: "X = CNFs per Service Chain"
10596   y-axis: "Y = Number of Service Chains"
10597   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10598   layout:
10599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10600     layout: "plot-service-density"
10601
10602 - type: "plot"
10603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10604   algorithm: "plot_nf_heatmap"
10605   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10606   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10607   filter: "'NIC_Intel-XXV710' and
10608            'NF_DENSITY' and
10609            'DOCKER' and
10610            'CHAIN' and
10611            'NF_VPPIP4' and
10612            'IPSEC' and
10613            'TNL_10000' and
10614            'IMIX' and
10615            '8T4C' and
10616            'NDRPDR'"
10617   parameters:
10618   - "throughput"
10619   - "name"
10620   - "tags"
10621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10622   x-axis: "X = CNFs per Service Chain"
10623   y-axis: "Y = Number of Service Chains"
10624   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10625   layout:
10626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10627     layout: "plot-service-density"
10628
10629 ###############################################################################
10630
10631 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10632 #- type: "plot"
10633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10634 #  algorithm: "plot_nf_heatmap"
10635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10636 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10637 #  filter: "'NIC_Intel-XL710' and
10638 #           'NF_DENSITY' and
10639 #           'DOCKER' and
10640 #           'CHAIN' and
10641 #           'NF_VPPIP4' and
10642 #           'IMIX' and
10643 #           'TNL_10000' and
10644 #           '1T1C' and
10645 #           'MRR'"
10646 #  parameters:
10647 #  - "result"
10648 #  - "name"
10649 #  - "tags"
10650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10651 #  x-axis: "X = CNFs per Service Chain"
10652 #  y-axis: "Y = Number of Service Chains"
10653 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10654 #  layout:
10655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10656 #    layout: "plot-service-density"
10657 #
10658 #- type: "plot"
10659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10660 #  algorithm: "plot_nf_heatmap"
10661 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10662 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10663 #  filter: "'NIC_Intel-XL710' and
10664 #           'NF_DENSITY' and
10665 #           'DOCKER' and
10666 #           'CHAIN' and
10667 #           'NF_VPPIP4' and
10668 #           'IPSEC' and
10669 #           'TNL_10000' and
10670 #           'IMIX' and
10671 #           '2T2C' and
10672 #           'MRR'"
10673 #  parameters:
10674 #  - "result"
10675 #  - "name"
10676 #  - "tags"
10677 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10678 #  x-axis: "X = CNFs per Service Chain"
10679 #  y-axis: "Y = Number of Service Chains"
10680 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10681 #  layout:
10682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10683 #    layout: "plot-service-density"
10684 #
10685 #- type: "plot"
10686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10687 #  algorithm: "plot_nf_heatmap"
10688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10689 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10690 #  filter: "'NIC_Intel-XL710' and
10691 #           'NF_DENSITY' and
10692 #           'DOCKER' and
10693 #           'CHAIN' and
10694 #           'NF_VPPIP4' and
10695 #           'IPSEC' and
10696 #           'TNL_10000' and
10697 #           'IMIX' and
10698 #           '4T4C' and
10699 #           'MRR'"
10700 #  parameters:
10701 #  - "result"
10702 #  - "name"
10703 #  - "tags"
10704 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10705 #  x-axis: "X = CNFs per Service Chain"
10706 #  y-axis: "Y = Number of Service Chains"
10707 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10708 #  layout:
10709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10710 #    layout: "plot-service-density"
10711
10712 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10713 #- type: "plot"
10714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10715 #  algorithm: "plot_nf_heatmap"
10716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10717 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10718 #  filter: "'NIC_Intel-XL710' and
10719 #           'NF_DENSITY' and
10720 #           'DOCKER' and
10721 #           'CHAIN' and
10722 #           'NF_VPPIP4' and
10723 #           'IPSEC' and
10724 #           'TNL_10000' and
10725 #           'IMIX' and
10726 #           '1T1C' and
10727 #           'NDRPDR'"
10728 #  parameters:
10729 #  - "throughput"
10730 #  - "name"
10731 #  - "tags"
10732 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10733 #  x-axis: "X = CNFs per Service Chain"
10734 #  y-axis: "Y = Number of Service Chains"
10735 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10736 #  layout:
10737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10738 #    layout: "plot-service-density"
10739 #
10740 #- type: "plot"
10741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10742 #  algorithm: "plot_nf_heatmap"
10743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10744 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10745 #  filter: "'NIC_Intel-XL710' and
10746 #           'NF_DENSITY' and
10747 #           'DOCKER' and
10748 #           'CHAIN' and
10749 #           'NF_VPPIP4' and
10750 #           'IPSEC' and
10751 #           'TNL_10000' and
10752 #           'IMIX' and
10753 #           '2T2C' and
10754 #           'NDRPDR'"
10755 #  parameters:
10756 #  - "throughput"
10757 #  - "name"
10758 #  - "tags"
10759 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10760 #  x-axis: "X = CNFs per Service Chain"
10761 #  y-axis: "Y = Number of Service Chains"
10762 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10763 #  layout:
10764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10765 #    layout: "plot-service-density"
10766 #
10767 #- type: "plot"
10768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10769 #  algorithm: "plot_nf_heatmap"
10770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10771 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10772 #  filter: "'NIC_Intel-XL710' and
10773 #           'NF_DENSITY' and
10774 #           'DOCKER' and
10775 #           'CHAIN' and
10776 #           'NF_VPPIP4' and
10777 #           'IPSEC' and
10778 #           'TNL_10000' and
10779 #           'IMIX' and
10780 #           '4T4C' and
10781 #           'NDRPDR'"
10782 #  parameters:
10783 #  - "throughput"
10784 #  - "name"
10785 #  - "tags"
10786 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10787 #  x-axis: "X = CNFs per Service Chain"
10788 #  y-axis: "Y = Number of Service Chains"
10789 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10790 #  layout:
10791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10792 #    layout: "plot-service-density"
10793 #
10794 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10795 #- type: "plot"
10796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10797 #  algorithm: "plot_nf_heatmap"
10798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10799 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10800 #  filter: "'NIC_Intel-XL710' and
10801 #           'NF_DENSITY' and
10802 #           'DOCKER' and
10803 #           'CHAIN' and
10804 #           'NF_VPPIP4' and
10805 #           'IPSEC' and
10806 #           'TNL_10000' and
10807 #           'IMIX' and
10808 #           '1T1C' and
10809 #           'NDRPDR'"
10810 #  parameters:
10811 #  - "throughput"
10812 #  - "name"
10813 #  - "tags"
10814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10815 #  x-axis: "X = CNFs per Service Chain"
10816 #  y-axis: "Y = Number of Service Chains"
10817 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10818 #  layout:
10819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10820 #    layout: "plot-service-density"
10821 #
10822 #- type: "plot"
10823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10824 #  algorithm: "plot_nf_heatmap"
10825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10826 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10827 #  filter: "'NIC_Intel-XL710' and
10828 #           'NF_DENSITY' and
10829 #           'DOCKER' and
10830 #           'CHAIN' and
10831 #           'NF_VPPIP4' and
10832 #           'IPSEC' and
10833 #           'TNL_10000' and
10834 #           'IMIX' and
10835 #           '2T2C' and
10836 #           'NDRPDR'"
10837 #  parameters:
10838 #  - "throughput"
10839 #  - "name"
10840 #  - "tags"
10841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10842 #  x-axis: "X = CNFs per Service Chain"
10843 #  y-axis: "Y = Number of Service Chains"
10844 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10845 #  layout:
10846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10847 #    layout: "plot-service-density"
10848 #
10849 #- type: "plot"
10850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10851 #  algorithm: "plot_nf_heatmap"
10852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10853 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10854 #  filter: "'NIC_Intel-XL710' and
10855 #           'NF_DENSITY' and
10856 #           'DOCKER' and
10857 #           'CHAIN' and
10858 #           'NF_VPPIP4' and
10859 #           'IPSEC' and
10860 #           'TNL_10000' and
10861 #           'IMIX' and
10862 #           '4T4C' and
10863 #           'NDRPDR'"
10864 #  parameters:
10865 #  - "throughput"
10866 #  - "name"
10867 #  - "tags"
10868 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10869 #  x-axis: "X = CNFs per Service Chain"
10870 #  y-axis: "Y = Number of Service Chains"
10871 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10872 #  layout:
10873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10874 #    layout: "plot-service-density"
10875
10876 ###############################################################################
10877
10878 # Plots - NF Density - CSP - MRR IMIX
10879 - type: "plot"
10880   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10881   algorithm: "plot_nf_heatmap"
10882   output-file-type: ".html"
10883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10884   data: "plot-vpp-nfv-2n-skx-mrr"
10885   filter: "'NIC_Intel-XXV710' and
10886            'NF_DENSITY' and
10887            'DOCKER' and
10888            'PIPELINE' and
10889            'NF_VPPIP4' and
10890            'IMIX' and
10891            '2T1C' and
10892            'MRR'"
10893   parameters:
10894   - "result"
10895   - "name"
10896   - "tags"
10897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10898   x-axis: "X = CNFs per Service Pipeline"
10899   y-axis: "Y = Number of Service Pipelines"
10900   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10901   layout:
10902     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10903     layout: "plot-service-density"
10904
10905 - type: "plot"
10906   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10907   algorithm: "plot_nf_heatmap"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10910   data: "plot-vpp-nfv-2n-skx-mrr"
10911   filter: "'NIC_Intel-XXV710' and
10912            'NF_DENSITY' and
10913            'DOCKER' and
10914            'PIPELINE' and
10915            'NF_VPPIP4' and
10916            'IMIX' and
10917            '4T2C' and
10918            'MRR'"
10919   parameters:
10920   - "result"
10921   - "name"
10922   - "tags"
10923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10924   x-axis: "X = CNFs per Service Pipeline"
10925   y-axis: "Y = Number of Service Pipelines"
10926   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10927   layout:
10928     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10929     layout: "plot-service-density"
10930
10931 - type: "plot"
10932   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10933   algorithm: "plot_nf_heatmap"
10934   output-file-type: ".html"
10935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10936   data: "plot-vpp-nfv-2n-skx-mrr"
10937   filter: "'NIC_Intel-XXV710' and
10938            'NF_DENSITY' and
10939            'DOCKER' and
10940            'PIPELINE' and
10941            'NF_VPPIP4' and
10942            'IMIX' and
10943            '8T4C' and
10944            'MRR'"
10945   parameters:
10946   - "result"
10947   - "name"
10948   - "tags"
10949   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10950   x-axis: "X = CNFs per Service Pipeline"
10951   y-axis: "Y = Number of Service Pipelines"
10952   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10953   layout:
10954     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10955     layout: "plot-service-density"
10956
10957 # Plots - NF Density - CSP - NDR IMIX
10958 - type: "plot"
10959   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10960   algorithm: "plot_nf_heatmap"
10961   output-file-type: ".html"
10962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10963   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10964   filter: "'NIC_Intel-XXV710' and
10965            'NF_DENSITY' and
10966            'DOCKER' and
10967            'PIPELINE' and
10968            'NF_VPPIP4' and
10969            'IMIX' and
10970            '2T1C' and
10971            'NDRPDR'"
10972   parameters:
10973   - "throughput"
10974   - "name"
10975   - "tags"
10976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10977   x-axis: "X = CNFs per Service Pipeline"
10978   y-axis: "Y = Number of Service Pipelines"
10979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10980   layout:
10981     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10982     layout: "plot-service-density"
10983
10984 - type: "plot"
10985   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10986   algorithm: "plot_nf_heatmap"
10987   output-file-type: ".html"
10988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10989   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10990   filter: "'NIC_Intel-XXV710' and
10991            'NF_DENSITY' and
10992            'DOCKER' and
10993            'PIPELINE' and
10994            'NF_VPPIP4' and
10995            'IMIX' and
10996            '4T2C' and
10997            'NDRPDR'"
10998   parameters:
10999   - "throughput"
11000   - "name"
11001   - "tags"
11002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11003   x-axis: "X = CNFs per Service Pipeline"
11004   y-axis: "Y = Number of Service Pipelines"
11005   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11006   layout:
11007     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11008     layout: "plot-service-density"
11009
11010 - type: "plot"
11011   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11012   algorithm: "plot_nf_heatmap"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11015   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11016   filter: "'NIC_Intel-XXV710' and
11017            'NF_DENSITY' and
11018            'DOCKER' and
11019            'PIPELINE' and
11020            'NF_VPPIP4' and
11021            'IMIX' and
11022            '8T4C' and
11023            'NDRPDR'"
11024   parameters:
11025   - "throughput"
11026   - "name"
11027   - "tags"
11028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11029   x-axis: "X = CNFs per Service Pipeline"
11030   y-axis: "Y = Number of Service Pipelines"
11031   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11032   layout:
11033     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11034     layout: "plot-service-density"
11035
11036 # Plots - NF Density - CSP - PDR IMIX
11037 - type: "plot"
11038   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11039   algorithm: "plot_nf_heatmap"
11040   output-file-type: ".html"
11041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11042   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11043   filter: "'NIC_Intel-XXV710' and
11044            'NF_DENSITY' and
11045            'DOCKER' and
11046            'PIPELINE' and
11047            'NF_VPPIP4' and
11048            'IMIX' and
11049            '2T1C' and
11050            'NDRPDR'"
11051   parameters:
11052   - "throughput"
11053   - "name"
11054   - "tags"
11055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11056   x-axis: "X = CNFs per Service Pipeline"
11057   y-axis: "Y = Number of Service Pipelines"
11058   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11059   layout:
11060     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11061     layout: "plot-service-density"
11062
11063 - type: "plot"
11064   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11065   algorithm: "plot_nf_heatmap"
11066   output-file-type: ".html"
11067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11068   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11069   filter: "'NIC_Intel-XXV710' and
11070            'NF_DENSITY' and
11071            'DOCKER' and
11072            'PIPELINE' and
11073            'NF_VPPIP4' and
11074            'IMIX' and
11075            '4T2C' and
11076            'NDRPDR'"
11077   parameters:
11078   - "throughput"
11079   - "name"
11080   - "tags"
11081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11082   x-axis: "X = CNFs per Service Pipeline"
11083   y-axis: "Y = Number of Service Pipelines"
11084   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11085   layout:
11086     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11087     layout: "plot-service-density"
11088
11089 - type: "plot"
11090   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11091   algorithm: "plot_nf_heatmap"
11092   output-file-type: ".html"
11093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11094   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11095   filter: "'NIC_Intel-XXV710' and
11096            'NF_DENSITY' and
11097            'DOCKER' and
11098            'PIPELINE' and
11099            'NF_VPPIP4' and
11100            'IMIX' and
11101            '8T4C' and
11102            'NDRPDR'"
11103   parameters:
11104   - "throughput"
11105   - "name"
11106   - "tags"
11107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11108   x-axis: "X = CNFs per Service Pipeline"
11109   y-axis: "Y = Number of Service Pipelines"
11110   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11111   layout:
11112     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11113     layout: "plot-service-density"
11114
11115 ###############################################################################
11116 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11117
11118 - type: "plot"
11119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11120   algorithm: "plot_nf_heatmap"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11123   data: "plot-vpp-nfv-2n-clx-mrr"
11124   filter: "'NIC_Intel-XXV710' and
11125            'NF_DENSITY' and
11126            'VHOST' and
11127            not 'VXLAN' and
11128            'CHAIN' and
11129            'NF_VPPIP4' and
11130            'IMIX' and
11131            '2T1C' and
11132            'MRR'"
11133   parameters:
11134   - "result"
11135   - "name"
11136   - "tags"
11137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11138   x-axis: "X = VNFs per Service Chain"
11139   y-axis: "Y = Number of Service Chains"
11140   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11141   layout:
11142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11143     layout: "plot-service-density"
11144
11145 - type: "plot"
11146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11147   algorithm: "plot_nf_heatmap"
11148   output-file-type: ".html"
11149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
11150   data: "plot-vpp-nfv-2n-clx-mrr"
11151   filter: "'NIC_Intel-XXV710' and
11152            'NF_DENSITY' and
11153            'VHOST' and
11154            not 'VXLAN' and
11155            'CHAIN' and
11156            'NF_VPPIP4' and
11157            'IMIX' and
11158            '4T2C' and
11159            'MRR'"
11160   parameters:
11161   - "result"
11162   - "name"
11163   - "tags"
11164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11165   x-axis: "X = VNFs per Service Chain"
11166   y-axis: "Y = Number of Service Chains"
11167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11168   layout:
11169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11170     layout: "plot-service-density"
11171
11172 - type: "plot"
11173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11174   algorithm: "plot_nf_heatmap"
11175   output-file-type: ".html"
11176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
11177   data: "plot-vpp-nfv-2n-clx-mrr"
11178   filter: "'NIC_Intel-XXV710' and
11179            'NF_DENSITY' and
11180            'VHOST' and
11181            not 'VXLAN' and
11182            'CHAIN' and
11183            'NF_VPPIP4' and
11184            'IMIX' and
11185            '8T4C' and
11186            'MRR'"
11187   parameters:
11188   - "result"
11189   - "name"
11190   - "tags"
11191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11192   x-axis: "X = VNFs per Service Chain"
11193   y-axis: "Y = Number of Service Chains"
11194   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11195   layout:
11196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11197     layout: "plot-service-density"
11198
11199 # Plots - NF Density - VSC - NDR IMIX
11200 - type: "plot"
11201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11202   algorithm: "plot_nf_heatmap"
11203   output-file-type: ".html"
11204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
11205   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11206   filter: "'NIC_Intel-XXV710' and
11207            'NF_DENSITY' and
11208            'VHOST' and
11209            not 'VXLAN' and
11210            'CHAIN' and
11211            'NF_VPPIP4' and
11212            'IMIX' and
11213            '2T1C' and
11214            'NDRPDR'"
11215   parameters:
11216   - "throughput"
11217   - "name"
11218   - "tags"
11219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11220   x-axis: "X = VNFs per Service Chain"
11221   y-axis: "Y = Number of Service Chains"
11222   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11223   layout:
11224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11225     layout: "plot-service-density"
11226
11227 - type: "plot"
11228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11229   algorithm: "plot_nf_heatmap"
11230   output-file-type: ".html"
11231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
11232   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11233   filter: "'NIC_Intel-XXV710' and
11234            'NF_DENSITY' and
11235            'VHOST' and
11236            not 'VXLAN' and
11237            'CHAIN' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '4T2C' and
11241            'NDRPDR'"
11242   parameters:
11243   - "throughput"
11244   - "name"
11245   - "tags"
11246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = VNFs per Service Chain"
11248   y-axis: "Y = Number of Service Chains"
11249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11252     layout: "plot-service-density"
11253
11254 - type: "plot"
11255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11256   algorithm: "plot_nf_heatmap"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
11259   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11260   filter: "'NIC_Intel-XXV710' and
11261            'NF_DENSITY' and
11262            'VHOST' and
11263            not 'VXLAN' and
11264            'CHAIN' and
11265            'NF_VPPIP4' and
11266            'IMIX' and
11267            '8T4C' and
11268            'NDRPDR'"
11269   parameters:
11270   - "throughput"
11271   - "name"
11272   - "tags"
11273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11274   x-axis: "X = VNFs per Service Chain"
11275   y-axis: "Y = Number of Service Chains"
11276   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11277   layout:
11278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11279     layout: "plot-service-density"
11280
11281 # Plots - NF Density - VSC - PDR IMIX
11282 - type: "plot"
11283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11284   algorithm: "plot_nf_heatmap"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11287   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11288   filter: "'NIC_Intel-XXV710' and
11289            'NF_DENSITY' and
11290            'VHOST' and
11291            not 'VXLAN' and
11292            'CHAIN' and
11293            'NF_VPPIP4' and
11294            'IMIX' and
11295            '2T1C' and
11296            'NDRPDR'"
11297   parameters:
11298   - "throughput"
11299   - "name"
11300   - "tags"
11301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11302   x-axis: "X = VNFs per Service Chain"
11303   y-axis: "Y = Number of Service Chains"
11304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11305   layout:
11306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11307     layout: "plot-service-density"
11308
11309 - type: "plot"
11310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11311   algorithm: "plot_nf_heatmap"
11312   output-file-type: ".html"
11313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11314   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11315   filter: "'NIC_Intel-XXV710' and
11316            'NF_DENSITY' and
11317            'VHOST' and
11318            not 'VXLAN' and
11319            'CHAIN' and
11320            'NF_VPPIP4' and
11321            'IMIX' and
11322            '4T2C' and
11323            'NDRPDR'"
11324   parameters:
11325   - "throughput"
11326   - "name"
11327   - "tags"
11328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11329   x-axis: "X = VNFs per Service Chain"
11330   y-axis: "Y = Number of Service Chains"
11331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11332   layout:
11333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11334     layout: "plot-service-density"
11335
11336 - type: "plot"
11337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11338   algorithm: "plot_nf_heatmap"
11339   output-file-type: ".html"
11340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11341   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11342   filter: "'NIC_Intel-XXV710' and
11343            'NF_DENSITY' and
11344            'VHOST' and
11345            not 'VXLAN' and
11346            'CHAIN' and
11347            'NF_VPPIP4' and
11348            'IMIX' and
11349            '8T4C' and
11350            'NDRPDR'"
11351   parameters:
11352   - "throughput"
11353   - "name"
11354   - "tags"
11355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11356   x-axis: "X = VNFs per Service Chain"
11357   y-axis: "Y = Number of Service Chains"
11358   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11359   layout:
11360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11361     layout: "plot-service-density"
11362
11363 # Plots - NF Density - VSC - MRR IMIX
11364 - type: "plot"
11365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11366   algorithm: "plot_nf_heatmap"
11367   output-file-type: ".html"
11368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11369   data: "plot-vpp-nfv-2n-clx-mrr"
11370   filter: "'NIC_Intel-XXV710' and
11371            'NF_DENSITY' and
11372            'VHOST' and
11373            'VXLAN' and
11374            'CHAIN' and
11375            'IMIX' and
11376            '2T1C' and
11377            'MRR'"
11378   parameters:
11379   - "result"
11380   - "name"
11381   - "tags"
11382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11383   x-axis: "X = VNFs per Service Chain"
11384   y-axis: "Y = Number of Service Chains"
11385   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11386   layout:
11387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11388     layout: "plot-service-density"
11389
11390 - type: "plot"
11391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11392   algorithm: "plot_nf_heatmap"
11393   output-file-type: ".html"
11394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11395   data: "plot-vpp-nfv-2n-clx-mrr"
11396   filter: "'NIC_Intel-XXV710' and
11397            'NF_DENSITY' and
11398            'VHOST' and
11399            'VXLAN' and
11400            'CHAIN' and
11401            'IMIX' and
11402            '4T2C' and
11403            'MRR'"
11404   parameters:
11405   - "result"
11406   - "name"
11407   - "tags"
11408   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11409   x-axis: "X = VNFs per Service Chain"
11410   y-axis: "Y = Number of Service Chains"
11411   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11412   layout:
11413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11414     layout: "plot-service-density"
11415
11416 - type: "plot"
11417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11418   algorithm: "plot_nf_heatmap"
11419   output-file-type: ".html"
11420   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11421   data: "plot-vpp-nfv-2n-clx-mrr"
11422   filter: "'NIC_Intel-XXV710' and
11423            'NF_DENSITY' and
11424            'VHOST' and
11425            'VXLAN' and
11426            'CHAIN' and
11427            'IMIX' and
11428            '8T4C' and
11429            'MRR'"
11430   parameters:
11431   - "result"
11432   - "name"
11433   - "tags"
11434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11435   x-axis: "X = VNFs per Service Chain"
11436   y-axis: "Y = Number of Service Chains"
11437   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11438   layout:
11439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11440     layout: "plot-service-density"
11441
11442 # Plots - NF Density - VSC - NDR IMIX
11443 - type: "plot"
11444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11445   algorithm: "plot_nf_heatmap"
11446   output-file-type: ".html"
11447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11448   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11449   filter: "'NIC_Intel-XXV710' and
11450            'NF_DENSITY' and
11451            'VHOST' and
11452            'VXLAN' and
11453            'CHAIN' and
11454            'IMIX' and
11455            '2T1C' and
11456            'NDRPDR'"
11457   parameters:
11458   - "throughput"
11459   - "name"
11460   - "tags"
11461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11462   x-axis: "X = VNFs per Service Chain"
11463   y-axis: "Y = Number of Service Chains"
11464   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11465   layout:
11466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11467     layout: "plot-service-density"
11468
11469 - type: "plot"
11470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11471   algorithm: "plot_nf_heatmap"
11472   output-file-type: ".html"
11473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11474   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11475   filter: "'NIC_Intel-XXV710' and
11476            'NF_DENSITY' and
11477            'VHOST' and
11478            'VXLAN' and
11479            'CHAIN' and
11480            'IMIX' and
11481            '4T2C' and
11482            'NDRPDR'"
11483   parameters:
11484   - "throughput"
11485   - "name"
11486   - "tags"
11487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11488   x-axis: "X = VNFs per Service Chain"
11489   y-axis: "Y = Number of Service Chains"
11490   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11491   layout:
11492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11493     layout: "plot-service-density"
11494
11495 - type: "plot"
11496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11497   algorithm: "plot_nf_heatmap"
11498   output-file-type: ".html"
11499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11500   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11501   filter: "'NIC_Intel-XXV710' and
11502            'NF_DENSITY' and
11503            'VHOST' and
11504            'VXLAN' and
11505            'CHAIN' and
11506            'IMIX' and
11507            '8T4C' and
11508            'NDRPDR'"
11509   parameters:
11510   - "throughput"
11511   - "name"
11512   - "tags"
11513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11514   x-axis: "X = VNFs per Service Chain"
11515   y-axis: "Y = Number of Service Chains"
11516   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11517   layout:
11518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11519     layout: "plot-service-density"
11520
11521 # Plots - NF Density - VSC - PDR IMIX
11522 - type: "plot"
11523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11524   algorithm: "plot_nf_heatmap"
11525   output-file-type: ".html"
11526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11527   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11528   filter: "'NIC_Intel-XXV710' and
11529            'NF_DENSITY' and
11530            'VHOST' and
11531            'VXLAN' and
11532            'CHAIN' and
11533            'IMIX' and
11534            '2T1C' and
11535            'NDRPDR'"
11536   parameters:
11537   - "throughput"
11538   - "name"
11539   - "tags"
11540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11541   x-axis: "X = VNFs per Service Chain"
11542   y-axis: "Y = Number of Service Chains"
11543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11544   layout:
11545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11546     layout: "plot-service-density"
11547
11548 - type: "plot"
11549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11550   algorithm: "plot_nf_heatmap"
11551   output-file-type: ".html"
11552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11553   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11554   filter: "'NIC_Intel-XXV710' and
11555            'NF_DENSITY' and
11556            'VHOST' and
11557            'VXLAN' and
11558            'CHAIN' and
11559            'IMIX' and
11560            '4T2C' and
11561            'NDRPDR'"
11562   parameters:
11563   - "throughput"
11564   - "name"
11565   - "tags"
11566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11567   x-axis: "X = VNFs per Service Chain"
11568   y-axis: "Y = Number of Service Chains"
11569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11570   layout:
11571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11572     layout: "plot-service-density"
11573
11574 - type: "plot"
11575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11576   algorithm: "plot_nf_heatmap"
11577   output-file-type: ".html"
11578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11579   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11580   filter: "'NIC_Intel-XXV710' and
11581            'NF_DENSITY' and
11582            'VHOST' and
11583            'VXLAN' and
11584            'CHAIN' and
11585            'IMIX' and
11586            '8T4C' and
11587            'NDRPDR'"
11588   parameters:
11589   - "throughput"
11590   - "name"
11591   - "tags"
11592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11593   x-axis: "X = VNFs per Service Chain"
11594   y-axis: "Y = Number of Service Chains"
11595   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11596   layout:
11597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11598     layout: "plot-service-density"
11599
11600 # Plots - NF Density - CSC - MRR IMIX
11601 - type: "plot"
11602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11603   algorithm: "plot_nf_heatmap"
11604   output-file-type: ".html"
11605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11606   data: "plot-vpp-nfv-2n-clx-mrr"
11607   filter: "'NIC_Intel-XXV710' and
11608            'NF_DENSITY' and
11609            'DOCKER' and
11610            'CHAIN' and
11611            'NF_VPPIP4' and
11612            'IMIX' and
11613            '2T1C' and
11614            'MRR'"
11615   parameters:
11616   - "result"
11617   - "name"
11618   - "tags"
11619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11620   x-axis: "X = CNFs per Service Chain"
11621   y-axis: "Y = Number of Service Chains"
11622   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11623   layout:
11624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11625     layout: "plot-service-density"
11626
11627 - type: "plot"
11628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11629   algorithm: "plot_nf_heatmap"
11630   output-file-type: ".html"
11631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11632   data: "plot-vpp-nfv-2n-clx-mrr"
11633   filter: "'NIC_Intel-XXV710' and
11634            'NF_DENSITY' and
11635            'DOCKER' and
11636            'CHAIN' and
11637            'NF_VPPIP4' and
11638            'IMIX' and
11639            '4T2C' and
11640            'MRR'"
11641   parameters:
11642   - "result"
11643   - "name"
11644   - "tags"
11645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11646   x-axis: "X = CNFs per Service Chain"
11647   y-axis: "Y = Number of Service Chains"
11648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11649   layout:
11650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11651     layout: "plot-service-density"
11652
11653 - type: "plot"
11654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11655   algorithm: "plot_nf_heatmap"
11656   output-file-type: ".html"
11657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11658   data: "plot-vpp-nfv-2n-clx-mrr"
11659   filter: "'NIC_Intel-XXV710' and
11660            'NF_DENSITY' and
11661            'DOCKER' and
11662            'CHAIN' and
11663            'NF_VPPIP4' and
11664            'IMIX' and
11665            '8T4C' and
11666            'MRR'"
11667   parameters:
11668   - "result"
11669   - "name"
11670   - "tags"
11671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11672   x-axis: "X = CNFs per Service Chain"
11673   y-axis: "Y = Number of Service Chains"
11674   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11675   layout:
11676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11677     layout: "plot-service-density"
11678
11679 # Plots - NF Density - CSC - NDR IMIX
11680 - type: "plot"
11681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11682   algorithm: "plot_nf_heatmap"
11683   output-file-type: ".html"
11684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11685   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11686   filter: "'NIC_Intel-XXV710' and
11687            'NF_DENSITY' and
11688            'DOCKER' and
11689            'CHAIN' and
11690            'NF_VPPIP4' and
11691            'IMIX' and
11692            '2T1C' and
11693            'NDRPDR'"
11694   parameters:
11695   - "throughput"
11696   - "name"
11697   - "tags"
11698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11699   x-axis: "X = CNFs per Service Chain"
11700   y-axis: "Y = Number of Service Chains"
11701   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11702   layout:
11703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11704     layout: "plot-service-density"
11705
11706 - type: "plot"
11707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11708   algorithm: "plot_nf_heatmap"
11709   output-file-type: ".html"
11710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11711   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11712   filter: "'NIC_Intel-XXV710' and
11713            'NF_DENSITY' and
11714            'DOCKER' and
11715            'CHAIN' and
11716            'NF_VPPIP4' and
11717            'IMIX' and
11718            '4T2C' and
11719            'NDRPDR'"
11720   parameters:
11721   - "throughput"
11722   - "name"
11723   - "tags"
11724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11725   x-axis: "X = CNFs per Service Chain"
11726   y-axis: "Y = Number of Service Chains"
11727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11728   layout:
11729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11730     layout: "plot-service-density"
11731
11732 - type: "plot"
11733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11734   algorithm: "plot_nf_heatmap"
11735   output-file-type: ".html"
11736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11737   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11738   filter: "'NIC_Intel-XXV710' and
11739            'NF_DENSITY' and
11740            'DOCKER' and
11741            'CHAIN' and
11742            'NF_VPPIP4' and
11743            'IMIX' and
11744            '8T4C' and
11745            'NDRPDR'"
11746   parameters:
11747   - "throughput"
11748   - "name"
11749   - "tags"
11750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11751   x-axis: "X = CNFs per Service Chain"
11752   y-axis: "Y = Number of Service Chains"
11753   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11754   layout:
11755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11756     layout: "plot-service-density"
11757
11758 # Plots - NF Density - CSC - PDR IMIX
11759 - type: "plot"
11760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11761   algorithm: "plot_nf_heatmap"
11762   output-file-type: ".html"
11763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11764   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11765   filter: "'NIC_Intel-XXV710' and
11766            'NF_DENSITY' and
11767            'DOCKER' and
11768            'CHAIN' and
11769            'NF_VPPIP4' and
11770            'IMIX' and
11771            '2T1C' and
11772            'NDRPDR'"
11773   parameters:
11774   - "throughput"
11775   - "name"
11776   - "tags"
11777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11778   x-axis: "X = CNFs per Service Chain"
11779   y-axis: "Y = Number of Service Chains"
11780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11781   layout:
11782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11783     layout: "plot-service-density"
11784
11785 - type: "plot"
11786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11787   algorithm: "plot_nf_heatmap"
11788   output-file-type: ".html"
11789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11790   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11791   filter: "'NIC_Intel-XXV710' and
11792            'NF_DENSITY' and
11793            'DOCKER' and
11794            'CHAIN' and
11795            'NF_VPPIP4' and
11796            'IMIX' and
11797            '4T2C' and
11798            'NDRPDR'"
11799   parameters:
11800   - "throughput"
11801   - "name"
11802   - "tags"
11803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11804   x-axis: "X = CNFs per Service Chain"
11805   y-axis: "Y = Number of Service Chains"
11806   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11807   layout:
11808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11809     layout: "plot-service-density"
11810
11811 - type: "plot"
11812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11813   algorithm: "plot_nf_heatmap"
11814   output-file-type: ".html"
11815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11816   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11817   filter: "'NIC_Intel-XXV710' and
11818            'NF_DENSITY' and
11819            'DOCKER' and
11820            'CHAIN' and
11821            'NF_VPPIP4' and
11822            'IMIX' and
11823            '8T4C' and
11824            'NDRPDR'"
11825   parameters:
11826   - "throughput"
11827   - "name"
11828   - "tags"
11829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11830   x-axis: "X = CNFs per Service Chain"
11831   y-axis: "Y = Number of Service Chains"
11832   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11833   layout:
11834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11835     layout: "plot-service-density"
11836
11837 # Plots - NF Density - CSP - MRR IMIX
11838 - type: "plot"
11839   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11840   algorithm: "plot_nf_heatmap"
11841   output-file-type: ".html"
11842   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11843   data: "plot-vpp-nfv-2n-clx-mrr"
11844   filter: "'NIC_Intel-XXV710' and
11845            'NF_DENSITY' and
11846            'DOCKER' and
11847            'PIPELINE' and
11848            'NF_VPPIP4' and
11849            'IMIX' and
11850            '2T1C' and
11851            'MRR'"
11852   parameters:
11853   - "result"
11854   - "name"
11855   - "tags"
11856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11857   x-axis: "X = CNFs per Service Pipeline"
11858   y-axis: "Y = Number of Service Pipelines"
11859   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11860   layout:
11861     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11862     layout: "plot-service-density"
11863
11864 - type: "plot"
11865   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11866   algorithm: "plot_nf_heatmap"
11867   output-file-type: ".html"
11868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11869   data: "plot-vpp-nfv-2n-clx-mrr"
11870   filter: "'NIC_Intel-XXV710' and
11871            'NF_DENSITY' and
11872            'DOCKER' and
11873            'PIPELINE' and
11874            'NF_VPPIP4' and
11875            'IMIX' and
11876            '4T2C' and
11877            'MRR'"
11878   parameters:
11879   - "result"
11880   - "name"
11881   - "tags"
11882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11883   x-axis: "X = CNFs per Service Pipeline"
11884   y-axis: "Y = Number of Service Pipelines"
11885   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11886   layout:
11887     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11888     layout: "plot-service-density"
11889
11890 - type: "plot"
11891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11892   algorithm: "plot_nf_heatmap"
11893   output-file-type: ".html"
11894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11895   data: "plot-vpp-nfv-2n-clx-mrr"
11896   filter: "'NIC_Intel-XXV710' and
11897            'NF_DENSITY' and
11898            'DOCKER' and
11899            'PIPELINE' and
11900            'NF_VPPIP4' and
11901            'IMIX' and
11902            '8T4C' and
11903            'MRR'"
11904   parameters:
11905   - "result"
11906   - "name"
11907   - "tags"
11908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11909   x-axis: "X = CNFs per Service Pipeline"
11910   y-axis: "Y = Number of Service Pipelines"
11911   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11912   layout:
11913     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11914     layout: "plot-service-density"
11915
11916 # Plots - NF Density - CSP - NDR IMIX
11917 - type: "plot"
11918   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11919   algorithm: "plot_nf_heatmap"
11920   output-file-type: ".html"
11921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11922   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11923   filter: "'NIC_Intel-XXV710' and
11924            'NF_DENSITY' and
11925            'DOCKER' and
11926            'PIPELINE' and
11927            'NF_VPPIP4' and
11928            'IMIX' and
11929            '2T1C' and
11930            'NDRPDR'"
11931   parameters:
11932   - "throughput"
11933   - "name"
11934   - "tags"
11935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11936   x-axis: "X = CNFs per Service Pipeline"
11937   y-axis: "Y = Number of Service Pipelines"
11938   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11939   layout:
11940     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11941     layout: "plot-service-density"
11942
11943 - type: "plot"
11944   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11945   algorithm: "plot_nf_heatmap"
11946   output-file-type: ".html"
11947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11948   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11949   filter: "'NIC_Intel-XXV710' and
11950            'NF_DENSITY' and
11951            'DOCKER' and
11952            'PIPELINE' and
11953            'NF_VPPIP4' and
11954            'IMIX' and
11955            '4T2C' and
11956            'NDRPDR'"
11957   parameters:
11958   - "throughput"
11959   - "name"
11960   - "tags"
11961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11962   x-axis: "X = CNFs per Service Pipeline"
11963   y-axis: "Y = Number of Service Pipelines"
11964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11965   layout:
11966     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11967     layout: "plot-service-density"
11968
11969 - type: "plot"
11970   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11971   algorithm: "plot_nf_heatmap"
11972   output-file-type: ".html"
11973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11974   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11975   filter: "'NIC_Intel-XXV710' and
11976            'NF_DENSITY' and
11977            'DOCKER' and
11978            'PIPELINE' and
11979            'NF_VPPIP4' and
11980            'IMIX' and
11981            '8T4C' and
11982            'NDRPDR'"
11983   parameters:
11984   - "throughput"
11985   - "name"
11986   - "tags"
11987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11988   x-axis: "X = CNFs per Service Pipeline"
11989   y-axis: "Y = Number of Service Pipelines"
11990   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11991   layout:
11992     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11993     layout: "plot-service-density"
11994
11995 # Plots - NF Density - CSP - PDR IMIX
11996 - type: "plot"
11997   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11998   algorithm: "plot_nf_heatmap"
11999   output-file-type: ".html"
12000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12001   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12002   filter: "'NIC_Intel-XXV710' and
12003            'NF_DENSITY' and
12004            'DOCKER' and
12005            'PIPELINE' and
12006            'NF_VPPIP4' and
12007            'IMIX' and
12008            '2T1C' and
12009            'NDRPDR'"
12010   parameters:
12011   - "throughput"
12012   - "name"
12013   - "tags"
12014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12015   x-axis: "X = CNFs per Service Pipeline"
12016   y-axis: "Y = Number of Service Pipelines"
12017   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12018   layout:
12019     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12020     layout: "plot-service-density"
12021
12022 - type: "plot"
12023   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12024   algorithm: "plot_nf_heatmap"
12025   output-file-type: ".html"
12026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12027   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12028   filter: "'NIC_Intel-XXV710' and
12029            'NF_DENSITY' and
12030            'DOCKER' and
12031            'PIPELINE' and
12032            'NF_VPPIP4' and
12033            'IMIX' and
12034            '4T2C' and
12035            'NDRPDR'"
12036   parameters:
12037   - "throughput"
12038   - "name"
12039   - "tags"
12040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12041   x-axis: "X = CNFs per Service Pipeline"
12042   y-axis: "Y = Number of Service Pipelines"
12043   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12044   layout:
12045     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12046     layout: "plot-service-density"
12047
12048 - type: "plot"
12049   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12050   algorithm: "plot_nf_heatmap"
12051   output-file-type: ".html"
12052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12053   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12054   filter: "'NIC_Intel-XXV710' and
12055            'NF_DENSITY' and
12056            'DOCKER' and
12057            'PIPELINE' and
12058            'NF_VPPIP4' and
12059            'IMIX' and
12060            '8T4C' and
12061            'NDRPDR'"
12062   parameters:
12063   - "throughput"
12064   - "name"
12065   - "tags"
12066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12067   x-axis: "X = CNFs per Service Pipeline"
12068   y-axis: "Y = Number of Service Pipelines"
12069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12070   layout:
12071     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12072     layout: "plot-service-density"
12073
12074 ################################################################################
12075
12076 # Packet Throughput
12077
12078 - type: "plot"
12079   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12083   include:
12084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12088   layout:
12089     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12097   include:
12098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12102   layout:
12103     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12116   layout:
12117     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12125   include:
12126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12130   layout:
12131     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12139   include:
12140     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12141     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12142     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12143     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12144     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12145   layout:
12146     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12156     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12157     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12158     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12159     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12160   layout:
12161     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12171     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12172     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12173     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12174     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12175   layout:
12176     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12184   include:
12185     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12186     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12187     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12188     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12189     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12190   layout:
12191     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12199   include:
12200     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12201     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12202     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12203     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12204     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12205   layout:
12206     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12214   include:
12215     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12216     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12217     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12218     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12219     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12220   layout:
12221     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12222     layout: "plot-throughput"
12223
12224 - type: "plot"
12225   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12226   algorithm: "plot_perf_box_name"
12227   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12229   include:
12230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12236   layout:
12237     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12245   include:
12246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12252   layout:
12253     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12261   include:
12262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12267   layout:
12268     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12282   layout:
12283     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12291   include:
12292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12295   layout:
12296     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12304   include:
12305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12308   layout:
12309     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12317   include:
12318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12323   layout:
12324     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12332   include:
12333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12338   layout:
12339     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12347   include:
12348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12351   layout:
12352     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12360   include:
12361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12364   layout:
12365     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12370   algorithm: "plot_perf_box_name"
12371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12373   include:
12374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12380   layout:
12381     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12382     layout: "plot-throughput"
12383
12384 - type: "plot"
12385   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12386   algorithm: "plot_perf_box_name"
12387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12389   include:
12390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12396   layout:
12397     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12398     layout: "plot-throughput"
12399
12400 - type: "plot"
12401   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12402   algorithm: "plot_perf_box_name"
12403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12405   include:
12406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12412   layout:
12413     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12414     layout: "plot-throughput"
12415
12416 - type: "plot"
12417   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12418   algorithm: "plot_perf_box_name"
12419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12421   include:
12422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12428   layout:
12429     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12437   include:
12438     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12441   layout:
12442     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12450   include:
12451     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12454   layout:
12455     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12463   include:
12464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12466 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12467 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12468 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12469   layout:
12470     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12478   include:
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12481 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12482 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12483 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12484   layout:
12485     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12486     layout: "plot-throughput"
12487
12488 - type: "plot"
12489   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12490   algorithm: "plot_perf_box_name"
12491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12493   include:
12494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12499   layout:
12500     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12508   include:
12509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12514   layout:
12515     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12529   layout:
12530     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12538   include:
12539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12544   layout:
12545     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12553   include:
12554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12560   layout:
12561     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12569   include:
12570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12576   layout:
12577     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12585   include:
12586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12592   layout:
12593     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12608   layout:
12609     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12617   include:
12618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12623   layout:
12624     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12632   include:
12633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12638   layout:
12639     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12640     layout: "plot-throughput"
12641
12642 - type: "plot"
12643   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12644   algorithm: "plot_perf_box_name"
12645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12647   include:
12648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12654   layout:
12655     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12656     layout: "plot-throughput"
12657
12658 - type: "plot"
12659   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12660   algorithm: "plot_perf_box_name"
12661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12663   include:
12664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12670   layout:
12671     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12672     layout: "plot-throughput"
12673
12674 - type: "plot"
12675   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12676   algorithm: "plot_perf_box_name"
12677   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12678   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12679   include:
12680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12685   layout:
12686     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12687     layout: "plot-throughput"
12688
12689 - type: "plot"
12690   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12691   algorithm: "plot_perf_box_name"
12692   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12693   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12694   include:
12695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12700   layout:
12701     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12702     layout: "plot-throughput"
12703
12704 - type: "plot"
12705   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12706   algorithm: "plot_perf_box_name"
12707   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12708   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12709   include:
12710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12716   layout:
12717     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12718     layout: "plot-throughput"
12719
12720 - type: "plot"
12721   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12722   algorithm: "plot_perf_box_name"
12723   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12724   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12725   include:
12726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12732   layout:
12733     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12740   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12741   include:
12742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12747   layout:
12748     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12756   include:
12757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12762   layout:
12763     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12771   include:
12772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12778   layout:
12779     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12787   include:
12788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12794   layout:
12795     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12803   include:
12804     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12806   layout:
12807     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12815   include:
12816     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12818   layout:
12819     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12827   include:
12828     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12830     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12832   layout:
12833     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12841   include:
12842     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12845     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12846   layout:
12847     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12848     layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12855   include:
12856     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12859     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12860   layout:
12861     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12866   algorithm: "plot_perf_box_name"
12867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12869   include:
12870     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12873     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12874   layout:
12875     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12883   include:
12884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12888   layout:
12889     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12897   include:
12898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12902   layout:
12903     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12911   include:
12912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12913     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12916   layout:
12917     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12918     layout: "plot-throughput"
12919
12920 - type: "plot"
12921   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12922   algorithm: "plot_perf_box_name"
12923   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12924   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12925   include:
12926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12927     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12930   layout:
12931     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12946   layout:
12947     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12962   layout:
12963     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12977   layout:
12978     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12992   layout:
12993     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13007   layout:
13008     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13016   include:
13017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13022   layout:
13023     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13031   include:
13032     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13033     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13034     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13035   layout:
13036     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13044   include:
13045     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13046     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13047     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13048   layout:
13049     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13057   include:
13058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13061   layout:
13062     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13070   include:
13071     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13074   layout:
13075     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13076     layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13080   algorithm: "plot_perf_box_name"
13081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13083   include:
13084     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13085     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13086     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13087     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13088     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13089   layout:
13090     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13100     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13101     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13102     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13103     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13104   layout:
13105     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13106     layout: "plot-throughput"
13107
13108 - type: "plot"
13109   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13110   algorithm: "plot_perf_box_name"
13111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13113   include:
13114     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13115     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13116     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13117     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13118     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13119   layout:
13120     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13128   include:
13129     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13130     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13131     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13134   layout:
13135     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13143   include:
13144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13149   layout:
13150     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13157   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13158   include:
13159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13160     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13161     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13162     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13164   layout:
13165     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13166     layout: "plot-throughput"
13167
13168 - type: "plot"
13169   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13170   algorithm: "plot_perf_box_name"
13171   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13172   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13173   include:
13174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13179   layout:
13180     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13187   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13188   include:
13189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13191     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13192     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13194   layout:
13195     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13196     layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13202   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13203   include:
13204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13209   layout:
13210     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13217   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13218   include:
13219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13222     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13223     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13224   layout:
13225     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13233   include:
13234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13235     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13236     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13237     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13238     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13239     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13240   layout:
13241     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13246   algorithm: "plot_perf_box_name"
13247   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13249   include:
13250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13251     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13252     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13253     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13254     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13256   layout:
13257     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13265   include:
13266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13270   layout:
13271     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13279   include:
13280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13284   layout:
13285     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13290   algorithm: "plot_perf_box_name"
13291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13293   include:
13294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13297     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13298     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13299     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13300   layout:
13301     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13311     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13312     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13313     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13314     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13315     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13316   layout:
13317     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13332   layout:
13333     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13364   layout:
13365     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13373   include:
13374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13380   layout:
13381     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13389   include:
13390     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13391     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13392     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13393     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13394     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13396   layout:
13397     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13405   include:
13406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13407     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13408     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13412   layout:
13413     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13414     layout: "plot-throughput"
13415
13416 - type: "plot"
13417   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13418   algorithm: "plot_perf_box_name"
13419   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13420   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13421   include:
13422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13428   layout:
13429     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13434   algorithm: "plot_perf_box_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13436   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13437   include:
13438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13444   layout:
13445     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13453   include:
13454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13460   layout:
13461     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13469   include:
13470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13476   layout:
13477     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13478     layout: "plot-throughput"
13479
13480 - type: "plot"
13481   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13482   algorithm: "plot_perf_box_name"
13483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13485   include:
13486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13492   layout:
13493     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13494     layout: "plot-throughput"
13495
13496 - type: "plot"
13497   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13498   algorithm: "plot_perf_box_name"
13499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13501   include:
13502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13508   layout:
13509     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13524   layout:
13525     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13533   include:
13534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13540   layout:
13541     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13554   layout:
13555     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13556     layout: "plot-throughput"
13557
13558 - type: "plot"
13559   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13560   algorithm: "plot_perf_box_name"
13561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13563   include:
13564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13568   layout:
13569     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13577   include:
13578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13582   layout:
13583     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13584     layout: "plot-throughput"
13585
13586 - type: "plot"
13587   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13588   algorithm: "plot_perf_box_name"
13589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13591   include:
13592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13596   layout:
13597     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13598     layout: "plot-throughput"
13599
13600 - type: "plot"
13601   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13602   algorithm: "plot_perf_box_name"
13603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13605   include:
13606     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13612   layout:
13613     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13614     layout: "plot-throughput"
13615
13616 - type: "plot"
13617   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13618   algorithm: "plot_perf_box_name"
13619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13621   include:
13622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13628   layout:
13629     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13637   include:
13638     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13643   layout:
13644     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13645     layout: "plot-throughput"
13646
13647 - type: "plot"
13648   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13649   algorithm: "plot_perf_box_name"
13650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13652   include:
13653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13654     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13655     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13658   layout:
13659     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   include:
13668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13673   layout:
13674     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13675     layout: "plot-throughput"
13676
13677 - type: "plot"
13678   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13679   algorithm: "plot_perf_box_name"
13680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13682   include:
13683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13688   layout:
13689     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13690     layout: "plot-throughput"
13691
13692 - type: "plot"
13693   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13694   algorithm: "plot_perf_box_name"
13695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13697   include:
13698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13702   layout:
13703     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13704     layout: "plot-throughput"
13705
13706 - type: "plot"
13707   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13708   algorithm: "plot_perf_box_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13716   layout:
13717     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13718     layout: "plot-throughput"
13719
13720 - type: "plot"
13721   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13722   algorithm: "plot_perf_box_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13725   include:
13726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13748   layout:
13749     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13764   layout:
13765     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13812   layout:
13813     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13814     layout: "plot-throughput"
13815
13816 - type: "plot"
13817   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13818   algorithm: "plot_perf_box_name"
13819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13828   layout:
13829     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13830     layout: "plot-throughput"
13831
13832 - type: "plot"
13833   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13834   algorithm: "plot_perf_box_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837   include:
13838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13846     layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13853   include:
13854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13858   layout:
13859     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13860     layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13867   include:
13868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13872   layout:
13873     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13874     layout: "plot-throughput"
13875
13876 - type: "plot"
13877   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13878   algorithm: "plot_perf_box_name"
13879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13881   include:
13882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13888   layout:
13889     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13890     layout: "plot-throughput"
13891
13892 - type: "plot"
13893   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13894   algorithm: "plot_perf_box_name"
13895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13897   include:
13898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13904   layout:
13905     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13906     layout: "plot-throughput"
13907
13908 - type: "plot"
13909   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13910   algorithm: "plot_perf_box_name"
13911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13913   include:
13914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13920   layout:
13921     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13922     layout: "plot-throughput"
13923
13924 - type: "plot"
13925   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13926   algorithm: "plot_perf_box_name"
13927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13929   include:
13930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13936   layout:
13937     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13938     layout: "plot-throughput"
13939
13940 #- type: "plot"
13941 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13942 #  algorithm: "plot_perf_box_name"
13943 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13944 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13945 #  include:
13946 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13947 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13948 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13949 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13950 #  layout:
13951 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13952 #    layout: "plot-throughput"
13953 #
13954 #- type: "plot"
13955 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13956 #  algorithm: "plot_perf_box_name"
13957 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13958 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13959 #  include:
13960 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13961 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13962 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13963 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13964 #  layout:
13965 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13966 #    layout: "plot-throughput"
13967
13968 - type: "plot"
13969   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13970   algorithm: "plot_perf_box_name"
13971   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13972   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13973   include:
13974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13980   layout:
13981     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13982     layout: "plot-throughput"
13983
13984 - type: "plot"
13985   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13986   algorithm: "plot_perf_box_name"
13987   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13988   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13989   include:
13990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13996   layout:
13997     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13998     layout: "plot-throughput"
13999
14000 #- type: "plot"
14001 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14002 #  algorithm: "plot_perf_box_name"
14003 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14004 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14005 #  include:
14006 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14007 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14008 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14009 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14010 #  layout:
14011 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14012 #    layout: "plot-throughput"
14013 #
14014 #- type: "plot"
14015 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14016 #  algorithm: "plot_perf_box_name"
14017 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14018 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14019 #  include:
14020 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14021 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14022 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14023 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14024 #  layout:
14025 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14026 #    layout: "plot-throughput"
14027
14028 - type: "plot"
14029   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14030   algorithm: "plot_perf_box_name"
14031   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14032   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14033   include:
14034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14035     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14038     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14040   layout:
14041     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14042     layout: "plot-throughput"
14043
14044 - type: "plot"
14045   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14046   algorithm: "plot_perf_box_name"
14047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14049   include:
14050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14051     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14052     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14053     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14054     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14056   layout:
14057     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14058     layout: "plot-throughput"
14059
14060 #- type: "plot"
14061 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14062 #  algorithm: "plot_perf_box_name"
14063 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14064 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14065 #  include:
14066 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14067 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14068 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14069 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14070 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14071 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14072 #  layout:
14073 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14074 #    layout: "plot-throughput"
14075 #
14076 #- type: "plot"
14077 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14078 #  algorithm: "plot_perf_box_name"
14079 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14080 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14081 #  include:
14082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14085 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14086 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14087 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14088 #  layout:
14089 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14090 #    layout: "plot-throughput"
14091
14092 - type: "plot"
14093   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14094   algorithm: "plot_perf_box_name"
14095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14097   include:
14098     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14099     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14100     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14101     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14102     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14103     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14104   layout:
14105     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14106     layout: "plot-throughput"
14107
14108 - type: "plot"
14109   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14110   algorithm: "plot_perf_box_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14113   include:
14114     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14115     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14116     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14117     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14118     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14119     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14120   layout:
14121     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14122     layout: "plot-throughput"
14123
14124 - type: "plot"
14125   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14126   algorithm: "plot_perf_box_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14129   include:
14130     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14131     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14132     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14133 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14134 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14135 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14136   layout:
14137     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14138     layout: "plot-throughput"
14139
14140 - type: "plot"
14141   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14142   algorithm: "plot_perf_box_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14145   include:
14146     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14147     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14148     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14149 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14150 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14151 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14152   layout:
14153     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14158   algorithm: "plot_perf_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14163     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14164     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14165     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14166     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14167     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14179     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14180     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14181     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14182     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14183     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14184   layout:
14185     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14190   algorithm: "plot_perf_box_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14193   include:
14194     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14195     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14196     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14197     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14198     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14199     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14200   layout:
14201     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14202     layout: "plot-throughput"
14203
14204 - type: "plot"
14205   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14206   algorithm: "plot_perf_box_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14208   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14209   include:
14210     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14211     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14212     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14213     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14214     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14215     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14216   layout:
14217     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14218     layout: "plot-throughput"
14219
14220 #- type: "plot"
14221 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14222 #  algorithm: "plot_perf_box_name"
14223 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14224 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14225 #  include:
14226 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14227 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14228 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14229 #  layout:
14230 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14231 #    layout: "plot-throughput"
14232 #
14233 #- type: "plot"
14234 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14235 #  algorithm: "plot_perf_box_name"
14236 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14237 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14238 #  include:
14239 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14240 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14241 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14242 #  layout:
14243 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14244 #    layout: "plot-throughput"
14245
14246 - type: "plot"
14247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14248   algorithm: "plot_perf_box_name"
14249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14251   include:
14252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14257   layout:
14258     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14259     layout: "plot-throughput"
14260
14261 - type: "plot"
14262   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14263   algorithm: "plot_perf_box_name"
14264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14272   layout:
14273     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14274     layout: "plot-throughput"
14275
14276 - type: "plot"
14277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14278   algorithm: "plot_perf_box_name"
14279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14281   include:
14282     - "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"
14283     - "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"
14284     - "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"
14285     - "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"
14286     - "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"
14287   layout:
14288     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14289     layout: "plot-throughput"
14290
14291 - type: "plot"
14292   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14293   algorithm: "plot_perf_box_name"
14294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14296   include:
14297     - "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"
14298     - "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"
14299     - "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"
14300     - "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"
14301     - "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"
14302   layout:
14303     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14304     layout: "plot-throughput"
14305
14306 - type: "plot"
14307   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14308   algorithm: "plot_perf_box_name"
14309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14311   include:
14312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14317   layout:
14318     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14319     layout: "plot-throughput"
14320
14321 - type: "plot"
14322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14323   algorithm: "plot_perf_box_name"
14324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14326   include:
14327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14332   layout:
14333     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14334     layout: "plot-throughput"
14335
14336 - type: "plot"
14337   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14338   algorithm: "plot_perf_box_name"
14339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14347   layout:
14348     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14349     layout: "plot-throughput"
14350
14351 - type: "plot"
14352   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14353   algorithm: "plot_perf_box_name"
14354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14356   include:
14357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14362   layout:
14363     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14364     layout: "plot-throughput"
14365
14366 - type: "plot"
14367   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14368   algorithm: "plot_perf_box_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14371   include:
14372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14377   layout:
14378     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14383   algorithm: "plot_perf_box_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14386   include:
14387     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14392   layout:
14393     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14394     layout: "plot-throughput"
14395
14396 - type: "plot"
14397   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14398   algorithm: "plot_perf_box_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14401   include:
14402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14407   layout:
14408     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14409     layout: "plot-throughput"
14410
14411 - type: "plot"
14412   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14413   algorithm: "plot_perf_box_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14416   include:
14417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14422   layout:
14423     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14424     layout: "plot-throughput"
14425
14426 - type: "plot"
14427   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14428   algorithm: "plot_perf_box_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14436   layout:
14437     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14438     layout: "plot-throughput"
14439
14440 - type: "plot"
14441   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14442   algorithm: "plot_perf_box_name"
14443   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14445   include:
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14450   layout:
14451     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14452     layout: "plot-throughput"
14453
14454 - type: "plot"
14455   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14456   algorithm: "plot_perf_box_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14459   include:
14460     - "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"
14461     - "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"
14462     - "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"
14463     - "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"
14464   layout:
14465     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14466     layout: "plot-throughput"
14467
14468 - type: "plot"
14469   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14470   algorithm: "plot_perf_box_name"
14471   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14473   include:
14474     - "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"
14475     - "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"
14476     - "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"
14477     - "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"
14478   layout:
14479     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14480     layout: "plot-throughput"
14481
14482 - type: "plot"
14483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14484   algorithm: "plot_perf_box_name"
14485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14494   layout:
14495     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14496     layout: "plot-throughput"
14497
14498 - type: "plot"
14499   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14500   algorithm: "plot_perf_box_name"
14501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14510   layout:
14511     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14512     layout: "plot-throughput"
14513
14514 - type: "plot"
14515   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14516   algorithm: "plot_perf_box_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14519   include:
14520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14526   layout:
14527     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14528     layout: "plot-throughput"
14529
14530 - type: "plot"
14531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14532   algorithm: "plot_perf_box_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14544     layout: "plot-throughput"
14545
14546 - type: "plot"
14547   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14548   algorithm: "plot_perf_box_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14558   layout:
14559     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14560     layout: "plot-throughput"
14561
14562 - type: "plot"
14563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14564   algorithm: "plot_perf_box_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14574   layout:
14575     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14576     layout: "plot-throughput"
14577
14578 - type: "plot"
14579   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14580   algorithm: "plot_perf_box_name"
14581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14589   layout:
14590     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14591     layout: "plot-throughput"
14592
14593 - type: "plot"
14594   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14595   algorithm: "plot_perf_box_name"
14596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14598   include:
14599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14604   layout:
14605     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14606     layout: "plot-throughput"
14607
14608 - type: "plot"
14609   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14610   algorithm: "plot_perf_box_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14613   include:
14614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14616   layout:
14617     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14618     layout: "plot-throughput"
14619
14620 - type: "plot"
14621   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14622   algorithm: "plot_perf_box_name"
14623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14625   include:
14626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14628   layout:
14629     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14630     layout: "plot-throughput"
14631
14632 - type: "plot"
14633   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14634   algorithm: "plot_perf_box_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14637   include:
14638     - "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"
14639     - "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"
14640   layout:
14641     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14642     layout: "plot-throughput"
14643
14644 - type: "plot"
14645   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14646   algorithm: "plot_perf_box_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14649   include:
14650     - "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"
14651     - "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"
14652   layout:
14653     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14654     layout: "plot-throughput"
14655
14656 - type: "plot"
14657   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14658   algorithm: "plot_perf_box_name"
14659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14664   layout:
14665     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14666     layout: "plot-throughput"
14667
14668 - type: "plot"
14669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14670   algorithm: "plot_perf_box_name"
14671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14673   include:
14674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14676   layout:
14677     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14678     layout: "plot-throughput"
14679
14680 - type: "plot"
14681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14682   algorithm: "plot_perf_box_name"
14683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14688   layout:
14689     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14690     layout: "plot-throughput"
14691
14692 - type: "plot"
14693   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14694   algorithm: "plot_perf_box_name"
14695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14697   include:
14698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14700   layout:
14701     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14702     layout: "plot-throughput"
14703
14704 - type: "plot"
14705   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14706   algorithm: "plot_perf_box_name"
14707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14709   include:
14710     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14711     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14712     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14716   layout:
14717     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14718     layout: "plot-throughput"
14719
14720 - type: "plot"
14721   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14722   algorithm: "plot_perf_box_name"
14723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14725   include:
14726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14727     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14728     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14732   layout:
14733     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14734     layout: "plot-throughput"
14735
14736 - type: "plot"
14737   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14738   algorithm: "plot_perf_box_name"
14739   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14740   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14741   include:
14742     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14743     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14748   layout:
14749     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14750     layout: "plot-throughput"
14751
14752 - type: "plot"
14753   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14754   algorithm: "plot_perf_box_name"
14755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14757   include:
14758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14764   layout:
14765     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14766     layout: "plot-throughput"
14767
14768 #- type: "plot"
14769 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14770 #  algorithm: "plot_perf_box_name"
14771 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14772 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14773 #  include:
14774 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14775 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14776 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14777 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14778 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14780 #  layout:
14781 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14782 #    layout: "plot-throughput"
14783 #
14784 #- type: "plot"
14785 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14786 #  algorithm: "plot_perf_box_name"
14787 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14788 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14789 #  include:
14790 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14791 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14792 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14793 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14794 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14796 #  layout:
14797 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14798 #    layout: "plot-throughput"
14799
14800 - type: "plot"
14801   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14802   algorithm: "plot_perf_box_name"
14803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14805   include:
14806     - "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"
14807     - "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"
14808     - "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"
14809     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14810     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14811     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14812   layout:
14813     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14814     layout: "plot-throughput"
14815
14816 - type: "plot"
14817   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14818   algorithm: "plot_perf_box_name"
14819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14821   include:
14822     - "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"
14823     - "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"
14824     - "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"
14825     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14826     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14827     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14828   layout:
14829     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14830     layout: "plot-throughput"
14831
14832 ################################################################################
14833
14834 # Packet Speedup
14835
14836 - type: "plot"
14837   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14841   include:
14842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14846   layout:
14847     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14855   include:
14856     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14857     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14858     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14859     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14860   layout:
14861     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14871     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14874   layout:
14875     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14883   include:
14884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14885     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14886     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14887     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14888   layout:
14889     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14897   include:
14898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14900     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14901     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14903   layout:
14904     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14914     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14915     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14916     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14929     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14930     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14931     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14933   layout:
14934     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14944     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14945     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14946     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14947     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14948   layout:
14949     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14957   include:
14958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14964   layout:
14965     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14966     layout: "plot-throughput-speedup-analysis"
14967
14968 - type: "plot"
14969   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14970   algorithm: "plot_tsa_name"
14971   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14973   include:
14974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14980   layout:
14981     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14989   include:
14990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14995   layout:
14996     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15004   include:
15005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15010   layout:
15011     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15019   include:
15020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15023   layout:
15024     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15036   layout:
15037     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15051   layout:
15052     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15060   include:
15061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15066   layout:
15067     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15068     layout: "plot-throughput-speedup-analysis"
15069
15070 - type: "plot"
15071   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15072   algorithm: "plot_tsa_name"
15073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15075   include:
15076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15079   layout:
15080     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15088   include:
15089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15092   layout:
15093     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15108   layout:
15109     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15124   layout:
15125     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15140   layout:
15141     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15149   include:
15150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15156   layout:
15157     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15165   include:
15166     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15169   layout:
15170     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15171     layout: "plot-throughput-speedup-analysis"
15172
15173 - type: "plot"
15174   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15175   algorithm: "plot_tsa_name"
15176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15178   include:
15179     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15182   layout:
15183     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15195 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15196 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15197   layout:
15198     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15206   include:
15207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15210 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15211 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15212   layout:
15213     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15227   layout:
15228     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15236   include:
15237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15242   layout:
15243     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15244     layout: "plot-throughput-speedup-analysis"
15245
15246 - type: "plot"
15247   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15248   algorithm: "plot_tsa_name"
15249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15251   include:
15252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15257   layout:
15258     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15272   layout:
15273     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15281   include:
15282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15288   layout:
15289     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15297   include:
15298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15304   layout:
15305     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15313   include:
15314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15320   layout:
15321     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15336   layout:
15337     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15338     layout: "plot-throughput-speedup-analysis"
15339
15340 - type: "plot"
15341   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15342   algorithm: "plot_tsa_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15345   include:
15346     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15348   layout:
15349     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15357   include:
15358     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15360   layout:
15361     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15369   include:
15370     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15374   layout:
15375     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15388   layout:
15389     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15397   include:
15398     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15402   layout:
15403     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15411   include:
15412     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15416   layout:
15417     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   include:
15426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15432   layout:
15433     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15441   include:
15442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15448   layout:
15449     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15457   include:
15458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15463   layout:
15464     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 - type: "plot"
15468   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15469   algorithm: "plot_tsa_name"
15470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15472   include:
15473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15478   layout:
15479     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15487   include:
15488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15493   layout:
15494     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 - type: "plot"
15498   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15499   algorithm: "plot_tsa_name"
15500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15502   include:
15503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15508   layout:
15509     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15510     layout: "plot-throughput-speedup-analysis"
15511
15512 - type: "plot"
15513   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15514   algorithm: "plot_tsa_name"
15515   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15517   include:
15518     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15521   layout:
15522     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15530   include:
15531     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15532     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15533     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15534   layout:
15535     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15536     layout: "plot-throughput-speedup-analysis"
15537
15538 - type: "plot"
15539   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15540   algorithm: "plot_tsa_name"
15541   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15543   include:
15544     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15547   layout:
15548     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15556   include:
15557     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15560   layout:
15561     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15569   include:
15570     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15575   layout:
15576     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15590   layout:
15591     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15599   include:
15600     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15601     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15605   layout:
15606     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15614   include:
15615     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15616     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15620   layout:
15621     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15629   include:
15630     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15631     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15632     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15633     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15634     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15635     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15636   layout:
15637     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15645   include:
15646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15647     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15648     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15649     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15650     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15651     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15652   layout:
15653     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15661   include:
15662     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15663     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15664     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15665     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15666   layout:
15667     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15675   include:
15676     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15677     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15678     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15679     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15680   layout:
15681     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15682     layout: "plot-throughput-speedup-analysis"
15683
15684 - type: "plot"
15685   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15686   algorithm: "plot_tsa_name"
15687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15689   include:
15690     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15691     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15692     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15693     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15694     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15695     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15696   layout:
15697     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15705   include:
15706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15707     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15708     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15709     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15710     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15711     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15712   layout:
15713     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15723     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15724     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15725     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15726     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15727     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15728   layout:
15729     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15737   include:
15738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15739     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15740     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15743     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15753   include:
15754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15760   layout:
15761     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15769   include:
15770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15776   layout:
15777     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15785   include:
15786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15792   layout:
15793     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15801   include:
15802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15808   layout:
15809     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15817   include:
15818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15824   layout:
15825     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15833   include:
15834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15840   layout:
15841     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15849   include:
15850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15854   layout:
15855     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15863   include:
15864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15868   layout:
15869     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15877   include:
15878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15882   layout:
15883     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15891   include:
15892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15896   layout:
15897     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15905   include:
15906     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15909     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15911     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15912   layout:
15913     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15921   include:
15922     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15928   layout:
15929     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15937   include:
15938     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15943   layout:
15944     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15952   include:
15953     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15958   layout:
15959     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15960     layout: "plot-throughput-speedup-analysis"
15961
15962 - type: "plot"
15963   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15964   algorithm: "plot_tsa_name"
15965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15967   include:
15968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15973   layout:
15974     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15982   include:
15983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15988   layout:
15989     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15997   include:
15998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16002   layout:
16003     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16011   include:
16012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16016   layout:
16017     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16025   include:
16026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16032   layout:
16033     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
16034     layout: "plot-throughput-speedup-analysis"
16035
16036 - type: "plot"
16037   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16038   algorithm: "plot_tsa_name"
16039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16041   include:
16042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16048   layout:
16049     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 - type: "plot"
16053   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16054   algorithm: "plot_tsa_name"
16055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16057   include:
16058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16064   layout:
16065     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16073   include:
16074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16080   layout:
16081     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16089   include:
16090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16096   layout:
16097     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16105   include:
16106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16112   layout:
16113     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16121   include:
16122     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16123     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16124     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16125     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16126     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16127     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16128   layout:
16129     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16137   include:
16138     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16139     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16140     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16141     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16142     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16143     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16144   layout:
16145     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16153   include:
16154     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16155     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16156     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16157     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16158     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16159     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16160   layout:
16161     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16169   include:
16170     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16171     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16172     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16173     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16174     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16175     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16176   layout:
16177     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16178     layout: "plot-throughput-speedup-analysis"
16179
16180 - type: "plot"
16181   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16182   algorithm: "plot_tsa_name"
16183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16185   include:
16186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16191   layout:
16192     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16193     layout: "plot-throughput-speedup-analysis"
16194
16195 - type: "plot"
16196   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16197   algorithm: "plot_tsa_name"
16198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16200   include:
16201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16206   layout:
16207     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16215   include:
16216     - "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"
16217     - "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"
16218     - "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"
16219     - "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"
16220     - "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"
16221   layout:
16222     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16223     layout: "plot-throughput-speedup-analysis"
16224
16225 - type: "plot"
16226   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16227   algorithm: "plot_tsa_name"
16228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16230   include:
16231     - "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"
16232     - "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"
16233     - "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"
16234     - "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"
16235     - "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"
16236   layout:
16237     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16245   include:
16246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16251   layout:
16252     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16253     layout: "plot-throughput-speedup-analysis"
16254
16255 - type: "plot"
16256   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16257   algorithm: "plot_tsa_name"
16258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16260   include:
16261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16266   layout:
16267     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16275   include:
16276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16281   layout:
16282     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16283     layout: "plot-throughput-speedup-analysis"
16284
16285 - type: "plot"
16286   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16287   algorithm: "plot_tsa_name"
16288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16290   include:
16291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16296   layout:
16297     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16298     layout: "plot-throughput-speedup-analysis"
16299
16300 - type: "plot"
16301   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16302   algorithm: "plot_tsa_name"
16303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16305   include:
16306     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16307     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16308     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16309     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16311   layout:
16312     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16313     layout: "plot-throughput-speedup-analysis"
16314
16315 - type: "plot"
16316   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16317   algorithm: "plot_tsa_name"
16318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16320   include:
16321     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16322     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16325     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16326   layout:
16327     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16328     layout: "plot-throughput-speedup-analysis"
16329
16330 - type: "plot"
16331   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16332   algorithm: "plot_tsa_name"
16333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16335   include:
16336     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16337     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16338     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16339     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16340     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16341   layout:
16342     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16343     layout: "plot-throughput-speedup-analysis"
16344
16345 - type: "plot"
16346   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16347   algorithm: "plot_tsa_name"
16348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16350   include:
16351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16352     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16353     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16354     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16355     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16356   layout:
16357     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16358     layout: "plot-throughput-speedup-analysis"
16359
16360 - type: "plot"
16361   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16362   algorithm: "plot_tsa_name"
16363   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16365   include:
16366     - "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"
16367     - "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"
16368     - "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"
16369     - "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"
16370   layout:
16371     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16379   include:
16380     - "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"
16381     - "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"
16382     - "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"
16383     - "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"
16384   layout:
16385     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 - type: "plot"
16389   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16390   algorithm: "plot_tsa_name"
16391   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16393   include:
16394     - "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"
16395     - "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"
16396     - "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"
16397     - "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"
16398   layout:
16399     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16407   include:
16408     - "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"
16409     - "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"
16410     - "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"
16411     - "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"
16412   layout:
16413     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16421   include:
16422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16427     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16428   layout:
16429     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16437   include:
16438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16442     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16443     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16444   layout:
16445     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16446     layout: "plot-throughput-speedup-analysis"
16447
16448 - type: "plot"
16449   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16450   algorithm: "plot_tsa_name"
16451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16453   include:
16454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16455     - "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"
16456     - "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"
16457     - "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"
16458     - "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"
16459     - "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"
16460   layout:
16461     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16469   include:
16470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16471     - "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"
16472     - "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"
16473     - "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"
16474     - "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"
16475     - "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"
16476   layout:
16477     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 - type: "plot"
16481   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16482   algorithm: "plot_tsa_name"
16483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16485   include:
16486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16492   layout:
16493     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16501   include:
16502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16508   layout:
16509     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16517   include:
16518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16523   layout:
16524     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16525     layout: "plot-throughput-speedup-analysis"
16526
16527 - type: "plot"
16528   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16529   algorithm: "plot_tsa_name"
16530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16532   include:
16533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16538   layout:
16539     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16547   include:
16548     - "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"
16549     - "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"
16550   layout:
16551     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16559   include:
16560     - "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"
16561     - "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"
16562   layout:
16563     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 - type: "plot"
16567   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16568   algorithm: "plot_tsa_name"
16569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16571   include:
16572     - "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"
16573     - "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"
16574   layout:
16575     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16576     layout: "plot-throughput-speedup-analysis"
16577
16578 - type: "plot"
16579   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16580   algorithm: "plot_tsa_name"
16581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16583   include:
16584     - "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"
16585     - "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"
16586   layout:
16587     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16588     layout: "plot-throughput-speedup-analysis"
16589
16590 - type: "plot"
16591   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16592   algorithm: "plot_tsa_name"
16593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16595   include:
16596     - "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"
16597     - "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"
16598     - "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"
16599     - "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"
16600     - "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"
16601     - "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"
16602   layout:
16603     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16604     layout: "plot-throughput-speedup-analysis"
16605
16606 - type: "plot"
16607   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16608   algorithm: "plot_tsa_name"
16609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16611   include:
16612     - "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"
16613     - "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"
16614     - "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"
16615     - "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"
16616     - "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"
16617     - "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"
16618   layout:
16619     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 - type: "plot"
16623   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16624   algorithm: "plot_tsa_name"
16625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16627   include:
16628     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16629     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16631     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16632     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16633   layout:
16634     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16635     layout: "plot-throughput-speedup-analysis"
16636
16637 - type: "plot"
16638   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16639   algorithm: "plot_tsa_name"
16640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16642   include:
16643     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16644     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16645     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16646     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16647     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16648   layout:
16649     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16650     layout: "plot-throughput-speedup-analysis"
16651
16652 - type: "plot"
16653   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16654   algorithm: "plot_tsa_name"
16655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16657   include:
16658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16663   layout:
16664     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16665     layout: "plot-throughput-speedup-analysis"
16666
16667 - type: "plot"
16668   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16669   algorithm: "plot_tsa_name"
16670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16672   include:
16673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16678   layout:
16679     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16680     layout: "plot-throughput-speedup-analysis"
16681
16682 - type: "plot"
16683   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16684   algorithm: "plot_tsa_name"
16685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16687   include:
16688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16694   layout:
16695     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16696     layout: "plot-throughput-speedup-analysis"
16697
16698 - type: "plot"
16699   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16700   algorithm: "plot_tsa_name"
16701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16703   include:
16704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16710   layout:
16711     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16712     layout: "plot-throughput-speedup-analysis"
16713
16714 - type: "plot"
16715   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16716   algorithm: "plot_tsa_name"
16717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16719   include:
16720     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16724   layout:
16725     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16726     layout: "plot-throughput-speedup-analysis"
16727
16728 - type: "plot"
16729   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16730   algorithm: "plot_tsa_name"
16731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16733   include:
16734     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16738   layout:
16739     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16740     layout: "plot-throughput-speedup-analysis"
16741
16742 - type: "plot"
16743   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16744   algorithm: "plot_tsa_name"
16745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16747   include:
16748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16753   layout:
16754     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16755     layout: "plot-throughput-speedup-analysis"
16756
16757 - type: "plot"
16758   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16759   algorithm: "plot_tsa_name"
16760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16762   include:
16763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16768   layout:
16769     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16770     layout: "plot-throughput-speedup-analysis"
16771
16772 - type: "plot"
16773   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16774   algorithm: "plot_tsa_name"
16775   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16776   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16777   include:
16778     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16779     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16780     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16781     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16784   layout:
16785     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16786     layout: "plot-throughput-speedup-analysis"
16787
16788 - type: "plot"
16789   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16790   algorithm: "plot_tsa_name"
16791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16793   include:
16794     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16795     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16796     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16797     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16798     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16799     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16800   layout:
16801     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16809   include:
16810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16814   layout:
16815     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16816     layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16823   include:
16824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16828   layout:
16829     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16830     layout: "plot-throughput-speedup-analysis"
16831
16832 - type: "plot"
16833   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16834   algorithm: "plot_tsa_name"
16835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16837   include:
16838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16844   layout:
16845     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16846     layout: "plot-throughput-speedup-analysis"
16847
16848 - type: "plot"
16849   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16850   algorithm: "plot_tsa_name"
16851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16853   include:
16854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16860   layout:
16861     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16862     layout: "plot-throughput-speedup-analysis"
16863
16864 - type: "plot"
16865   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16866   algorithm: "plot_tsa_name"
16867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16869   include:
16870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16876   layout:
16877     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16885   include:
16886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16892   layout:
16893     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16894     layout: "plot-throughput-speedup-analysis"
16895
16896 - type: "plot"
16897   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16898   algorithm: "plot_tsa_name"
16899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16901   include:
16902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16908   layout:
16909     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16917   include:
16918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16924   layout:
16925     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16926     layout: "plot-throughput-speedup-analysis"
16927
16928 - type: "plot"
16929   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16930   algorithm: "plot_tsa_name"
16931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16933   include:
16934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16940   layout:
16941     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16942     layout: "plot-throughput-speedup-analysis"
16943
16944 - type: "plot"
16945   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16946   algorithm: "plot_tsa_name"
16947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16949   include:
16950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16956   layout:
16957     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16958     layout: "plot-throughput-speedup-analysis"
16959
16960 - type: "plot"
16961   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16962   algorithm: "plot_tsa_name"
16963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16965   include:
16966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16972   layout:
16973     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16974     layout: "plot-throughput-speedup-analysis"
16975
16976 - type: "plot"
16977   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16978   algorithm: "plot_tsa_name"
16979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16981   include:
16982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16988   layout:
16989     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16990     layout: "plot-throughput-speedup-analysis"
16991
16992 #- type: "plot"
16993 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16994 #  algorithm: "plot_tsa_name"
16995 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16996 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16997 #  include:
16998 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16999 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17000 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17001 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17002 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17003 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17004 #  layout:
17005 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
17006 #    layout: "plot-throughput-speedup-analysis"
17007 #
17008 #- type: "plot"
17009 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17010 #  algorithm: "plot_tsa_name"
17011 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17012 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17013 #  include:
17014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17015 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17016 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17017 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17018 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17019 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17020 #  layout:
17021 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
17022 #    layout: "plot-throughput-speedup-analysis"
17023
17024 - type: "plot"
17025   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17026   algorithm: "plot_tsa_name"
17027   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17028   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17029   include:
17030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17035   layout:
17036     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17037     layout: "plot-throughput-speedup-analysis"
17038
17039 - type: "plot"
17040   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17041   algorithm: "plot_tsa_name"
17042   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17043   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17044   include:
17045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17050   layout:
17051     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17052     layout: "plot-throughput-speedup-analysis"
17053
17054 - type: "plot"
17055   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17056   algorithm: "plot_tsa_name"
17057   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17058   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17059   include:
17060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17066   layout:
17067     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17068     layout: "plot-throughput-speedup-analysis"
17069
17070 - type: "plot"
17071   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17072   algorithm: "plot_tsa_name"
17073   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17074   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17075   include:
17076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17082   layout:
17083     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17084     layout: "plot-throughput-speedup-analysis"
17085
17086 - type: "plot"
17087   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17088   algorithm: "plot_tsa_name"
17089   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17090   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17091   include:
17092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17097   layout:
17098     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17099     layout: "plot-throughput-speedup-analysis"
17100
17101 - type: "plot"
17102   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17103   algorithm: "plot_tsa_name"
17104   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17105   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17106   include:
17107     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17112   layout:
17113     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17114     layout: "plot-throughput-speedup-analysis"
17115
17116 #- type: "plot"
17117 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17118 #  algorithm: "plot_tsa_name"
17119 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17120 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17121 #  include:
17122 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17123 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17124 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17125 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17126 #  layout:
17127 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17128 #    layout: "plot-throughput-speedup-analysis"
17129 #
17130 #- type: "plot"
17131 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17132 #  algorithm: "plot_tsa_name"
17133 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17134 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17135 #  include:
17136 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17137 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17138 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17139 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17140 #  layout:
17141 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17142 #    layout: "plot-throughput-speedup-analysis"
17143
17144 - type: "plot"
17145   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17146   algorithm: "plot_tsa_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17148   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17149   include:
17150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17156   layout:
17157     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17158     layout: "plot-throughput-speedup-analysis"
17159
17160 - type: "plot"
17161   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17162   algorithm: "plot_tsa_name"
17163   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17164   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17165   include:
17166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17172   layout:
17173     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17174     layout: "plot-throughput-speedup-analysis"
17175
17176 - type: "plot"
17177   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17178   algorithm: "plot_tsa_name"
17179   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17180   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17181   include:
17182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17187   layout:
17188     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17189     layout: "plot-throughput-speedup-analysis"
17190
17191 - type: "plot"
17192   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17193   algorithm: "plot_tsa_name"
17194   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17195   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17196   include:
17197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17202   layout:
17203     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17204     layout: "plot-throughput-speedup-analysis"
17205
17206 - type: "plot"
17207   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17208   algorithm: "plot_tsa_name"
17209   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17210   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17211   include:
17212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17218   layout:
17219     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17220     layout: "plot-throughput-speedup-analysis"
17221
17222 - type: "plot"
17223   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17224   algorithm: "plot_tsa_name"
17225   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17226   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17227   include:
17228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17234   layout:
17235     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17236     layout: "plot-throughput-speedup-analysis"
17237
17238 - type: "plot"
17239   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17240   algorithm: "plot_tsa_name"
17241   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17242   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17243   include:
17244     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17248   layout:
17249     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17250     layout: "plot-throughput-speedup-analysis"
17251
17252 - type: "plot"
17253   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17254   algorithm: "plot_tsa_name"
17255   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17256   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17257   include:
17258     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17262   layout:
17263     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17264     layout: "plot-throughput-speedup-analysis"
17265
17266 - type: "plot"
17267   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17268   algorithm: "plot_tsa_name"
17269   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17270   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17271   include:
17272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17277   layout:
17278     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17279     layout: "plot-throughput-speedup-analysis"
17280
17281 - type: "plot"
17282   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17283   algorithm: "plot_tsa_name"
17284   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17285   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17286   include:
17287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17292   layout:
17293     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17294     layout: "plot-throughput-speedup-analysis"
17295
17296 - type: "plot"
17297   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17298   algorithm: "plot_tsa_name"
17299   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17300   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17301   include:
17302     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17303     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17304     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17305     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17306     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17307     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17308   layout:
17309     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17310     layout: "plot-throughput-speedup-analysis"
17311
17312 - type: "plot"
17313   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17314   algorithm: "plot_tsa_name"
17315   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17316   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17317   include:
17318     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17319     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17320     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17321     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17322     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17323     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17324   layout:
17325     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17326     layout: "plot-throughput-speedup-analysis"
17327
17328 #- type: "plot"
17329 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17330 #  algorithm: "plot_tsa_name"
17331 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17332 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17333 #  include:
17334 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17335 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17336 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17337 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17338 #  layout:
17339 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17340 #    layout: "plot-throughput-speedup-analysis"
17341 #
17342 #- type: "plot"
17343 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17344 #  algorithm: "plot_tsa_name"
17345 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17346 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17347 #  include:
17348 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17349 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17350 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17351 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17352 #  layout:
17353 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17354 #    layout: "plot-throughput-speedup-analysis"
17355
17356 - type: "plot"
17357   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17358   algorithm: "plot_tsa_name"
17359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17361   include:
17362     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17366     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17367     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17368   layout:
17369     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17370     layout: "plot-throughput-speedup-analysis"
17371
17372 - type: "plot"
17373   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17374   algorithm: "plot_tsa_name"
17375   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17376   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17377   include:
17378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17384   layout:
17385     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17386     layout: "plot-throughput-speedup-analysis"
17387
17388 #- type: "plot"
17389 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17390 #  algorithm: "plot_tsa_name"
17391 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17392 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17393 #  include:
17394 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17395 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17396 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17397 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17398 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17399 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17400 #  layout:
17401 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17402 #    layout: "plot-throughput-speedup-analysis"
17403 #
17404 #- type: "plot"
17405 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17406 #  algorithm: "plot_tsa_name"
17407 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17408 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17409 #  include:
17410 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17411 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17412 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17413 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17414 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17415 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17416 #  layout:
17417 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17418 #    layout: "plot-throughput-speedup-analysis"
17419
17420 #- type: "plot"
17421 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17422 #  algorithm: "plot_tsa_name"
17423 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17424 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17425 #  include:
17426 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17427 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17428 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17429 #  layout:
17430 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17431 #    layout: "plot-throughput-speedup-analysis"
17432 #
17433 #- type: "plot"
17434 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17435 #  algorithm: "plot_tsa_name"
17436 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17437 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17438 #  include:
17439 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17440 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17441 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17442 #  layout:
17443 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17444 #    layout: "plot-throughput-speedup-analysis"
17445
17446 ################################################################################
17447
17448 # Packet Throughput - DPDK
17449
17450 # 2n-skx-xxv710
17451
17452 - type: "plot"
17453   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17456   data: "plot-dpdk-throughput-latency-2n-skx"
17457   include:
17458     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17459     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17460   layout:
17461     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17462     layout: "plot-throughput"
17463
17464 - type: "plot"
17465   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17466   algorithm: "plot_perf_box_name"
17467   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17468   data: "plot-dpdk-throughput-latency-2n-skx"
17469   include:
17470     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17471     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17472   layout:
17473     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17474     layout: "plot-throughput"
17475
17476 - type: "plot"
17477   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17478   algorithm: "plot_perf_box_name"
17479   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17480   data: "plot-dpdk-throughput-latency-2n-skx"
17481   include:
17482     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17483     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17484   layout:
17485     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17492   data: "plot-dpdk-throughput-latency-2n-skx"
17493   include:
17494     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17495     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17496   layout:
17497     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17498     layout: "plot-throughput"
17499
17500 # 2n-skx-x710
17501
17502 - type: "plot"
17503   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17504   algorithm: "plot_perf_box_name"
17505   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17506   data: "plot-dpdk-throughput-latency-2n-skx"
17507   include:
17508     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17509     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17510   layout:
17511     title: "2n-skx-x710-64b-2t1c-base-ndr"
17512     layout: "plot-throughput"
17513
17514 - type: "plot"
17515   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17516   algorithm: "plot_perf_box_name"
17517   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17518   data: "plot-dpdk-throughput-latency-2n-skx"
17519   include:
17520     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17521     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17522   layout:
17523     title: "2n-skx-x710-64b-4t2c-base-ndr"
17524     layout: "plot-throughput"
17525
17526 - type: "plot"
17527   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17528   algorithm: "plot_perf_box_name"
17529   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17530   data: "plot-dpdk-throughput-latency-2n-skx"
17531   include:
17532     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17533     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17534   layout:
17535     title: "2n-skx-x710-64b-2t1c-base-pdr"
17536     layout: "plot-throughput"
17537
17538 - type: "plot"
17539   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17540   algorithm: "plot_perf_box_name"
17541   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17542   data: "plot-dpdk-throughput-latency-2n-skx"
17543   include:
17544     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17545     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17546   layout:
17547     title: "2n-skx-x710-64b-4t2c-base-pdr"
17548     layout: "plot-throughput"
17549
17550 # 3n-skx-xxv710
17551
17552 - type: "plot"
17553   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17554   algorithm: "plot_perf_box_name"
17555   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17556   data: "plot-dpdk-throughput-latency-3n-skx"
17557   include:
17558     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17559     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17560   layout:
17561     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17566   algorithm: "plot_perf_box_name"
17567   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17568   data: "plot-dpdk-throughput-latency-3n-skx"
17569   include:
17570     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17571     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17572   layout:
17573     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17580   data: "plot-dpdk-throughput-latency-3n-skx"
17581   include:
17582     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17583     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17584   layout:
17585     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17592   data: "plot-dpdk-throughput-latency-3n-skx"
17593   include:
17594     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17595     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17596   layout:
17597     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17598     layout: "plot-throughput"
17599
17600 # 3n-skx-x710
17601
17602 - type: "plot"
17603   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17604   algorithm: "plot_perf_box_name"
17605   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17606   data: "plot-dpdk-throughput-latency-3n-skx"
17607   include:
17608     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17609     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17610   layout:
17611     title: "3n-skx-x710-64b-2t1c-base-ndr"
17612     layout: "plot-throughput"
17613
17614 - type: "plot"
17615   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17616   algorithm: "plot_perf_box_name"
17617   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17618   data: "plot-dpdk-throughput-latency-3n-skx"
17619   include:
17620     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17621     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17622   layout:
17623     title: "3n-skx-x710-64b-4t2c-base-ndr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17630   data: "plot-dpdk-throughput-latency-3n-skx"
17631   include:
17632     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17633     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17634   layout:
17635     title: "3n-skx-x710-64b-2t1c-base-pdr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17642   data: "plot-dpdk-throughput-latency-3n-skx"
17643   include:
17644     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17645     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17646   layout:
17647     title: "3n-skx-x710-64b-4t2c-base-pdr"
17648     layout: "plot-throughput"
17649
17650 # 3n-hsw-xl710
17651
17652 - type: "plot"
17653   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17656   data: "plot-dpdk-throughput-latency-3n-hsw"
17657   include:
17658     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17659     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17660   layout:
17661     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17668   data: "plot-dpdk-throughput-latency-3n-hsw"
17669   include:
17670     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17671     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17672   layout:
17673     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17674     layout: "plot-throughput"
17675
17676 - type: "plot"
17677   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17678   algorithm: "plot_perf_box_name"
17679   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17680   data: "plot-dpdk-throughput-latency-3n-hsw"
17681   include:
17682     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17683     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17684   layout:
17685     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17686     layout: "plot-throughput"
17687
17688 - type: "plot"
17689   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17690   algorithm: "plot_perf_box_name"
17691   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17692   data: "plot-dpdk-throughput-latency-3n-hsw"
17693   include:
17694     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17695     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17696   layout:
17697     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17698     layout: "plot-throughput"
17699
17700 # 3n-hsw-x710
17701
17702 - type: "plot"
17703   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17704   algorithm: "plot_perf_box_name"
17705   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17706   data: "plot-dpdk-throughput-latency-3n-hsw"
17707   include:
17708     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17709     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17710   layout:
17711     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17712     layout: "plot-throughput"
17713
17714 - type: "plot"
17715   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17716   algorithm: "plot_perf_box_name"
17717   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17718   data: "plot-dpdk-throughput-latency-3n-hsw"
17719   include:
17720     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17721     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17722   layout:
17723     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17730   data: "plot-dpdk-throughput-latency-3n-hsw"
17731   include:
17732     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17733     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17734   layout:
17735     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17736     layout: "plot-throughput"
17737
17738 - type: "plot"
17739   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17740   algorithm: "plot_perf_box_name"
17741   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17742   data: "plot-dpdk-throughput-latency-3n-hsw"
17743   include:
17744     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17745     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17746   layout:
17747     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17748     layout: "plot-throughput"
17749
17750 # 2n-dnv-x553
17751
17752 - type: "plot"
17753   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17754   algorithm: "plot_perf_box_name"
17755   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17756   data: "plot-dpdk-throughput-latency-2n-dnv"
17757   include:
17758     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17759     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17760   layout:
17761     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17768   data: "plot-dpdk-throughput-latency-2n-dnv"
17769   include:
17770     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17771     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17772   layout:
17773     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17780   data: "plot-dpdk-throughput-latency-2n-dnv"
17781   include:
17782     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17783     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17784   layout:
17785     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17786     layout: "plot-throughput"
17787
17788 - type: "plot"
17789   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17790   algorithm: "plot_perf_box_name"
17791   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17792   data: "plot-dpdk-throughput-latency-2n-dnv"
17793   include:
17794     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17795     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17796   layout:
17797     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17798     layout: "plot-throughput"
17799
17800 # 3n-dnv-x553
17801
17802 - type: "plot"
17803   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17804   algorithm: "plot_perf_box_name"
17805   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17806   data: "plot-dpdk-throughput-latency-3n-dnv"
17807   include:
17808     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17809     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17810   layout:
17811     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17812     layout: "plot-throughput"
17813
17814 - type: "plot"
17815   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17816   algorithm: "plot_perf_box_name"
17817   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17818   data: "plot-dpdk-throughput-latency-3n-dnv"
17819   include:
17820     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17821     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17822   layout:
17823     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17828   algorithm: "plot_perf_box_name"
17829   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17830   data: "plot-dpdk-throughput-latency-3n-dnv"
17831   include:
17832     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17833     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17834   layout:
17835     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17842   data: "plot-dpdk-throughput-latency-3n-dnv"
17843   include:
17844     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17845     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17846   layout:
17847     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17848     layout: "plot-throughput"
17849
17850 # 3n-tsh-x520
17851
17852 - type: "plot"
17853   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17854   algorithm: "plot_perf_box_name"
17855   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17856   data: "plot-dpdk-throughput-latency-3n-tsh"
17857   include:
17858     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17859     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17860   layout:
17861     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17862     layout: "plot-throughput"
17863
17864 - type: "plot"
17865   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17866   algorithm: "plot_perf_box_name"
17867   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17868   data: "plot-dpdk-throughput-latency-3n-tsh"
17869   include:
17870     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17871     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17872   layout:
17873     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17880   data: "plot-dpdk-throughput-latency-3n-tsh"
17881   include:
17882     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17883     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17884   layout:
17885     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17886     layout: "plot-throughput"
17887
17888 - type: "plot"
17889   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17890   algorithm: "plot_perf_box_name"
17891   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17892   data: "plot-dpdk-throughput-latency-3n-tsh"
17893   include:
17894     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17895     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17896   layout:
17897     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17898     layout: "plot-throughput"
17899
17900 ################################################################################
17901 ###   2n-clx                                                                 ###
17902 ################################################################################
17903
17904 # Packet Throughput
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17913     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17916   layout:
17917     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17929     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17930   layout:
17931     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17932     layout: "plot-throughput"
17933
17934 - type: "plot"
17935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17936   algorithm: "plot_perf_box_name"
17937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17939   include:
17940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17942     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17943     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17944   layout:
17945     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17946     layout: "plot-throughput"
17947
17948 - type: "plot"
17949   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17950   algorithm: "plot_perf_box_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17958   layout:
17959     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17960     layout: "plot-throughput"
17961
17962 - type: "plot"
17963   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17964   algorithm: "plot_perf_box_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17969     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17970     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17971     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17972   layout:
17973     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17974     layout: "plot-throughput"
17975
17976 - type: "plot"
17977   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17978   algorithm: "plot_perf_box_name"
17979   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17981   include:
17982 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17983     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17984     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17985     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17986   layout:
17987     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18002   layout:
18003     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
18004     layout: "plot-throughput"
18005
18006 - type: "plot"
18007   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18008   algorithm: "plot_perf_box_name"
18009   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18011   include:
18012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18018   layout:
18019     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
18020     layout: "plot-throughput"
18021
18022 - type: "plot"
18023   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18024   algorithm: "plot_perf_box_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18032   layout:
18033     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18034     layout: "plot-throughput"
18035
18036 - type: "plot"
18037   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18038   algorithm: "plot_perf_box_name"
18039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18041   include:
18042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18046   layout:
18047     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18048     layout: "plot-throughput"
18049
18050 - type: "plot"
18051   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18072   layout:
18073     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
18074     layout: "plot-throughput"
18075
18076 - type: "plot"
18077   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18078   algorithm: "plot_perf_box_name"
18079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18081   include:
18082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
18089     layout: "plot-throughput"
18090
18091 - type: "plot"
18092   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18093   algorithm: "plot_perf_box_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18102   layout:
18103     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
18104     layout: "plot-throughput"
18105
18106 - type: "plot"
18107   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18108   algorithm: "plot_perf_box_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18115   layout:
18116     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
18117     layout: "plot-throughput"
18118
18119 - type: "plot"
18120   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18121   algorithm: "plot_perf_box_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18128   layout:
18129     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18130     layout: "plot-throughput"
18131
18132 - type: "plot"
18133   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18134   algorithm: "plot_perf_box_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18144   layout:
18145     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18146     layout: "plot-throughput"
18147
18148 - type: "plot"
18149   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18150   algorithm: "plot_perf_box_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18160   layout:
18161     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18176   layout:
18177     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18192   layout:
18193     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18194     layout: "plot-throughput"
18195
18196 - type: "plot"
18197   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18198   algorithm: "plot_perf_box_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18204   layout:
18205     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18206     layout: "plot-throughput"
18207
18208 - type: "plot"
18209   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18210   algorithm: "plot_perf_box_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18216   layout:
18217     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18218     layout: "plot-throughput"
18219
18220 - type: "plot"
18221   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18222   algorithm: "plot_perf_box_name"
18223   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18225   include:
18226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18232   layout:
18233     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18234     layout: "plot-throughput"
18235
18236 - type: "plot"
18237   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18238   algorithm: "plot_perf_box_name"
18239   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18241   include:
18242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18248   layout:
18249     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18250     layout: "plot-throughput"
18251
18252 - type: "plot"
18253   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18254   algorithm: "plot_perf_box_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18263 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18264   layout:
18265     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18266     layout: "plot-throughput"
18267
18268 - type: "plot"
18269   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18270   algorithm: "plot_perf_box_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18279 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18280   layout:
18281     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18282     layout: "plot-throughput"
18283
18284 - type: "plot"
18285   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18286   algorithm: "plot_perf_box_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18296   layout:
18297     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18298     layout: "plot-throughput"
18299
18300 - type: "plot"
18301   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18302   algorithm: "plot_perf_box_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18312   layout:
18313     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18314     layout: "plot-throughput"
18315
18316 - type: "plot"
18317   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18318   algorithm: "plot_perf_box_name"
18319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18321   include:
18322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18329     layout: "plot-throughput"
18330
18331 - type: "plot"
18332   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18333   algorithm: "plot_perf_box_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18342   layout:
18343     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18344     layout: "plot-throughput"
18345
18346 - type: "plot"
18347   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18348   algorithm: "plot_perf_box_name"
18349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18351   include:
18352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18357   layout:
18358     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18359     layout: "plot-throughput"
18360
18361 - type: "plot"
18362   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18363   algorithm: "plot_perf_box_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18372   layout:
18373     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18374     layout: "plot-throughput"
18375
18376 - type: "plot"
18377   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18378   algorithm: "plot_perf_box_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18387   layout:
18388     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18389     layout: "plot-throughput"
18390
18391 - type: "plot"
18392   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18393   algorithm: "plot_perf_box_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18402   layout:
18403     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18404     layout: "plot-throughput"
18405
18406 - type: "plot"
18407   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18408   algorithm: "plot_perf_box_name"
18409   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18411   include:
18412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18417   layout:
18418     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18419     layout: "plot-throughput"
18420
18421 - type: "plot"
18422   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18423   algorithm: "plot_perf_box_name"
18424   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18426   include:
18427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18432   layout:
18433     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18434     layout: "plot-throughput"
18435
18436 - type: "plot"
18437   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18438   algorithm: "plot_perf_box_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18447   layout:
18448     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18449     layout: "plot-throughput"
18450
18451 - type: "plot"
18452   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18453   algorithm: "plot_perf_box_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18462   layout:
18463     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18464     layout: "plot-throughput"
18465
18466 - type: "plot"
18467   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18468   algorithm: "plot_perf_box_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18478   layout:
18479     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18480     layout: "plot-throughput"
18481
18482 - type: "plot"
18483   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18484   algorithm: "plot_perf_box_name"
18485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487   include:
18488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18494   layout:
18495     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18496     layout: "plot-throughput"
18497
18498 - type: "plot"
18499   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18500   algorithm: "plot_perf_box_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18508   layout:
18509     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18510     layout: "plot-throughput"
18511
18512 - type: "plot"
18513   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18514   algorithm: "plot_perf_box_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18522   layout:
18523     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18524     layout: "plot-throughput"
18525
18526 - type: "plot"
18527   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18528   algorithm: "plot_perf_box_name"
18529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18531   include:
18532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18540     layout: "plot-throughput"
18541
18542 - type: "plot"
18543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18544   algorithm: "plot_perf_box_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18554   layout:
18555     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18556     layout: "plot-throughput"
18557
18558 - type: "plot"
18559   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18560   algorithm: "plot_perf_box_name"
18561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563   include:
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18568   layout:
18569     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18570     layout: "plot-throughput"
18571
18572 - type: "plot"
18573   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18574   algorithm: "plot_perf_box_name"
18575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577   include:
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18582   layout:
18583     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18584     layout: "plot-throughput"
18585
18586 - type: "plot"
18587   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18588   algorithm: "plot_perf_box_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18598   layout:
18599     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18600     layout: "plot-throughput"
18601
18602 - type: "plot"
18603   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18604   algorithm: "plot_perf_box_name"
18605   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607   include:
18608     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18612     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18614   layout:
18615     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18616     layout: "plot-throughput"
18617
18618 - type: "plot"
18619   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18620   algorithm: "plot_perf_box_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18628   layout:
18629     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18630     layout: "plot-throughput"
18631
18632 - type: "plot"
18633   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18634   algorithm: "plot_perf_box_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18642   layout:
18643     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18644     layout: "plot-throughput"
18645
18646 - type: "plot"
18647   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18648   algorithm: "plot_perf_box_name"
18649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18651   include:
18652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18657   layout:
18658     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18659     layout: "plot-throughput"
18660
18661 - type: "plot"
18662   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18663   algorithm: "plot_perf_box_name"
18664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18666   include:
18667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18672   layout:
18673     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18674     layout: "plot-throughput"
18675
18676 - type: "plot"
18677   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18678   algorithm: "plot_perf_box_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "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"
18683     - "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"
18684     - "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"
18685     - "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"
18686     - "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"
18687   layout:
18688     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18689     layout: "plot-throughput"
18690
18691 - type: "plot"
18692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18693   algorithm: "plot_perf_box_name"
18694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696   include:
18697     - "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"
18698     - "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"
18699     - "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"
18700     - "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"
18701     - "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"
18702   layout:
18703     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18704     layout: "plot-throughput"
18705
18706 - type: "plot"
18707   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18708   algorithm: "plot_perf_box_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18717   layout:
18718     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18719     layout: "plot-throughput"
18720
18721 - type: "plot"
18722   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18723   algorithm: "plot_perf_box_name"
18724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18726   include:
18727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18732   layout:
18733     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18734     layout: "plot-throughput"
18735
18736 - type: "plot"
18737   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18738   algorithm: "plot_perf_box_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18747   layout:
18748     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18749     layout: "plot-throughput"
18750
18751 - type: "plot"
18752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18753   algorithm: "plot_perf_box_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18762   layout:
18763     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18764     layout: "plot-throughput"
18765
18766 - type: "plot"
18767   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18768   algorithm: "plot_perf_box_name"
18769   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18771   include:
18772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18776   layout:
18777     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18778     layout: "plot-throughput"
18779
18780 - type: "plot"
18781   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18782   algorithm: "plot_perf_box_name"
18783   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18785   include:
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18790   layout:
18791     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18792     layout: "plot-throughput"
18793
18794 - type: "plot"
18795   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18796   algorithm: "plot_perf_box_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "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"
18801     - "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"
18802     - "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"
18803     - "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"
18804   layout:
18805     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18806     layout: "plot-throughput"
18807
18808 - type: "plot"
18809   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18810   algorithm: "plot_perf_box_name"
18811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18813   include:
18814     - "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"
18815     - "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"
18816     - "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"
18817     - "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"
18818   layout:
18819     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18820     layout: "plot-throughput"
18821
18822 - type: "plot"
18823   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18824   algorithm: "plot_perf_box_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "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"
18829     - "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"
18830     - "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"
18831     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18832     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18833     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18834   layout:
18835     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18836     layout: "plot-throughput"
18837
18838 - type: "plot"
18839   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18840   algorithm: "plot_perf_box_name"
18841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18843   include:
18844     - "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"
18845     - "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"
18846     - "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"
18847     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18848     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18849     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18850   layout:
18851     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18852     layout: "plot-throughput"
18853
18854 ################################################################################
18855
18856 # Packet Speedup
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18868   layout:
18869     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18870     layout: "plot-throughput-speedup-analysis"
18871
18872 - type: "plot"
18873   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18874   algorithm: "plot_tsa_name"
18875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18877   include:
18878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18882   layout:
18883     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18884     layout: "plot-throughput-speedup-analysis"
18885
18886 - type: "plot"
18887   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18888   algorithm: "plot_tsa_name"
18889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18891   include:
18892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18893     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18894     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18896   layout:
18897     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18898     layout: "plot-throughput-speedup-analysis"
18899
18900 - type: "plot"
18901   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18902   algorithm: "plot_tsa_name"
18903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18905   include:
18906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18910   layout:
18911     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18912     layout: "plot-throughput-speedup-analysis"
18913
18914 - type: "plot"
18915   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18916   algorithm: "plot_tsa_name"
18917   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18919   include:
18920     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18921     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18922     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18923     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18924   layout:
18925     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18926     layout: "plot-throughput-speedup-analysis"
18927
18928 - type: "plot"
18929   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18930   algorithm: "plot_tsa_name"
18931   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18933   include:
18934     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18935     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18936     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18937     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18938   layout:
18939     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18954   layout:
18955     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18956     layout: "plot-throughput-speedup-analysis"
18957
18958 - type: "plot"
18959   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18960   algorithm: "plot_tsa_name"
18961   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18963   include:
18964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18970   layout:
18971     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18972     layout: "plot-throughput-speedup-analysis"
18973
18974 - type: "plot"
18975   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18976   algorithm: "plot_tsa_name"
18977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18979   include:
18980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18984   layout:
18985     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18986     layout: "plot-throughput-speedup-analysis"
18987
18988 - type: "plot"
18989   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18990   algorithm: "plot_tsa_name"
18991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18993   include:
18994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18998   layout:
18999     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19000     layout: "plot-throughput-speedup-analysis"
19001
19002 - type: "plot"
19003   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19004   algorithm: "plot_tsa_name"
19005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19007   include:
19008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19011   layout:
19012     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19024   layout:
19025     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19026     layout: "plot-throughput-speedup-analysis"
19027
19028 - type: "plot"
19029   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19030   algorithm: "plot_tsa_name"
19031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19033   include:
19034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19039   layout:
19040     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19048   include:
19049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19054   layout:
19055     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19056     layout: "plot-throughput-speedup-analysis"
19057
19058 - type: "plot"
19059   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19060   algorithm: "plot_tsa_name"
19061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19063   include:
19064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19067   layout:
19068     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19080   layout:
19081     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
19095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19096   layout:
19097     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19098     layout: "plot-throughput-speedup-analysis"
19099
19100 - type: "plot"
19101   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19102   algorithm: "plot_tsa_name"
19103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19105   include:
19106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
19111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19112   layout:
19113     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19114     layout: "plot-throughput-speedup-analysis"
19115
19116 - type: "plot"
19117   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19118   algorithm: "plot_tsa_name"
19119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19121   include:
19122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19128   layout:
19129     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19130     layout: "plot-throughput-speedup-analysis"
19131
19132 - type: "plot"
19133   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19134   algorithm: "plot_tsa_name"
19135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19137   include:
19138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19144   layout:
19145     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19153   include:
19154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19156   layout:
19157     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19167     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19168   layout:
19169     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19170     layout: "plot-throughput-speedup-analysis"
19171
19172 - type: "plot"
19173   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19174   algorithm: "plot_tsa_name"
19175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19177   include:
19178     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19179     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19180     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19181     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19182     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19184   layout:
19185     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19186     layout: "plot-throughput-speedup-analysis"
19187
19188 - type: "plot"
19189   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19190   algorithm: "plot_tsa_name"
19191   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19193   include:
19194     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19195     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19196     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19197     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19200   layout:
19201     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19202     layout: "plot-throughput-speedup-analysis"
19203
19204 - type: "plot"
19205   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19206   algorithm: "plot_tsa_name"
19207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19209   include:
19210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19212     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19214     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
19215     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19216   layout:
19217     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19228     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19230     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
19231     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
19232   layout:
19233     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19234     layout: "plot-throughput-speedup-analysis"
19235
19236 - type: "plot"
19237   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19238   algorithm: "plot_tsa_name"
19239   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19241   include:
19242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19246     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19247     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19248   layout:
19249     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19260     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19261     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19262     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19263     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19264   layout:
19265     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19266     layout: "plot-throughput-speedup-analysis"
19267
19268 - type: "plot"
19269   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19270   algorithm: "plot_tsa_name"
19271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19273   include:
19274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19279   layout:
19280     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19281     layout: "plot-throughput-speedup-analysis"
19282
19283 - type: "plot"
19284   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19285   algorithm: "plot_tsa_name"
19286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19288   include:
19289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19294   layout:
19295     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19296     layout: "plot-throughput-speedup-analysis"
19297
19298 - type: "plot"
19299   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19300   algorithm: "plot_tsa_name"
19301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19303   include:
19304     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19305     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19309   layout:
19310     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19311     layout: "plot-throughput-speedup-analysis"
19312
19313 - type: "plot"
19314   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19315   algorithm: "plot_tsa_name"
19316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19318   include:
19319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19324   layout:
19325     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19326     layout: "plot-throughput-speedup-analysis"
19327
19328 - type: "plot"
19329   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19330   algorithm: "plot_tsa_name"
19331   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19333   include:
19334     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19335     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19336     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19337     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19338     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19339   layout:
19340     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19341     layout: "plot-throughput-speedup-analysis"
19342
19343 - type: "plot"
19344   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19345   algorithm: "plot_tsa_name"
19346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19348   include:
19349     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19350     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19351     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19352     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19353     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19354   layout:
19355     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19356     layout: "plot-throughput-speedup-analysis"
19357
19358 - type: "plot"
19359   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19360   algorithm: "plot_tsa_name"
19361   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19363   include:
19364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19369   layout:
19370     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19371     layout: "plot-throughput-speedup-analysis"
19372
19373 - type: "plot"
19374   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19375   algorithm: "plot_tsa_name"
19376   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19378   include:
19379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19384   layout:
19385     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19386     layout: "plot-throughput-speedup-analysis"
19387
19388 - type: "plot"
19389   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19390   algorithm: "plot_tsa_name"
19391   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19393   include:
19394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19399   layout:
19400     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19401     layout: "plot-throughput-speedup-analysis"
19402
19403 - type: "plot"
19404   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19405   algorithm: "plot_tsa_name"
19406   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19408   include:
19409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19414   layout:
19415     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19416     layout: "plot-throughput-speedup-analysis"
19417
19418 - type: "plot"
19419   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19420   algorithm: "plot_tsa_name"
19421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19423   include:
19424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19430   layout:
19431     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19432     layout: "plot-throughput-speedup-analysis"
19433
19434 - type: "plot"
19435   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19436   algorithm: "plot_tsa_name"
19437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19439   include:
19440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19446   layout:
19447     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19448     layout: "plot-throughput-speedup-analysis"
19449
19450 - type: "plot"
19451   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19452   algorithm: "plot_tsa_name"
19453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19455   include:
19456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19460   layout:
19461     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19462     layout: "plot-throughput-speedup-analysis"
19463
19464 - type: "plot"
19465   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19466   algorithm: "plot_tsa_name"
19467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19469   include:
19470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19474   layout:
19475     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19476     layout: "plot-throughput-speedup-analysis"
19477
19478 - type: "plot"
19479   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19480   algorithm: "plot_tsa_name"
19481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19483   include:
19484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19490   layout:
19491     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19492     layout: "plot-throughput-speedup-analysis"
19493
19494 - type: "plot"
19495   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19496   algorithm: "plot_tsa_name"
19497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19499   include:
19500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19506   layout:
19507     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19508     layout: "plot-throughput-speedup-analysis"
19509
19510 - type: "plot"
19511   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19512   algorithm: "plot_tsa_name"
19513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19515   include:
19516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19520   layout:
19521     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19522     layout: "plot-throughput-speedup-analysis"
19523
19524 - type: "plot"
19525   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19526   algorithm: "plot_tsa_name"
19527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19529   include:
19530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19534   layout:
19535     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19536     layout: "plot-throughput-speedup-analysis"
19537
19538 - type: "plot"
19539   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19540   algorithm: "plot_tsa_name"
19541   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19543   include:
19544     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19545     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19546     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19547     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19548     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19549     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19550   layout:
19551     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19552     layout: "plot-throughput-speedup-analysis"
19553
19554 - type: "plot"
19555   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19556   algorithm: "plot_tsa_name"
19557   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19559   include:
19560     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19561     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19562     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19563     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19564     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19565     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19566   layout:
19567     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19568     layout: "plot-throughput-speedup-analysis"
19569
19570 - type: "plot"
19571   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19572   algorithm: "plot_tsa_name"
19573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19575   include:
19576     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19577     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19578     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19579     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19580   layout:
19581     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19582     layout: "plot-throughput-speedup-analysis"
19583
19584 - type: "plot"
19585   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19586   algorithm: "plot_tsa_name"
19587   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19589   include:
19590     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19591     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19592     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19593     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19594   layout:
19595     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19596     layout: "plot-throughput-speedup-analysis"
19597
19598 - type: "plot"
19599   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19600   algorithm: "plot_tsa_name"
19601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19603   include:
19604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19609   layout:
19610     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19611     layout: "plot-throughput-speedup-analysis"
19612
19613 - type: "plot"
19614   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19615   algorithm: "plot_tsa_name"
19616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19618   include:
19619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19623     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19624   layout:
19625     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19626     layout: "plot-throughput-speedup-analysis"
19627
19628 - type: "plot"
19629   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19630   algorithm: "plot_tsa_name"
19631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19633   include:
19634     - "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"
19635     - "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"
19636     - "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"
19637     - "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"
19638     - "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"
19639   layout:
19640     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19641     layout: "plot-throughput-speedup-analysis"
19642
19643 - type: "plot"
19644   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19645   algorithm: "plot_tsa_name"
19646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19648   include:
19649     - "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"
19650     - "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"
19651     - "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"
19652     - "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"
19653     - "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"
19654   layout:
19655     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19656     layout: "plot-throughput-speedup-analysis"
19657
19658 - type: "plot"
19659   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19660   algorithm: "plot_tsa_name"
19661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19663   include:
19664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19669   layout:
19670     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19671     layout: "plot-throughput-speedup-analysis"
19672
19673 - type: "plot"
19674   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19675   algorithm: "plot_tsa_name"
19676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19678   include:
19679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19684   layout:
19685     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19686     layout: "plot-throughput-speedup-analysis"
19687
19688 - type: "plot"
19689   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19690   algorithm: "plot_tsa_name"
19691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19693   include:
19694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19699   layout:
19700     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19701     layout: "plot-throughput-speedup-analysis"
19702
19703 - type: "plot"
19704   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19705   algorithm: "plot_tsa_name"
19706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19708   include:
19709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19714   layout:
19715     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19716     layout: "plot-throughput-speedup-analysis"
19717
19718 - type: "plot"
19719   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19720   algorithm: "plot_tsa_name"
19721   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19723   include:
19724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19728   layout:
19729     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19730     layout: "plot-throughput-speedup-analysis"
19731
19732 - type: "plot"
19733   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19734   algorithm: "plot_tsa_name"
19735   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19737   include:
19738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19742   layout:
19743     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19744     layout: "plot-throughput-speedup-analysis"
19745
19746 - type: "plot"
19747   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19748   algorithm: "plot_tsa_name"
19749   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19751   include:
19752     - "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"
19753     - "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"
19754     - "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"
19755     - "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"
19756   layout:
19757     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19758     layout: "plot-throughput-speedup-analysis"
19759
19760 - type: "plot"
19761   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19762   algorithm: "plot_tsa_name"
19763   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19765   include:
19766     - "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"
19767     - "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"
19768     - "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"
19769     - "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"
19770   layout:
19771     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19772     layout: "plot-throughput-speedup-analysis"
19773
19774 - type: "plot"
19775   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19776   algorithm: "plot_tsa_name"
19777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19779   include:
19780     - "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"
19781     - "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"
19782     - "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"
19783     - "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"
19784     - "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"
19785     - "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"
19786   layout:
19787     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19788     layout: "plot-throughput-speedup-analysis"
19789
19790 - type: "plot"
19791   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19792   algorithm: "plot_tsa_name"
19793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19795   include:
19796     - "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"
19797     - "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"
19798     - "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"
19799     - "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"
19800     - "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"
19801     - "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"
19802   layout:
19803     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19804     layout: "plot-throughput-speedup-analysis"
19805
19806 ################################################################################
19807
19808 # Packet Throughput - DPDK
19809
19810 # 2n-clx-xxv710
19811
19812 - type: "plot"
19813   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19814   algorithm: "plot_perf_box_name"
19815   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19816   data: "plot-dpdk-throughput-latency-2n-clx"
19817   include:
19818     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19819     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19820   layout:
19821     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19822     layout: "plot-throughput"
19823
19824 - type: "plot"
19825   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19826   algorithm: "plot_perf_box_name"
19827   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19828   data: "plot-dpdk-throughput-latency-2n-clx"
19829   include:
19830     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19831     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19832   layout:
19833     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19834     layout: "plot-throughput"
19835
19836 - type: "plot"
19837   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19838   algorithm: "plot_perf_box_name"
19839   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19840   data: "plot-dpdk-throughput-latency-2n-clx"
19841   include:
19842     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19843     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19844   layout:
19845     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19846     layout: "plot-throughput"
19847
19848 - type: "plot"
19849   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19850   algorithm: "plot_perf_box_name"
19851   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19852   data: "plot-dpdk-throughput-latency-2n-clx"
19853   include:
19854     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19855     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19856   layout:
19857     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19858     layout: "plot-throughput"
19859
19860 # 2n-clx-x710
19861
19862 - type: "plot"
19863   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19864   algorithm: "plot_perf_box_name"
19865   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19866   data: "plot-dpdk-throughput-latency-2n-clx"
19867   include:
19868     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19869     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19870   layout:
19871     title: "2n-clx-x710-64b-2t1c-base-ndr"
19872     layout: "plot-throughput"
19873
19874 - type: "plot"
19875   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19876   algorithm: "plot_perf_box_name"
19877   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19878   data: "plot-dpdk-throughput-latency-2n-clx"
19879   include:
19880     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19881     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19882   layout:
19883     title: "2n-clx-x710-64b-4t2c-base-ndr"
19884     layout: "plot-throughput"
19885
19886 - type: "plot"
19887   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19888   algorithm: "plot_perf_box_name"
19889   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19890   data: "plot-dpdk-throughput-latency-2n-clx"
19891   include:
19892     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19893     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19894   layout:
19895     title: "2n-clx-x710-64b-2t1c-base-pdr"
19896     layout: "plot-throughput"
19897
19898 - type: "plot"
19899   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19900   algorithm: "plot_perf_box_name"
19901   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19902   data: "plot-dpdk-throughput-latency-2n-clx"
19903   include:
19904     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19905     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19906   layout:
19907     title: "2n-clx-x710-64b-4t2c-base-pdr"
19908     layout: "plot-throughput"
19909
19910 ################################################################################
19911
19912 - type: "plot"
19913   title: "Latency by percentile: 2n-skx"
19914   algorithm: "plot_hdrh_lat_by_percentile"
19915   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19916   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19917   target-links: "../../_static/vpp"
19918   data: "plot-vpp-hdrh-lat-2n-skx"
19919   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19920   layout:
19921     layout: "plot-hdrh-latency-by-percentile"
19922
19923 - type: "plot"
19924   title: "Latency by percentile: 3n-skx"
19925   algorithm: "plot_hdrh_lat_by_percentile"
19926   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19927   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19928   target-links: "../../_static/vpp"
19929   data: "plot-vpp-hdrh-lat-3n-skx"
19930   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19931   layout:
19932     layout: "plot-hdrh-latency-by-percentile"
19933
19934 - type: "plot"
19935   title: "Latency by percentile: 2n-clx"
19936   algorithm: "plot_hdrh_lat_by_percentile"
19937   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19938   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19939   target-links: "../../_static/vpp"
19940   data: "plot-vpp-hdrh-lat-2n-clx"
19941   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19942   layout:
19943     layout: "plot-hdrh-latency-by-percentile"
19944
19945 - type: "plot"
19946   title: "Latency by percentile: 3n-hsw"
19947   algorithm: "plot_hdrh_lat_by_percentile"
19948   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19949   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19950   target-links: "../../_static/vpp"
19951   data: "plot-vpp-hdrh-lat-3n-hsw"
19952   filter: "'1T1C' and 'NIC_Intel-XL710'"
19953   layout:
19954     layout: "plot-hdrh-latency-by-percentile"
19955
19956 - type: "plot"
19957   title: "Latency by percentile: 3n-tsh"
19958   algorithm: "plot_hdrh_lat_by_percentile"
19959   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19960   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19961   target-links: "../../_static/vpp"
19962   data: "plot-vpp-hdrh-lat-3n-tsh"
19963   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19964   layout:
19965     layout: "plot-hdrh-latency-by-percentile"
19966
19967 - type: "plot"
19968   title: "Latency by percentile: DPDK 2n-skx"
19969   algorithm: "plot_hdrh_lat_by_percentile"
19970   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19971   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19972   target-links: "../../_static/dpdk"
19973   data: "plot-dpdk-hdrh-lat-2n-skx"
19974   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19975   layout:
19976     layout: "plot-hdrh-latency-by-percentile"
19977
19978 - type: "plot"
19979   title: "Latency by percentile: DPDK 3n-skx"
19980   algorithm: "plot_hdrh_lat_by_percentile"
19981   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19982   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19983   target-links: "../../_static/dpdk"
19984   data: "plot-dpdk-hdrh-lat-3n-skx"
19985   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19986   layout:
19987     layout: "plot-hdrh-latency-by-percentile"
19988
19989 - type: "plot"
19990   title: "Latency by percentile: DPDK 2n-clx"
19991   algorithm: "plot_hdrh_lat_by_percentile"
19992   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19993   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19994   target-links: "../../_static/dpdk"
19995   data: "plot-dpdk-hdrh-lat-2n-clx"
19996   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19997   layout:
19998     layout: "plot-hdrh-latency-by-percentile"
19999
20000 - type: "plot"
20001   title: "Latency by percentile: DPDK 3n-hsw"
20002   algorithm: "plot_hdrh_lat_by_percentile"
20003   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20004   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20005   target-links: "../../_static/dpdk"
20006   data: "plot-dpdk-hdrh-lat-3n-hsw"
20007   filter: "'1T1C' and 'NIC_Intel-XL710'"
20008   layout:
20009     layout: "plot-hdrh-latency-by-percentile"
20010
20011 - type: "plot"
20012   title: "Latency by percentile: DPDK 3n-tsh"
20013   algorithm: "plot_hdrh_lat_by_percentile"
20014   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20015   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20016   target-links: "../../_static/dpdk"
20017   data: "plot-dpdk-hdrh-lat-3n-tsh"
20018   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20019   layout:
20020     layout: "plot-hdrh-latency-by-percentile"