Report: Add RC2 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       # TODO: Add:
155       csit-vpp-perf-report-iterative-2009-3n-hsw:
156         - 4   # RC2 NDRPDR iter env5
157         - 5   # RC2 NDRPDR iter env5
158         - 6   # RC2 NDRPDR iter env5
159         - 7   # RC2 NDRPDR iter env5
160         - 8   # RC2 NDRPDR iter env5
161
162     plot-vpp-hdrh-lat-3n-hsw:
163       # TODO: Add:
164       csit-vpp-perf-report-iterative-2009-3n-hsw:
165         - 4   # RC2 NDRPDR iter env5
166
167     plot-vpp-hoststack-3n-hsw:
168       # TODO: Replace:
169       # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
170       # csit-vpp-perf-verify-2009-3n-hsw:
171       csit-vpp-perf-verify-2005-3n-hsw:
172         - 3   # hoststack
173         - 5   # hoststack
174         - 6   # hoststack
175         - 7   # hoststack
176         - 8   # hoststack
177         - 9   # hoststack
178         - 10  # hoststack
179         - 11  # hoststack
180         - 12  # hoststack
181         - 13  # hoststack
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 10  # RC2 NDRPDR iter env5
206         - 12  # RC2 NDRPDR iter env5
207         - 14  # RC2 NDRPDR iter env5
208         - 16  # RC2 NDRPDR iter env5
209
210     plot-vpp-hdrh-lat-3n-skx:
211       # TODO: Add:
212       csit-vpp-perf-report-iterative-2009-3n-skx:
213         - 16  # RC2 NDRPDR iter env5
214
215     plot-vpp-nfv-3n-skx-ndrpdr:
216       # TODO: Replace:
217       # csit-vpp-perf-report-iterative-2009-3n-skx:
218       csit-vpp-perf-report-iterative-2005-3n-skx:
219         - 4   # NDRPDR sel
220         - 5   # NDRPDR sel ??? all x710 failed
221         - 33  # NDRPDR sel
222         - 28  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-skx-mrr:
226       # TODO: Replace:
227       # csit-vpp-perf-report-iterative-2009-3n-skx:
228       csit-vpp-perf-report-iterative-2005-3n-skx:
229         - 49  # MRR sel env 4
230
231     plot-dpdk-throughput-latency-3n-skx:
232       csit-dpdk-perf-report-iterative-2009-3n-skx:
233         - 4   # NDRPDR sel env5
234         - 5   # NDRPDR sel env5
235         - 6   # NDRPDR sel env5
236         - 7   # NDRPDR sel env5
237         - 8   # NDRPDR sel env5
238         - 9   # NDRPDR sel env5
239         - 14  # NDRPDR sel env5
240         - 11  # NDRPDR sel env5
241         - 12  # NDRPDR sel env5
242         - 13  # NDRPDR sel env5
243
244     plot-dpdk-hdrh-lat-3n-skx:
245       csit-dpdk-perf-report-iterative-2009-3n-skx:
246         - 4   # NDRPDR sel env5
247
248     # 2n-skx
249
250     plot-vpp-throughput-lat-tsa-2n-skx:
251       # TODO: Add:
252       csit-vpp-perf-report-iterative-2009-2n-skx:
253         - 8   # RC2 NDRPDR iter env5
254         - 10  # RC2 NDRPDR iter env5
255         - 12  # RC2 NDRPDR iter env5
256         - 14  # RC2 NDRPDR iter env5
257         - 15  # RC2 NDRPDR iter env5
258
259     plot-vpp-hdrh-lat-2n-skx:
260       # TODO: Add:
261       csit-vpp-perf-report-iterative-2009-2n-skx:
262         - 14  # RC2 NDRPDR iter env5
263
264     plot-vpp-soak-2n-skx:
265       # TODO: Replace:
266       # csit-vpp-perf-report-iterative-2009-2n-skx:
267       csit-vpp-perf-report-iterative-2005-2n-skx:
268         - 122 # Soak
269         - 123 # Soak
270
271     plot-vpp-nfv-2n-skx-ndrpdr:
272       # TODO: Replace:
273       # csit-vpp-perf-report-iterative-2009-2n-skx:
274       csit-vpp-perf-report-iterative-2005-2n-skx:
275         - 113 # nf-density-sel env 4
276         - 114 # nf-density-sel env 4
277         - 124 # nf-density-sel env 4
278         - 128 # nf-density-sel env 4
279         - 129 # nf-density-sel env 4
280         - 131 # nf-density-sel env 4
281         - 132 # nf-density-sel env 4
282         - 135 # nf-density-sel env 4
283         - 136 # nf-density-sel env 4
284         - 139 # nf-density-sel env 4
285
286     plot-vpp-nfv-2n-skx-mrr:
287       # TODO: Replace:
288       # csit-vpp-perf-report-iterative-2009-2n-skx:
289       csit-vpp-perf-report-iterative-2005-2n-skx:
290         - 115 # nf-density-sel env 4
291
292     plot-vpp-nfv-reconf-2n-skx:
293       # TODO: Replace:
294       # csit-vpp-perf-report-iterative-2009-2n-skx:
295       csit-vpp-perf-report-iterative-2005-2n-skx:
296         - 106 # Reconf env 4
297         - 107 # Reconf env 4
298         - 108 # Reconf env 4
299         - 109 # Reconf env 4
300         - 110 # Reconf env 4
301         - 111 # Reconf env 4
302         - 112 # Reconf env 4
303         - 118 # Reconf env 4
304         - 120 # Reconf env 4
305         - 121 # Reconf env 4
306
307     plot-dpdk-throughput-latency-2n-skx:
308       csit-dpdk-perf-report-iterative-2009-2n-skx:
309         - 4   # NDRPDR iter env5
310         - 5   # NDRPDR iter env5
311         - 6   # NDRPDR iter env5
312         - 7   # NDRPDR iter env5
313         - 8   # NDRPDR iter env5
314         - 9   # NDRPDR iter env5
315         - 10  # NDRPDR iter env5
316         - 11  # NDRPDR iter env5
317         - 12  # NDRPDR iter env5
318         - 13  # NDRPDR iter env5
319
320     plot-dpdk-hdrh-lat-2n-skx:
321       csit-dpdk-perf-report-iterative-2009-2n-skx:
322         - 4   # NDRPDR iter env5
323
324     # 2n-clx
325
326     plot-vpp-throughput-lat-tsa-2n-clx:
327       # TODO: Add:
328       csit-vpp-perf-report-iterative-2009-2n-clx:
329         - 7   # RC2 NDRPDR iter env5
330         - 9   # RC2 NDRPDR iter env5
331         - 10  # RC2 NDRPDR iter env5
332         - 12  # RC2 NDRPDR iter env5
333         - 14  # RC2 NDRPDR iter env5
334
335     plot-vpp-hdrh-lat-2n-clx:
336       # TODO: Add:
337       csit-vpp-perf-report-iterative-2009-2n-clx:
338         - 14  # RC2 NDRPDR iter env5
339
340     plot-vpp-nfv-2n-clx-ndrpdr:
341       # TODO: Replace:
342       # csit-vpp-perf-report-iterative-2009-2n-clx:
343       csit-vpp-perf-report-iterative-2005-2n-clx:
344         - 91  # nfv-density-00 env 4
345         - 92  # nfv-density-00 env 4
346         - 93  # nfv-density-00 env 4
347         - 97  # nfv-density-00 env 4
348         - 98  # nfv-density-00 env 4
349         - 99  # nfv-density-00 env 4
350         - 100 # nfv-density-00 env 4
351         - 105 # nfv-density-00 env 4
352         - 106 # nfv-density-00 env 4
353         - 108 # nfv-density-00 env 4
354
355     plot-vpp-nfv-2n-clx-mrr:
356       # TODO: Replace:
357       # csit-vpp-perf-report-iterative-2009-2n-clx:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359         - 96  # MRR
360
361     plot-vpp-nfv-reconf-2n-clx:
362       # TODO: Replace:
363       # csit-vpp-perf-report-iterative-2009-2n-clx:
364       csit-vpp-perf-report-iterative-2005-2n-clx:
365         - 81  # Reconf env 4
366         - 82  # Reconf env 4
367         - 83  # Reconf env 4
368         - 84  # Reconf env 4
369         - 85  # Reconf env 4
370         - 86  # Reconf env 4
371         - 87  # Reconf env 4
372         - 88  # Reconf env 4
373         - 89  # Reconf env 4
374         - 90  # Reconf env 4
375
376     plot-vpp-soak-2n-clx:
377       # TODO: Replace:
378       # csit-vpp-perf-report-iterative-2009-2n-clx:
379       csit-vpp-perf-report-iterative-2005-2n-clx:
380         - 101 # Soak
381         - 102 # Soak
382
383     plot-dpdk-throughput-latency-2n-clx:
384       csit-dpdk-perf-report-iterative-2009-2n-clx:
385         - 4   # NDRPDR iter env5
386         - 5   # NDRPDR iter env5
387         - 6   # NDRPDR iter env5
388         - 7   # NDRPDR iter env5
389         - 8   # NDRPDR iter env5
390         - 9   # NDRPDR iter env5
391         - 10  # NDRPDR iter env5
392         - 11  # NDRPDR iter env5
393         - 12  # NDRPDR iter env5
394         - 13  # NDRPDR iter env5
395
396     plot-dpdk-hdrh-lat-2n-clx:
397       csit-dpdk-perf-report-iterative-2009-2n-clx:
398         - 4   # NDRPDR iter env5
399
400     # 3n-tsh
401
402     plot-vpp-throughput-lat-tsa-3n-tsh:
403       # TODO: Replace:
404       csit-vpp-perf-report-iterative-2009-3n-tsh:
405         - 7   # RC2 NDRPDR iter env5
406
407     plot-vpp-hdrh-lat-3n-tsh:
408       # TODO: Replace:
409       csit-vpp-perf-report-iterative-2009-3n-tsh:
410         - 7   # RC2 NDRPDR iter env5
411
412     plot-dpdk-throughput-latency-3n-tsh:
413       # TODO: Add:
414       csit-dpdk-perf-report-iterative-2009-3n-tsh:
415         - 1   # NDRPDR iter env5
416         - 3   # NDRPDR iter env5
417         - 4   # NDRPDR iter env5
418         - 5   # NDRPDR iter env5
419         - 6   # NDRPDR iter env5
420         - 7   # NDRPDR iter env5
421         - 9   # NDRPDR iter env5
422
423     plot-dpdk-hdrh-lat-3n-tsh:
424       csit-dpdk-perf-report-iterative-2009-3n-tsh:
425         - 1   # NDRPDR iter env5
426
427     # 3n-dnv
428
429     plot-vpp-throughput-lat-tsa-3n-dnv:
430       # TODO: Replace:
431       # csit-vpp-perf-report-iterative-2009-3n-dnv:
432       csit-vpp-perf-report-iterative-2005-3n-dnv:
433         - 2   # NDRPDR sel
434         - 3   # NDRPDR sel
435         - 4   # NDRPDR sel
436         - 5   # NDRPDR sel
437         - 6   # NDRPDR sel
438         - 7   # NDRPDR sel
439         - 9   # NDRPDR sel
440         - 10  # NDRPDR sel
441         - 11  # NDRPDR sel
442         - 12  # NDRPDR sel
443
444     plot-dpdk-throughput-latency-3n-dnv:
445       # TODO: Replace:
446       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
447       csit-dpdk-perf-report-iterative-2005-3n-dnv:
448         - 6   # NDRPDR sel
449         - 7   # NDRPDR sel
450         - 8   # NDRPDR sel
451         - 9   # NDRPDR sel
452         - 10  # NDRPDR sel
453         - 11  # NDRPDR sel
454         - 12  # NDRPDR sel
455         - 13  # NDRPDR sel
456         - 14  # NDRPDR sel
457         - 16  # NDRPDR sel
458
459     # 2n-dnv
460
461     plot-vpp-throughput-lat-tsa-2n-dnv:
462       # TODO: Replace:
463       # csit-vpp-perf-report-iterative-2009-2n-dnv:
464       csit-vpp-perf-report-iterative-2005-2n-dnv:
465         - 3   # NDRPDR sel
466         - 6   # NDRPDR sel
467         - 7   # NDRPDR sel
468         - 8   # NDRPDR sel
469         - 9   # NDRPDR sel
470         - 10  # NDRPDR sel
471         - 11  # NDRPDR sel
472         - 12  # NDRPDR sel
473         - 13  # NDRPDR sel
474         - 14  # NDRPDR sel
475
476     plot-dpdk-throughput-latency-2n-dnv:
477       # TODO: Replace:
478       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
479       csit-dpdk-perf-report-iterative-2005-2n-dnv:
480         - 8   # NDRPDR sel
481         - 9   # NDRPDR sel
482         - 10  # NDRPDR sel
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 13  # NDRPDR sel
486         - 14  # NDRPDR sel
487         - 15  # NDRPDR sel
488         - 16  # NDRPDR sel
489         - 17  # NDRPDR sel
490
491     ###########################################################################
492     # Simple tables (only one data set):
493
494     # NIC Comparisons
495
496     vpp-nic-comparison-3n-skx:
497       # TODO: Add:
498       csit-vpp-perf-report-iterative-2009-3n-skx:
499         - 10  # RC2 NDRPDR iter env5
500         - 12  # RC2 NDRPDR iter env5
501         - 14  # RC2 NDRPDR iter env5
502         - 16  # RC2 NDRPDR iter env5
503
504     vpp-nic-comparison-2n-skx:
505       # TODO: Add:
506       csit-vpp-perf-report-iterative-2009-2n-skx:
507         - 8   # RC2 NDRPDR iter env5
508         - 10  # RC2 NDRPDR iter env5
509         - 12  # RC2 NDRPDR iter env5
510         - 14  # RC2 NDRPDR iter env5
511         - 15  # RC2 NDRPDR iter env5
512
513     vpp-nic-comparison-3n-skx-mrr:
514       # TODO: Replace:
515       # csit-vpp-perf-report-iterative-2009-3n-skx:
516       csit-vpp-perf-report-iterative-2005-3n-skx:
517         - 49  # MRR sel env 4
518
519     vpp-nic-comparison-2n-skx-mrr:
520       # TODO: Replace:
521       # csit-vpp-perf-report-iterative-2009-2n-skx:
522       csit-vpp-perf-report-iterative-2005-2n-skx:
523         - 99  # MRR sel env 4
524
525     # Results
526
527     vpp-perf-results-3n-hsw:
528       # TODO: Replace:
529       csit-vpp-perf-report-coverage-2009-3n-hsw:
530         - 2   # RC2 env5 3n-hsw-ip4-00
531
532     vpp-perf-results-3n-skx:
533       # TODO: Replace:
534       csit-vpp-perf-report-coverage-2009-3n-skx:
535         - 1   # RC2 env5 3n-skx-ip4-00
536
537     vpp-perf-results-2n-skx:
538       # TODO: Replace:
539       csit-vpp-perf-report-coverage-2009-2n-skx:
540         - 7   # RC2 env5 2n-skx-ip4-00
541
542     vpp-perf-results-2n-clx:
543       # TODO: Replace:
544       csit-vpp-perf-report-coverage-2009-2n-clx:
545         - 1   # RC2 env5 2n-clx-ip4-00
546
547     vpp-perf-results-3n-tsh:
548       # TODO: Replace:
549       # csit-vpp-perf-report-coverage-2009-3n-tsh:
550       csit-vpp-perf-report-iterative-2009-3n-tsh:
551         - 7   # RC2 NDRPDR iter env5
552
553     vpp-perf-results-3n-dnv:
554       # TODO: Replace:
555       # csit-vpp-perf-report-coverage-2009-3n-dnv:
556       csit-vpp-perf-report-coverage-2005-3n-dnv:
557         - 1   # perf-full-3n-dnv-crypto_I
558         - 24  # perf-full-3n-dnv-crypto_II
559         - 5   # perf-full-3n-dnv-ip4_I
560         - 13  # perf-full-3n-dnv-ip4_II
561         - 17  # perf-full-3n-dnv-ip6_I
562         - 18  # perf-full-3n-dnv-ip6_II
563         - 21  # perf-full-3n-dnv-l2_I
564         - 22  # perf-full-3n-dnv-l2_II
565         - 23  # perf-full-3n-dnv-ip4-tunnels_I
566
567     vpp-perf-results-2n-dnv:
568       # TODO: Replace:
569       # csit-vpp-perf-report-coverage-2009-2n-dnv:
570       csit-vpp-perf-report-coverage-2005-2n-dnv:
571         - 1   # perf-full-2n-dnv-ip4_I
572         - 2   # perf-full-2n-dnv-ip4_II
573         - 3   # perf-full-2n-dnv-ip6_I
574         - 4   # perf-full-2n-dnv-ip6_II
575         - 5   # perf-full-2n-dnv-l2_I
576         - 6   # perf-full-2n-dnv-l2_II
577
578     vpp-mrr-results-3n-hsw:
579       # TODO: Replace:
580       # csit-vpp-perf-report-iterative-2009-3n-hsw:
581       csit-vpp-perf-report-iterative-2005-3n-hsw:
582         - 30  # MRR env 4
583
584     vpp-mrr-results-3n-skx:
585       # TODO: Replace:
586       # csit-vpp-perf-report-iterative-2009-3n-skx:
587       csit-vpp-perf-report-iterative-2005-3n-skx:
588         - 49  # MRR sel env 4
589
590     vpp-mrr-results-2n-skx:
591       # TODO: Replace:
592       # csit-vpp-perf-report-iterative-2009-2n-skx:
593       csit-vpp-perf-report-iterative-2005-2n-skx:
594         - 99  # MRR sel env 4
595
596     vpp-mrr-results-2n-clx:
597       # TODO: Replace:
598       # csit-vpp-perf-report-iterative-2009-2n-clx:
599       csit-vpp-perf-report-iterative-2005-2n-clx:
600         - 72  # MRR env 4
601
602     vpp-mrr-results-3n-tsh:
603       # TODO: Replace:
604       # csit-vpp-perf-report-iterative-2009-3n-tsh:
605       csit-vpp-perf-report-iterative-2005-3n-tsh:
606         - 27  # MRR sel env 4
607
608     vpp-mrr-results-3n-dnv:
609       # TODO: Replace:
610       # csit-vpp-perf-report-iterative-2009-3n-dnv:
611       csit-vpp-perf-report-iterative-2005-3n-dnv:
612         - 8   # MRR
613
614     vpp-mrr-results-2n-dnv:
615       # TODO: Replace:
616       # csit-vpp-perf-report-iterative-2009-2n-dnv:
617       csit-vpp-perf-report-iterative-2005-2n-dnv:
618         - 15  # MRR sel
619
620     vpp-device-results-ubuntu:
621       # TODO: Replace:
622       csit-vpp-device-2009-ubuntu1804-1n-skx:
623         - 89  # RC2 env 5
624
625     dpdk-perf-results-3n-hsw:
626       csit-dpdk-perf-report-iterative-2009-3n-hsw:
627         - 6   # NDRPDR iter env5
628
629     dpdk-perf-results-3n-skx:
630       csit-dpdk-perf-report-iterative-2009-3n-skx:
631         - 4   # NDRPDR sel env5
632
633     dpdk-perf-results-2n-skx:
634       csit-dpdk-perf-report-iterative-2009-2n-skx:
635         - 4   # NDRPDR iter env5
636
637     dpdk-perf-results-2n-clx:
638       csit-dpdk-perf-report-iterative-2009-2n-clx:
639         - 4   # NDRPDR iter env5
640
641     dpdk-perf-results-2n-dnv:
642       # TODO: Replace:
643       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
644       csit-dpdk-perf-report-iterative-2005-2n-dnv:
645         - 8   # NDRPDR sel
646
647     dpdk-perf-results-3n-dnv:
648       # TODO: Replace:
649       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
650       csit-dpdk-perf-report-iterative-2005-3n-dnv:
651         - 6   # NDRPDR sel
652
653     dpdk-perf-results-3n-tsh:
654       csit-dpdk-perf-report-iterative-2009-3n-tsh:
655         - 1   # NDRPDR iter env5
656
657 ###########################################################################
658     # Tables (more than one data set)
659
660     # Performance changes
661
662     vpp-performance-changes-3n-hsw-h1:
663       csit-vpp-perf-report-iterative-2005-3n-hsw:
664         - 31  # NDRPDR sel 2001.0-4
665         - 32  # NDRPDR sel 2001.0-4
666         - 33  # NDRPDR sel 2001.0-4
667         - 34  # NDRPDR sel 2001.0-4
668         - 35  # NDRPDR sel 2001.0-4
669         - 36  # NDRPDR sel 2001.0-4
670         - 38  # NDRPDR sel 2001.0-4
671     vpp-performance-changes-3n-hsw-ref:
672       csit-vpp-perf-report-iterative-2005-3n-hsw:
673         - 20  # NDRPDR sel env 4
674         - 21  # NDRPDR sel env 4
675         - 22  # NDRPDR sel env 4
676         - 23  # NDRPDR sel env 4
677         - 24  # NDRPDR sel env 4
678         - 25  # NDRPDR sel env 4
679         - 26  # NDRPDR sel env 4
680         - 27  # NDRPDR sel env 4
681         - 28  # NDRPDR sel env 4
682         - 29  # NDRPDR sel env 4
683     vpp-performance-changes-3n-hsw-cmp:
684       # TODO: Add:
685       csit-vpp-perf-report-iterative-2009-3n-hsw:
686         - 4   # RC2 NDRPDR iter env5
687         - 5   # RC2 NDRPDR iter env5
688         - 6   # RC2 NDRPDR iter env5
689         - 7   # RC2 NDRPDR iter env5
690         - 8   # RC2 NDRPDR iter env5
691
692     vpp-performance-changes-3n-skx-h1:
693       csit-vpp-perf-report-iterative-2005-3n-skx:
694         - 50  # NDRPDR sel 2001.0-4
695         - 51  # NDRPDR sel 2001.0-4
696         - 52  # NDRPDR sel 2001.0-4
697         - 53  # NDRPDR sel 2001.0-4
698         - 54  # NDRPDR sel 2001.0-4
699     vpp-performance-changes-3n-skx-ref:
700       csit-vpp-perf-report-iterative-2005-3n-skx:
701         - 42  # NDRPDR sel env 4
702         - 43  # NDRPDR sel env 4
703         - 44  # NDRPDR sel env 4
704         - 45  # NDRPDR sel env 4
705         - 47  # NDRPDR sel env 4
706         - 55  # NDRPDR sel env 4
707         - 56  # NDRPDR sel env 4
708         - 57  # NDRPDR sel env 4
709         - 61  # NDRPDR sel env 4
710         - 62  # NDRPDR sel env 4
711     vpp-performance-changes-3n-skx-cmp:
712       # TODO: Add:
713       csit-vpp-perf-report-iterative-2009-3n-skx:
714         - 10  # RC2 NDRPDR iter env5
715         - 12  # RC2 NDRPDR iter env5
716         - 14  # RC2 NDRPDR iter env5
717         - 16  # RC2 NDRPDR iter env5
718
719     vpp-performance-changes-2n-skx-h1:
720       csit-vpp-perf-report-iterative-2005-2n-skx:
721         - 100 # NDRPDR sel 2001.0-4
722         - 101 # NDRPDR sel 2001.0-4
723         - 102 # NDRPDR sel 2001.0-4
724         - 103 # NDRPDR sel 2001.0-4
725         - 104 # NDRPDR sel 2001.0-4
726         - 105 # NDRPDR sel 2001.0-4
727     vpp-performance-changes-2n-skx-ref:
728       csit-vpp-perf-report-iterative-2005-2n-skx:
729         - 88  # NDRPDR sel env 4
730         - 89  # NDRPDR sel env 4
731         - 90  # NDRPDR sel env 4
732         - 91  # NDRPDR sel env 4
733         - 92  # NDRPDR sel env 4
734         - 93  # NDRPDR sel env 4
735         - 94  # NDRPDR sel env 4
736         - 125 # NDRPDR sel env 4
737         - 126 # NDRPDR sel env 4
738         - 127 # NDRPDR sel env 4
739     vpp-performance-changes-2n-skx-cmp:
740       # TODO: Add:
741       csit-vpp-perf-report-iterative-2009-2n-skx:
742         - 8   # RC2 NDRPDR iter env5
743         - 10  # RC2 NDRPDR iter env5
744         - 12  # RC2 NDRPDR iter env5
745         - 14  # RC2 NDRPDR iter env5
746         - 15  # RC2 NDRPDR iter env5
747
748     vpp-performance-changes-2n-clx-h1:
749       csit-vpp-perf-report-iterative-2005-2n-clx:
750         - 73  # NDRPDR sel 2001.0-4
751         - 74  # NDRPDR sel 2001.0-4
752         - 75  # NDRPDR sel 2001.0-4
753         - 76  # NDRPDR sel 2001.0-4
754         - 77  # NDRPDR sel 2001.0-4
755         - 78  # NDRPDR sel 2001.0-4
756         - 79  # NDRPDR sel 2001.0-4
757         - 80  # NDRPDR sel 2001.0-4
758     vpp-performance-changes-2n-clx-ref:
759       csit-vpp-perf-report-iterative-2005-2n-clx:
760         - 62  # NDRPDR sel env 4
761         - 63  # NDRPDR sel env 4
762         - 64  # NDRPDR sel env 4
763         - 65  # NDRPDR sel env 4
764         - 66  # NDRPDR sel env 4
765         - 68  # NDRPDR sel env 4
766         - 69  # NDRPDR sel env 4
767         - 70  # NDRPDR sel env 4
768         - 103 # NDRPDR sel env 4
769         - 104 # NDRPDR sel env 4
770     vpp-performance-changes-2n-clx-cmp:
771       # TODO: Add:
772       csit-vpp-perf-report-iterative-2009-2n-clx:
773         - 7   # RC2 NDRPDR iter env5
774         - 9   # RC2 NDRPDR iter env5
775         - 10  # RC2 NDRPDR iter env5
776         - 12  # RC2 NDRPDR iter env5
777         - 14  # RC2 NDRPDR iter env5
778
779     vpp-performance-changes-2n-dnv-h1:
780       csit-vpp-perf-verify-2001-2n-dnv:
781         - 4   # NDRPDR sel
782         - 5   # NDRPDR sel
783         - 6   # NDRPDR sel
784         - 7   # NDRPDR sel
785         - 8   # NDRPDR sel
786         - 9   # NDRPDR sel
787         - 10  # NDRPDR sel
788         - 11  # NDRPDR sel
789         - 13  # NDRPDR sel
790         - 16  # NDRPDR sel
791     vpp-performance-changes-2n-dnv-ref:
792       csit-vpp-perf-report-iterative-2005-2n-dnv:
793         - 3   # NDRPDR sel
794         - 6   # NDRPDR sel
795         - 7   # NDRPDR sel
796         - 8   # NDRPDR sel
797         - 9   # NDRPDR sel
798         - 10  # NDRPDR sel
799         - 11  # NDRPDR sel
800         - 12  # NDRPDR sel
801         - 13  # NDRPDR sel
802         - 14  # NDRPDR sel
803     vpp-performance-changes-2n-dnv-cmp:
804       # TODO: Replace:
805       # csit-vpp-perf-report-iterative-2009-2n-dnv:
806       csit-vpp-perf-report-iterative-2005-2n-dnv:
807         - 3   # NDRPDR sel
808         - 6   # NDRPDR sel
809         - 7   # NDRPDR sel
810         - 8   # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 10  # NDRPDR sel
813         - 11  # NDRPDR sel
814         - 12  # NDRPDR sel
815         - 13  # NDRPDR sel
816         - 14  # NDRPDR sel
817
818     vpp-performance-changes-3n-dnv-h1:
819       csit-vpp-perf-verify-2001-3n-dnv:
820         - 5   # NDRPDR sel
821         - 6   # NDRPDR sel
822         - 7   # NDRPDR sel
823         - 8   # NDRPDR sel
824         - 9   # NDRPDR sel
825         - 10  # NDRPDR sel
826         - 12  # NDRPDR sel
827         - 16  # NDRPDR sel
828         - 17  # NDRPDR sel
829         - 18  # NDRPDR sel
830     vpp-performance-changes-3n-dnv-ref:
831       csit-vpp-perf-report-iterative-2005-3n-dnv:
832         - 2   # NDRPDR sel
833         - 3   # NDRPDR sel
834         - 4   # NDRPDR sel
835         - 5   # NDRPDR sel
836         - 6   # NDRPDR sel
837         - 7   # NDRPDR sel
838         - 9   # NDRPDR sel
839         - 10  # NDRPDR sel
840         - 11  # NDRPDR sel
841         - 12  # NDRPDR sel
842     vpp-performance-changes-3n-dnv-cmp:
843       # TODO: Replace:
844       # csit-vpp-perf-report-iterative-2009-3n-dnv:
845       csit-vpp-perf-report-iterative-2005-3n-dnv:
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 9   # NDRPDR sel
853         - 10  # NDRPDR sel
854         - 11  # NDRPDR sel
855         - 12  # NDRPDR sel
856
857     vpp-performance-changes-3n-tsh-h1:
858       csit-vpp-perf-report-iterative-2005-3n-tsh:
859         - 28  # NDRPDR sel 2001.0-4
860         - 29  # NDRPDR sel 2001.0-4
861         - 31  # NDRPDR sel 2001.0-4
862     vpp-performance-changes-3n-tsh-ref:
863       csit-vpp-perf-report-iterative-2005-3n-tsh:
864         - 23  # NDRPDR sel env 4
865         - 25  # NDRPDR sel env 4
866         - 33  # NDRPDR sel env 4
867         - 34  # NDRPDR sel env 4
868         - 35  # NDRPDR sel env 4
869         - 36  # NDRPDR sel env 4
870         - 37  # NDRPDR sel env 4
871         - 38  # NDRPDR sel env 4
872         - 39  # NDRPDR sel env 4
873         - 40  # NDRPDR sel env 4
874     vpp-performance-changes-3n-tsh-cmp:
875       # TODO: Replace:
876       csit-vpp-perf-report-iterative-2009-3n-tsh:
877         - 7   # RC2 NDRPDR iter env5
878
879     vpp-soak-vs-ndr-2n-skx-ref:
880       # TODO: Replace:
881       # csit-vpp-perf-report-iterative-2009-2n-skx:
882       csit-vpp-perf-report-iterative-2005-2n-skx:
883         - 88  # NDRPDR sel env 4
884         - 89  # NDRPDR sel env 4
885         - 90  # NDRPDR sel env 4
886         - 91  # NDRPDR sel env 4
887         - 92  # NDRPDR sel env 4
888         - 93  # NDRPDR sel env 4
889         - 94  # NDRPDR sel env 4
890         - 125 # NDRPDR sel env 4
891         - 126 # NDRPDR sel env 4
892         - 127 # NDRPDR sel env 4
893     vpp-soak-vs-ndr-2n-skx-cmp:
894       # TODO: Replace:
895       # csit-vpp-perf-report-iterative-2009-2n-skx:
896       csit-vpp-perf-report-iterative-2005-2n-skx:
897         - 122 # Soak
898         - 123 # Soak
899     vpp-soak-vs-ndr-2n-skx:
900       # TODO: Replace:
901       # csit-vpp-perf-report-iterative-2009-2n-skx:
902       csit-vpp-perf-report-iterative-2005-2n-skx:
903         - 88  # NDRPDR sel env 4
904         - 89  # NDRPDR sel env 4
905         - 90  # NDRPDR sel env 4
906         - 91  # NDRPDR sel env 4
907         - 92  # NDRPDR sel env 4
908         - 93  # NDRPDR sel env 4
909         - 94  # NDRPDR sel env 4
910         - 125 # NDRPDR sel env 4
911         - 126 # NDRPDR sel env 4
912         - 127 # NDRPDR sel env 4
913         - 122 # Soak
914         - 123 # Soak
915
916     vpp-soak-vs-ndr-2n-clx-ref:
917       # TODO: Replace:
918       # csit-vpp-perf-report-iterative-2009-2n-clx:
919       csit-vpp-perf-report-iterative-2005-2n-clx:
920         - 62  # NDRPDR sel env 4
921         - 63  # NDRPDR sel env 4
922         - 64  # NDRPDR sel env 4
923         - 65  # NDRPDR sel env 4
924         - 66  # NDRPDR sel env 4
925         - 68  # NDRPDR sel env 4
926         - 69  # NDRPDR sel env 4
927         - 70  # NDRPDR sel env 4
928         - 103 # NDRPDR sel env 4
929         - 104 # NDRPDR sel env 4
930     vpp-soak-vs-ndr-2n-clx-cmp:
931       # TODO: Replace:
932       # csit-vpp-perf-report-iterative-2009-2n-clx:
933       csit-vpp-perf-report-iterative-2005-2n-clx:
934         - 101 # Soak
935         - 102 # Soak
936     vpp-soak-vs-ndr-2n-clx:
937       # TODO: Replace:
938       # csit-vpp-perf-report-iterative-2009-2n-clx:
939       csit-vpp-perf-report-iterative-2005-2n-clx:
940         - 62  # NDRPDR sel env 4
941         - 63  # NDRPDR sel env 4
942         - 64  # NDRPDR sel env 4
943         - 65  # NDRPDR sel env 4
944         - 66  # NDRPDR sel env 4
945         - 68  # NDRPDR sel env 4
946         - 69  # NDRPDR sel env 4
947         - 70  # NDRPDR sel env 4
948         - 103 # NDRPDR sel env 4
949         - 104 # NDRPDR sel env 4
950         - 101 # Soak
951         - 102 # Soak
952
953     vpp-performance-changes-3n-hsw-mrr-h1:
954       csit-vpp-perf-verify-2001-3n-hsw:
955         - 17  # MRR sel
956     vpp-performance-changes-3n-hsw-mrr-ref:
957       csit-vpp-perf-report-iterative-2005-3n-hsw:
958         - 30  # MRR env 4
959     vpp-performance-changes-3n-hsw-mrr-cmp:
960       # TODO: Replace:
961       # csit-vpp-perf-report-iterative-2009-3n-hsw:
962       csit-vpp-perf-report-iterative-2005-3n-hsw:
963         - 30  # MRR env 4
964
965     vpp-performance-changes-3n-skx-mrr-h1:
966       csit-vpp-perf-verify-2001-3n-skx:
967         - 50  # MRR sel
968         - 53  # MRR sel addition
969     vpp-performance-changes-3n-skx-mrr-ref:
970       csit-vpp-perf-report-iterative-2005-3n-skx:
971         - 49  # MRR sel env 4
972     vpp-performance-changes-3n-skx-mrr-cmp:
973       # TODO: Replace:
974       # csit-vpp-perf-report-iterative-2009-3n-skx:
975       csit-vpp-perf-report-iterative-2005-3n-skx:
976         - 49  # MRR sel env 4
977
978     vpp-performance-changes-2n-skx-mrr-h1:
979       csit-vpp-perf-verify-2001-2n-skx:
980         - 101 # MRR sel
981         - 128 # MRR sel addition
982     vpp-performance-changes-2n-skx-mrr-ref:
983       csit-vpp-perf-report-iterative-2005-2n-skx:
984         - 99  # MRR sel env 4
985     vpp-performance-changes-2n-skx-mrr-cmp:
986       # TODO: Replace:
987       # csit-vpp-perf-report-iterative-2009-2n-skx:
988       csit-vpp-perf-report-iterative-2005-2n-skx:
989         - 99  # MRR sel env 4
990
991     vpp-performance-changes-2n-clx-mrr-h1:
992       csit-vpp-perf-verify-2001-2n-clx:
993         - 39  # MRR
994     vpp-performance-changes-2n-clx-mrr-ref:
995       csit-vpp-perf-report-iterative-2005-2n-clx:
996         - 72   # MRR sel env 4
997     vpp-performance-changes-2n-clx-mrr-cmp:
998       # TODO: Replace:
999       # csit-vpp-perf-report-iterative-2009-2n-clx:
1000       csit-vpp-perf-report-iterative-2005-2n-clx:
1001         - 72   # MRR sel env 4
1002
1003 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1004 #      csit-vpp-perf-verify-1908-2n-skx:
1005 #        - 71  # NFV MRR
1006 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1007 #      # csit-vpp-perf-verify-2001-2n-skx:
1008 #      csit-vpp-perf-verify-1908-2n-skx:
1009 #        - 71  # NFV MRR
1010
1011     vpp-performance-changes-2n-dnv-mrr-h1:
1012       csit-vpp-perf-verify-2001-2n-dnv:
1013         - 12  # MRR sel
1014     vpp-performance-changes-2n-dnv-mrr-ref:
1015       csit-vpp-perf-report-iterative-2005-2n-dnv:
1016         - 15  # MRR sel
1017     vpp-performance-changes-2n-dnv-mrr-cmp:
1018       # TODO: Replace:
1019       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1020       csit-vpp-perf-report-iterative-2005-2n-dnv:
1021         - 15  # MRR sel
1022
1023     vpp-performance-changes-3n-dnv-mrr-h1:
1024       csit-vpp-perf-verify-2001-3n-dnv:
1025         - 11  # MRR sel
1026     vpp-performance-changes-3n-dnv-mrr-ref:
1027       csit-vpp-perf-report-iterative-2005-3n-dnv:
1028         - 8   # MRR
1029     vpp-performance-changes-3n-dnv-mrr-cmp:
1030       # TODO: Replace:
1031       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1032       csit-vpp-perf-report-iterative-2005-3n-dnv:
1033         - 8   # MRR
1034
1035     vpp-performance-changes-3n-tsh-mrr-h1:
1036       csit-vpp-perf-verify-2001-3n-tsh:
1037         - 9   # MRR sel
1038     vpp-performance-changes-3n-tsh-mrr-ref:
1039       csit-vpp-perf-report-iterative-2005-3n-tsh:
1040         - 27  # MRR sel env 4
1041     vpp-performance-changes-3n-tsh-mrr-cmp:
1042       # TODO: Replace:
1043       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1044       csit-vpp-perf-report-iterative-2005-3n-tsh:
1045         - 27  # MRR sel env 4
1046
1047     dpdk-performance-changes-3n-hsw-h1:
1048       csit-dpdk-perf-verify-2001-3n-hsw:
1049         - 4   # NDRPDR sel
1050         - 5   # NDRPDR sel
1051         - 6   # NDRPDR sel
1052         - 7   # NDRPDR sel
1053         - 8   # NDRPDR sel
1054         - 9   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056         - 11  # NDRPDR sel
1057         - 12  # NDRPDR sel
1058         - 13  # NDRPDR sel
1059         - 15  # NDRPDR sel
1060         - 16  # NDRPDR sel
1061         - 17  # NDRPDR sel
1062         - 18  # NDRPDR sel
1063         - 19  # NDRPDR sel
1064         - 20  # NDRPDR sel
1065         - 21  # NDRPDR sel
1066         - 22  # NDRPDR sel
1067         - 23  # NDRPDR sel
1068         - 24  # NDRPDR sel
1069     dpdk-performance-changes-3n-hsw-ref:
1070       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1071         - 25  # NDRPDR iter
1072         - 26  # NDRPDR iter
1073         - 27  # NDRPDR iter
1074         - 28  # NDRPDR iter
1075         - 29  # NDRPDR iter
1076         - 30  # NDRPDR iter
1077         - 31  # NDRPDR iter
1078         - 32  # NDRPDR iter
1079         - 33  # NDRPDR iter
1080         - 34  # NDRPDR iter
1081     dpdk-performance-changes-3n-hsw-cmp:
1082       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1083         - 6   # NDRPDR iter env5
1084         - 7   # NDRPDR iter env5
1085         - 8   # NDRPDR iter env5
1086         - 9   # NDRPDR iter env5
1087         - 10  # NDRPDR iter env5
1088         - 11  # NDRPDR iter env5
1089         - 12  # NDRPDR iter env5
1090         - 13  # NDRPDR iter env5
1091         - 14  # NDRPDR iter env5
1092         - 15  # NDRPDR iter env5
1093
1094     dpdk-performance-changes-3n-skx-h1:
1095       csit-dpdk-perf-verify-2001-3n-skx:
1096         - 29  # NDRPDR sel xxv710
1097         - 33  # NDRPDR sel xxv710
1098         - 34  # NDRPDR sel xxv710
1099         - 35  # NDRPDR sel xxv710
1100         - 36  # NDRPDR sel xxv710
1101         - 37  # NDRPDR sel xxv710
1102         - 41  # NDRPDR sel xxv710
1103         - 42  # NDRPDR sel xxv710
1104         - 43  # NDRPDR sel xxv710
1105         - 45  # NDRPDR sel xxv710
1106         - 30  # NDRPDR sel x710
1107         - 31  # NDRPDR sel x710
1108         - 32  # NDRPDR sel x710
1109         - 38  # NDRPDR sel x710
1110         - 39  # NDRPDR sel x710
1111         - 40  # NDRPDR sel x710
1112         - 44  # NDRPDR sel x710
1113         - 46  # NDRPDR sel x710
1114         - 47  # NDRPDR sel x710
1115         - 48  # NDRPDR sel x710
1116     dpdk-performance-changes-3n-skx-ref:
1117       csit-dpdk-perf-report-iterative-2005-3n-skx:
1118         - 28  # NDRPDR iter
1119         - 29  # NDRPDR iter
1120         - 30  # NDRPDR iter
1121         - 31  # NDRPDR iter
1122         - 32  # NDRPDR iter
1123         - 33  # NDRPDR iter
1124         - 34  # NDRPDR iter
1125         - 35  # NDRPDR iter
1126         - 36  # NDRPDR iter
1127         - 37  # NDRPDR iter
1128     dpdk-performance-changes-3n-skx-cmp:
1129       csit-dpdk-perf-report-iterative-2009-3n-skx:
1130         - 4   # NDRPDR sel env5
1131         - 5   # NDRPDR sel env5
1132         - 6   # NDRPDR sel env5
1133         - 7   # NDRPDR sel env5
1134         - 8   # NDRPDR sel env5
1135         - 9   # NDRPDR sel env5
1136         - 14  # NDRPDR sel env5
1137         - 11  # NDRPDR sel env5
1138         - 12  # NDRPDR sel env5
1139         - 13  # NDRPDR sel env5
1140
1141     dpdk-performance-changes-2n-skx-h1:
1142       csit-dpdk-perf-verify-2001-2n-skx:
1143         - 35  # NDRPDR sel xxv710
1144         - 36  # NDRPDR sel xxv710
1145         - 37  # NDRPDR sel xxv710
1146         - 41  # NDRPDR sel xxv710
1147         - 42  # NDRPDR sel xxv710
1148         - 43  # NDRPDR sel xxv710
1149         - 46  # NDRPDR sel xxv710
1150         - 47  # NDRPDR sel xxv710
1151         - 52  # NDRPDR sel xxv710
1152         - 53  # NDRPDR sel xxv710
1153         - 38  # NDRPDR sel x710
1154         - 39  # NDRPDR sel x710
1155         - 40  # NDRPDR sel x710
1156         - 44  # NDRPDR sel x710
1157         - 45  # NDRPDR sel x710
1158         - 48  # NDRPDR sel x710
1159         - 49  # NDRPDR sel x710
1160         - 50  # NDRPDR sel x710
1161         - 51  # NDRPDR sel x710
1162         - 54  # NDRPDR sel x710
1163     dpdk-performance-changes-2n-skx-ref:
1164       csit-dpdk-perf-report-iterative-2005-2n-skx:
1165         - 20  # NDRPDR iter
1166         - 21  # NDRPDR iter
1167         - 22  # NDRPDR iter
1168         - 23  # NDRPDR iter
1169         - 24  # NDRPDR iter
1170         - 25  # NDRPDR iter
1171         - 26  # NDRPDR iter
1172         - 27  # NDRPDR iter
1173         - 28  # NDRPDR iter
1174         - 29  # NDRPDR iter
1175     dpdk-performance-changes-2n-skx-cmp:
1176       csit-dpdk-perf-report-iterative-2009-2n-skx:
1177         - 4   # NDRPDR iter env5
1178         - 5   # NDRPDR iter env5
1179         - 6   # NDRPDR iter env5
1180         - 7   # NDRPDR iter env5
1181         - 8   # NDRPDR iter env5
1182         - 9   # NDRPDR iter env5
1183         - 10  # NDRPDR iter env5
1184         - 11  # NDRPDR iter env5
1185         - 12  # NDRPDR iter env5
1186         - 13  # NDRPDR iter env5
1187
1188     dpdk-performance-changes-2n-clx-h1:
1189       csit-dpdk-perf-verify-2001-2n-clx:
1190         - 15  # NDRPDR sel
1191         - 16  # NDRPDR sel
1192         - 17  # NDRPDR sel
1193         - 18  # NDRPDR sel
1194         - 19  # NDRPDR sel
1195         - 20  # NDRPDR sel
1196         - 21  # NDRPDR sel
1197         - 22  # NDRPDR sel
1198         - 23  # NDRPDR sel
1199         - 24  # NDRPDR sel
1200         - 25  # NDRPDR sel
1201         - 26  # NDRPDR sel
1202         - 27  # NDRPDR sel
1203         - 28  # NDRPDR sel
1204         - 29  # NDRPDR sel
1205         - 30  # NDRPDR sel
1206         - 31  # NDRPDR sel
1207         - 32  # NDRPDR sel
1208         - 33  # NDRPDR sel
1209         - 34  # NDRPDR sel
1210     dpdk-performance-changes-2n-clx-ref:
1211       csit-dpdk-perf-report-iterative-2005-2n-clx:
1212         - 20  # NDRPDR iter
1213         - 21  # NDRPDR iter
1214         - 22  # NDRPDR iter
1215         - 23  # NDRPDR iter
1216         - 24  # NDRPDR iter
1217         - 25  # NDRPDR iter
1218         - 26  # NDRPDR iter
1219         - 27  # NDRPDR iter
1220         - 28  # NDRPDR iter
1221         - 29  # NDRPDR iter
1222     dpdk-performance-changes-2n-clx-cmp:
1223       csit-dpdk-perf-report-iterative-2009-2n-clx:
1224         - 4   # NDRPDR iter env5
1225         - 5   # NDRPDR iter env5
1226         - 6   # NDRPDR iter env5
1227         - 7   # NDRPDR iter env5
1228         - 8   # NDRPDR iter env5
1229         - 9   # NDRPDR iter env5
1230         - 10  # NDRPDR iter env5
1231         - 11  # NDRPDR iter env5
1232         - 12  # NDRPDR iter env5
1233         - 13  # NDRPDR iter env5
1234
1235     dpdk-performance-changes-2n-dnv-h1:
1236       csit-dpdk-perf-verify-2001-2n-dnv:
1237         - 9   # NDRPDR sel
1238         - 10  # NDRPDR sel
1239         - 11  # NDRPDR sel
1240         - 12  # NDRPDR sel
1241         - 13  # NDRPDR sel
1242         - 14  # NDRPDR sel
1243         - 15  # NDRPDR sel
1244         - 16  # NDRPDR sel
1245         - 17  # NDRPDR sel
1246         - 18  # NDRPDR sel
1247     dpdk-performance-changes-2n-dnv-ref:
1248       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1249         - 8   # NDRPDR sel
1250         - 9   # NDRPDR sel
1251         - 10  # NDRPDR sel
1252         - 11  # NDRPDR sel
1253         - 12  # NDRPDR sel
1254         - 13  # NDRPDR sel
1255         - 14  # NDRPDR sel
1256         - 15  # NDRPDR sel
1257         - 16  # NDRPDR sel
1258         - 17  # NDRPDR sel
1259     dpdk-performance-changes-2n-dnv-cmp:
1260       # TODO: Replace:
1261       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1262       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1263         - 8   # NDRPDR sel
1264         - 9   # NDRPDR sel
1265         - 10  # NDRPDR sel
1266         - 11  # NDRPDR sel
1267         - 12  # NDRPDR sel
1268         - 13  # NDRPDR sel
1269         - 14  # NDRPDR sel
1270         - 15  # NDRPDR sel
1271         - 16  # NDRPDR sel
1272         - 17  # NDRPDR sel
1273
1274     dpdk-performance-changes-3n-dnv-h1:
1275       csit-dpdk-perf-verify-2001-3n-dnv:
1276         - 12  # NDRPDR sel
1277         - 13  # NDRPDR sel
1278         - 14  # NDRPDR sel
1279         - 15  # NDRPDR sel
1280         - 16  # NDRPDR sel
1281         - 17  # NDRPDR sel
1282         - 18  # NDRPDR sel
1283         - 19  # NDRPDR sel
1284         - 20  # NDRPDR sel
1285         - 22  # NDRPDR sel
1286     dpdk-performance-changes-3n-dnv-ref:
1287       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1288         - 6   # NDRPDR sel
1289         - 7   # NDRPDR sel
1290         - 8   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 13  # NDRPDR sel
1296         - 14  # NDRPDR sel
1297         - 16  # NDRPDR sel
1298     dpdk-performance-changes-3n-dnv-cmp:
1299       # TODO: Replace:
1300       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1301       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1302         - 6   # NDRPDR sel
1303         - 7   # NDRPDR sel
1304         - 8   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307         - 11  # NDRPDR sel
1308         - 12  # NDRPDR sel
1309         - 13  # NDRPDR sel
1310         - 14  # NDRPDR sel
1311         - 16  # NDRPDR sel
1312
1313     dpdk-performance-changes-3n-tsh-h1:
1314       csit-dpdk-perf-verify-2001-3n-tsh:
1315         - 3   # NDRPDR sel
1316         - 4   # NDRPDR sel
1317         - 5   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319         - 10  # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322         - 14  # NDRPDR sel
1323         - 15  # NDRPDR sel
1324         - 18  # NDRPDR sel
1325     dpdk-performance-changes-3n-tsh-ref:
1326       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1327         - 5   # NDRPDR sel
1328     dpdk-performance-changes-3n-tsh-cmp:
1329       # TODO: Add:
1330       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1331         - 1   # NDRPDR iter env5
1332         - 3   # NDRPDR iter env5
1333         - 4   # NDRPDR iter env5
1334         - 5   # NDRPDR iter env5
1335         - 6   # NDRPDR iter env5
1336         - 7   # NDRPDR iter env5
1337         - 9   # NDRPDR iter env5
1338
1339     # Compare testbeds
1340
1341     vpp-compare-testbeds-ref:
1342       # TODO: Add:
1343       csit-vpp-perf-report-iterative-2009-3n-hsw:
1344         - 4   # RC2 NDRPDR iter env5
1345         - 5   # RC2 NDRPDR iter env5
1346         - 6   # RC2 NDRPDR iter env5
1347         - 7   # RC2 NDRPDR iter env5
1348         - 8   # RC2 NDRPDR iter env5
1349     vpp-compare-testbeds-cmp:
1350       # TODO: Add:
1351       csit-vpp-perf-report-iterative-2009-3n-skx:
1352         - 10  # RC2 NDRPDR iter env5
1353         - 12  # RC2 NDRPDR iter env5
1354         - 14  # RC2 NDRPDR iter env5
1355         - 16  # RC2 NDRPDR iter env5
1356
1357     vpp-compare-testbeds-skx-clx-ref:
1358       # TODO: Add:
1359       csit-vpp-perf-report-iterative-2009-2n-skx:
1360         - 8   # RC2 NDRPDR iter env5
1361         - 10  # RC2 NDRPDR iter env5
1362         - 12  # RC2 NDRPDR iter env5
1363         - 14  # RC2 NDRPDR iter env5
1364         - 15  # RC2 NDRPDR iter env5
1365     vpp-compare-testbeds-skx-clx-cmp:
1366       # TODO: Add:
1367       csit-vpp-perf-report-iterative-2009-2n-clx:
1368         - 7   # RC2 NDRPDR iter env5
1369         - 9   # RC2 NDRPDR iter env5
1370         - 10  # RC2 NDRPDR iter env5
1371         - 12  # RC2 NDRPDR iter env5
1372         - 14  # RC2 NDRPDR iter env5
1373
1374     vpp-compare-testbeds-hsw-clx-ref:
1375       # TODO: Add:
1376       csit-vpp-perf-report-iterative-2009-3n-hsw:
1377         - 4   # RC2 NDRPDR iter env5
1378         - 5   # RC2 NDRPDR iter env5
1379         - 6   # RC2 NDRPDR iter env5
1380         - 7   # RC2 NDRPDR iter env5
1381         - 8   # RC2 NDRPDR iter env5
1382     vpp-compare-testbeds-hsw-clx-cmp:
1383       # TODO: Add:
1384       csit-vpp-perf-report-iterative-2009-2n-clx:
1385         - 7   # RC2 NDRPDR iter env5
1386         - 9   # RC2 NDRPDR iter env5
1387         - 10  # RC2 NDRPDR iter env5
1388         - 12  # RC2 NDRPDR iter env5
1389         - 14  # RC2 NDRPDR iter env5
1390
1391     vpp-compare-testbeds-mrr-ref:
1392       # TODO: Replace:
1393       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1394       csit-vpp-perf-report-iterative-2005-3n-hsw:
1395         - 30  # MRR env 4
1396     vpp-compare-testbeds-mrr-cmp:
1397       # TODO: Replace:
1398       # csit-vpp-perf-report-iterative-2009-3n-skx:
1399       csit-vpp-perf-report-iterative-2005-3n-skx:
1400         - 49  # MRR sel env 4
1401
1402     vpp-compare-testbeds-mrr-skx-clx-ref:
1403       # TODO: Replace:
1404       # csit-vpp-perf-report-iterative-2009-2n-skx:
1405       csit-vpp-perf-report-iterative-2005-2n-skx:
1406         - 99  # MRR sel env 4
1407     vpp-compare-testbeds-mrr-skx-clx-cmp:
1408       # TODO: Replace:
1409       # csit-vpp-perf-report-iterative-2009-2n-clx:
1410       csit-vpp-perf-report-iterative-2005-2n-clx:
1411         - 72  # MRR env 4
1412
1413     vpp-compare-testbeds-mrr-hsw-clx-ref:
1414       # TODO: Replace:
1415       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1416       csit-vpp-perf-report-iterative-2005-3n-hsw:
1417         - 30  # MRR env 4
1418     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1419       # TODO: Replace:
1420       # csit-vpp-perf-report-iterative-2009-2n-clx:
1421       csit-vpp-perf-report-iterative-2005-2n-clx:
1422         - 72  # MRR env 4
1423
1424     dpdk-compare-testbeds-ref:
1425       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1426         - 6   # NDRPDR iter env5
1427         - 7   # NDRPDR iter env5
1428         - 8   # NDRPDR iter env5
1429         - 9   # NDRPDR iter env5
1430         - 10  # NDRPDR iter env5
1431         - 11  # NDRPDR iter env5
1432         - 12  # NDRPDR iter env5
1433         - 13  # NDRPDR iter env5
1434         - 14  # NDRPDR iter env5
1435         - 15  # NDRPDR iter env5
1436     dpdk-compare-testbeds-cmp:
1437       csit-dpdk-perf-report-iterative-2009-3n-skx:
1438         - 4   # NDRPDR sel env5
1439         - 5   # NDRPDR sel env5
1440         - 6   # NDRPDR sel env5
1441         - 7   # NDRPDR sel env5
1442         - 8   # NDRPDR sel env5
1443         - 9   # NDRPDR sel env5
1444         - 14  # NDRPDR sel env5
1445         - 11  # NDRPDR sel env5
1446         - 12  # NDRPDR sel env5
1447         - 13  # NDRPDR sel env5
1448
1449     dpdk-compare-testbeds-skx-clx-ref:
1450       csit-dpdk-perf-report-iterative-2009-2n-skx:
1451         - 4   # NDRPDR iter env5
1452         - 5   # NDRPDR iter env5
1453         - 6   # NDRPDR iter env5
1454         - 7   # NDRPDR iter env5
1455         - 8   # NDRPDR iter env5
1456         - 9   # NDRPDR iter env5
1457         - 10  # NDRPDR iter env5
1458         - 11  # NDRPDR iter env5
1459         - 12  # NDRPDR iter env5
1460         - 13  # NDRPDR iter env5
1461     dpdk-compare-testbeds-skx-clx-cmp:
1462       csit-dpdk-perf-report-iterative-2009-2n-clx:
1463         - 4   # NDRPDR iter env5
1464         - 5   # NDRPDR iter env5
1465         - 6   # NDRPDR iter env5
1466         - 7   # NDRPDR iter env5
1467         - 8   # NDRPDR iter env5
1468         - 9   # NDRPDR iter env5
1469         - 10  # NDRPDR iter env5
1470         - 11  # NDRPDR iter env5
1471         - 12  # NDRPDR iter env5
1472         - 13  # NDRPDR iter env5
1473
1474     # Compare topologies
1475
1476     vpp-compare-topologies-ref:
1477       # TODO: Add:
1478       csit-vpp-perf-report-iterative-2009-3n-skx:
1479         - 10  # RC2 NDRPDR iter env5
1480         - 12  # RC2 NDRPDR iter env5
1481         - 14  # RC2 NDRPDR iter env5
1482         - 16  # RC2 NDRPDR iter env5
1483     vpp-compare-topologies-cmp:
1484       # TODO: Add:
1485       csit-vpp-perf-report-iterative-2009-2n-skx:
1486         - 8   # RC2 NDRPDR iter env5
1487         - 10  # RC2 NDRPDR iter env5
1488         - 12  # RC2 NDRPDR iter env5
1489         - 14  # RC2 NDRPDR iter env5
1490         - 15  # RC2 NDRPDR iter env5
1491
1492     vpp-compare-topologies-mrr-ref:
1493       # TODO: Replace:
1494       # csit-vpp-perf-report-iterative-2009-3n-skx:
1495       csit-vpp-perf-report-iterative-2005-3n-skx:
1496         - 49  # MRR sel env 4
1497     vpp-compare-topologies-mrr-cmp:
1498       # TODO: Replace:
1499       # csit-vpp-perf-report-iterative-2009-2n-skx:
1500       csit-vpp-perf-report-iterative-2005-2n-skx:
1501         - 99  # MRR sel env 4
1502
1503     dpdk-compare-topologies-ref:
1504       csit-dpdk-perf-report-iterative-2009-3n-skx:
1505         - 4   # NDRPDR sel env5
1506         - 5   # NDRPDR sel env5
1507         - 6   # NDRPDR sel env5
1508         - 7   # NDRPDR sel env5
1509         - 8   # NDRPDR sel env5
1510         - 9   # NDRPDR sel env5
1511         - 14  # NDRPDR sel env5
1512         - 11  # NDRPDR sel env5
1513         - 12  # NDRPDR sel env5
1514         - 13  # NDRPDR sel env5
1515     dpdk-compare-topologies-cmp:
1516       csit-dpdk-perf-report-iterative-2009-2n-skx:
1517         - 4   # NDRPDR iter env5
1518         - 5   # NDRPDR iter env5
1519         - 6   # NDRPDR iter env5
1520         - 7   # NDRPDR iter env5
1521         - 8   # NDRPDR iter env5
1522         - 9   # NDRPDR iter env5
1523         - 10  # NDRPDR iter env5
1524         - 11  # NDRPDR iter env5
1525         - 12  # NDRPDR iter env5
1526         - 13  # NDRPDR iter env5
1527
1528   plot-layouts:
1529
1530     plot-soak-throughput:
1531       titlefont:
1532         size: 18
1533       xaxis:
1534         title: "<b>Test Cases [Index]</b>"
1535         titlefont:
1536           size: 16
1537         autorange: True
1538         fixedrange: False
1539         gridcolor: "rgb(230, 230, 230)"
1540         linecolor: "rgb(220, 220, 220)"
1541         linewidth: 1
1542         showgrid: True
1543         showline: True
1544         showticklabels: True
1545         tickcolor: "rgb(220, 220, 220)"
1546         tickmode: "linear"
1547         tickfont:
1548           size: 16
1549         zeroline: False
1550       yaxis:
1551         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1552         titlefont:
1553           size: 16
1554         gridcolor: "rgb(230, 230, 230)"
1555         hoverformat: ".4r"
1556         tickformat: ".3r"
1557         linecolor: "rgb(220, 220, 220)"
1558         linewidth: 1
1559         showgrid: True
1560         showline: True
1561         showticklabels: True
1562         tickcolor: "rgb(220, 220, 220)"
1563         tickfont:
1564           size: 16
1565         zeroline: False
1566         range: [0,50]
1567       autosize: False
1568       margin:
1569         t: 50
1570         b: 0
1571         l: 80
1572         r: 20
1573       showlegend: True
1574       legend:
1575         orientation: "h"
1576         font:
1577           size: 16
1578       width: 700
1579       height: 900
1580       paper_bgcolor: "#fff"
1581       plot_bgcolor: "#fff"
1582       hoverlabel:
1583         namelength: -1
1584
1585     plot-service-density:
1586       titlefont:
1587         size: 18
1588       xaxis:
1589         side: "top"
1590         autorange: True
1591         fixedrange: False
1592         showgrid: False
1593         showline: False
1594         showticklabels: False
1595         ticks: ""
1596         ticklen: 0
1597         tickwidth: 0
1598         zeroline: False
1599       yaxis:
1600         autorange: "reversed"
1601         showgrid: False
1602         showline: False
1603         showticklabels: False
1604         ticks: ""
1605         ticklen: 0
1606         tickwidth: 0
1607         zeroline: False
1608       showlegend: False
1609       paper_bgcolor: "#fff"
1610       plot_bgcolor: "#fff"
1611       width: 700
1612       height: 700
1613       hoverlabel:
1614         namelength: -1
1615
1616     plot-hoststack:
1617       titlefont:
1618         size: 16
1619       xaxis:
1620         title: "<b>Test Cases [Index]</b>"
1621         titlefont:
1622           size: 14
1623         autorange: True
1624         fixedrange: False
1625         gridcolor: "rgb(230, 230, 230)"
1626         linecolor: "rgb(220, 220, 220)"
1627         linewidth: 1
1628         showgrid: True
1629         showline: True
1630         showticklabels: True
1631         tickcolor: "rgb(220, 220, 220)"
1632         tickmode: "linear"
1633         tickfont:
1634           size: 14
1635         zeroline: False
1636       yaxis:
1637         title: "<b>Bandwidth [Gbps]</b>"
1638         titlefont:
1639           size: 14
1640         gridcolor: "rgb(230, 230, 230)"
1641         hoverformat: ".4s"
1642         linecolor: "rgb(220, 220, 220)"
1643         linewidth: 1
1644         rangemode: "tozero"
1645         showgrid: True
1646         showline: True
1647         showticklabels: True
1648         tickcolor: "rgb(230, 230, 230)"
1649         tickformat: ".3s"
1650         tickfont:
1651           size: 14
1652         zeroline: False
1653       boxmode: "group"
1654       boxgroupgap: 0.5
1655       autosize: False
1656       margin:
1657         t: 50
1658         b: 20
1659         l: 80
1660         r: 20
1661       showlegend: True
1662       legend:
1663         orientation: "h"
1664         font:
1665           size: 14
1666       width: 700
1667       height: 800
1668       paper_bgcolor: "#fff"
1669       plot_bgcolor: "#fff"
1670       hoverlabel:
1671         namelength: -1
1672
1673     plot-throughput:
1674       titlefont:
1675         size: 18
1676       xaxis:
1677         title: "<b>Test Cases [Index]</b>"
1678         titlefont:
1679           size: 16
1680         autorange: True
1681         fixedrange: False
1682         gridcolor: "rgb(230, 230, 230)"
1683         linecolor: "rgb(220, 220, 220)"
1684         linewidth: 1
1685         showgrid: True
1686         showline: True
1687         showticklabels: True
1688         tickcolor: "rgb(220, 220, 220)"
1689         tickmode: "linear"
1690         tickfont:
1691           size: 16
1692         zeroline: False
1693       yaxis:
1694         title: "<b>Packet Throughput [Mpps]</b>"
1695         titlefont:
1696           size: 16
1697         gridcolor: "rgb(230, 230, 230)"
1698         hoverformat: ".4r"
1699         tickformat: ".3r"
1700         linecolor: "rgb(220, 220, 220)"
1701         linewidth: 1
1702         showgrid: True
1703         showline: True
1704         showticklabels: True
1705         tickcolor: "rgb(220, 220, 220)"
1706         tickfont:
1707           size: 16
1708         zeroline: False
1709         range: [0,50]
1710       autosize: False
1711       margin:
1712         t: 50
1713         b: 0
1714         l: 80
1715         r: 20
1716       showlegend: True
1717       legend:
1718         orientation: "h"
1719         font:
1720           size: 16
1721       width: 700
1722       height: 900
1723       paper_bgcolor: "#fff"
1724       plot_bgcolor: "#fff"
1725       hoverlabel:
1726         namelength: -1
1727
1728     plot-throughput-speedup-analysis:
1729       titlefont:
1730         size: 18
1731       xaxis:
1732         title: "<b>Number of Cores [Qty]</b>"
1733         titlefont:
1734           size: 16
1735         autorange: True
1736         fixedrange: False
1737         gridcolor: "rgb(230, 230, 230)"
1738         linecolor: "rgb(220, 220, 220)"
1739         linewidth: 1
1740         showgrid: True
1741         showline: True
1742         showticklabels: True
1743         tickcolor: "rgb(238, 238, 238)"
1744         tickmode: "linear"
1745         tickfont:
1746           size: 16
1747         zeroline: False
1748       yaxis:
1749         title: "<b>Packet Throughput [Mpps]</b>"
1750         titlefont:
1751           size: 16
1752         type: "linear"
1753         gridcolor: "rgb(230, 230, 230)"
1754         hoverformat: ".4s"
1755         linecolor: "rgb(220, 220, 220)"
1756         linewidth: 1
1757         showgrid: True
1758         showline: True
1759         showticklabels: True
1760         tickcolor: "rgb(220, 220, 220)"
1761         tickformat: ".4s"
1762         tickfont:
1763           size: 16
1764         zeroline: True
1765         rangemode: "tozero"
1766         range: [0,100]
1767       legend:
1768         orientation: "h"
1769         font:
1770           size: 16
1771         xanchor: "left"
1772         yanchor: "top"
1773         x: 0
1774         y: -0.2
1775         bgcolor: "rgba(255, 255, 255, 0)"
1776         bordercolor: "rgba(255, 255, 255, 0)"
1777         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1778       autosize: False
1779       margin:
1780           't': 50
1781           'b': 150
1782           'l': 85
1783           'r': 10
1784       showlegend: True
1785       width: 700
1786       height: 700
1787       paper_bgcolor: "#fff"
1788       plot_bgcolor: "#fff"
1789       hoverlabel:
1790         namelength: -1
1791       annotations: [
1792         {
1793           text: "_ _          __          ...",
1794           align: "left",
1795           showarrow: False,
1796           xref: "paper",
1797           yref: "paper",
1798           xanchor: "left",
1799           yanchor: "top",
1800           x: 0,
1801           y: -0.13,
1802           font: {
1803             family: "Consolas, Courier New",
1804             size: 15
1805           },
1806         },
1807         {
1808           text: "    Perfect     Measured     Limit",
1809           align: "left",
1810           showarrow: False,
1811           xref: "paper",
1812           yref: "paper",
1813           xanchor: "left",
1814           yanchor: "top",
1815           x: 0,
1816           y: -0.15,
1817           font: {
1818             family: "Consolas, Courier New",
1819             size: 15
1820           },
1821         },
1822       ]
1823
1824     plot-latency:
1825       titlefont:
1826         size: 18
1827       xaxis:
1828         title: "<b>Direction</b>"
1829         titlefont:
1830           size: 16
1831         autorange: True
1832         fixedrange: False
1833         gridcolor: "rgb(230, 230, 230)"
1834         linecolor: "rgb(220, 220, 220)"
1835         linewidth: 1
1836         showgrid: True
1837         showline: True
1838         showticklabels: False
1839         tickcolor: "rgb(220, 220, 220)"
1840         tickmode: "linear"
1841         tickfont:
1842           size: 16
1843         zeroline: False
1844       yaxis:
1845         title: "<b>Packet Latency [uSec]</b>"
1846         titlefont:
1847           size: 16
1848         type: "linear"
1849         gridcolor: "rgb(230, 230, 230)"
1850         hoverformat: ".4s"
1851         linecolor: "rgb(220, 220, 220)"
1852         linewidth: 1
1853         showgrid: True
1854         showline: True
1855         showticklabels: True
1856         tickcolor: "rgb(220, 220, 220)"
1857         tickformat: ".4s"
1858         tickfont:
1859           size: 16
1860         zeroline: True
1861         rangemode: "tozero"
1862       legend:
1863         orientation: "h"
1864         font:
1865           size: 16
1866         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1867       autosize: False
1868       margin:
1869           't': 50
1870           'b': 150
1871           'l': 80
1872           'r': 10
1873       showlegend: True
1874       width: 700
1875       height: 700
1876       paper_bgcolor: "#fff"
1877       plot_bgcolor: "#fff"
1878       hoverlabel:
1879         namelength: -1
1880
1881     plot-hdrh-latency:
1882       title:
1883         text: ""
1884         xanchor: "center"
1885         x: 0.5
1886         font:
1887           size: 16
1888       width: 700
1889       plot_bgcolor: "white"
1890       annotations:
1891         - font:
1892             size: 14
1893           showarrow: False
1894           text: "<b>Packet Latency [uSec]</b>"
1895           x: 1
1896           xanchor: "right"
1897           xref: "paper"
1898           y: -0.045
1899           yanchor: "top"
1900           yref: "paper"
1901         - font:
1902             size: 14
1903           showarrow: False
1904           text: "<b>Probability [%]</b>"
1905           textangle: 270
1906           x: -0.06
1907           xanchor: "center"
1908           xref: "paper"
1909           y: 0.5
1910           yanchor: "middle"
1911           yref: "paper"
1912         - font:
1913             size: 14
1914           showarrow: False
1915           text: "<b>Direction: E-W</b>"
1916           x: 0.24
1917           xanchor: "center"
1918           xref: "paper"
1919           y: 1.05
1920           yanchor: "bottom"
1921           yref: "paper"
1922         - font:
1923             size: 14
1924           showarrow: False
1925           text: "<b>Direction: W-E</b>"
1926           x: 0.74
1927           xanchor: "center"
1928           xref: "paper"
1929           y: 1.05
1930           yanchor: "bottom"
1931           yref: "paper"
1932
1933     plot-hdrh-latency-percentile:
1934       title:
1935         text: ""
1936         xanchor: "center"
1937         x: 0.5
1938         font:
1939           size: 18
1940       xaxis:
1941         type: "log"
1942         title: "<b>Percentile [%]</b>"
1943         titlefont:
1944           size: 16
1945         autorange: True
1946         fixedrange: False
1947         gridcolor: "rgb(230, 230, 230)"
1948         linecolor: "rgb(220, 220, 220)"
1949         linewidth: 1
1950         showgrid: True
1951         showline: True
1952         showticklabels: True
1953         tickcolor: "rgb(220, 220, 220)"
1954         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1955         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1956         tickfont:
1957           size: 16
1958       yaxis:
1959         title: "<b>Packet Latency [uSec]</b>"
1960         titlefont:
1961           size: 16
1962         gridcolor: "rgb(230, 230, 230)"
1963         linecolor: "rgb(220, 220, 220)"
1964         linewidth: 1
1965         showgrid: True
1966         showline: True
1967         showticklabels: True
1968         tickcolor: "rgb(220, 220, 220)"
1969         tickfont:
1970           size: 16
1971       autosize: False
1972       showlegend: True
1973       legend:
1974         traceorder: "normal"
1975         orientation: "h"
1976         font:
1977           size: 16
1978         xanchor: "left"
1979         yanchor: "top"
1980         x: 0
1981         y: -0.15
1982         bgcolor: "rgba(255, 255, 255, 0)"
1983         bordercolor: "rgba(255, 255, 255, 0)"
1984       width: 700
1985       height: 700
1986       paper_bgcolor: "white"
1987       plot_bgcolor: "white"
1988
1989     plot-hdrh-latency-by-percentile:
1990       title:
1991         text: "<b>Latency by Percentile Distribution</b>"
1992         xanchor: "center"
1993         x: 0.5
1994         font:
1995           size: 18
1996       showlegend: True
1997       legend:
1998         traceorder: "normal"
1999         orientation: "h"
2000         font:
2001           size: 16
2002         xanchor: "left"
2003         yanchor: "top"
2004         x: 0
2005         y: -0.2
2006         bgcolor: "rgba(255, 255, 255, 0)"
2007         bordercolor: "rgba(255, 255, 255, 0)"
2008       xaxis:
2009         type: "linear"
2010         title: "<b>Percentile [%]</b>"
2011         titlefont:
2012           size: 14
2013         autorange: False
2014         fixedrange: False
2015         range: [0, 100]
2016         gridcolor: "rgb(230, 230, 230)"
2017         linecolor: "rgb(220, 220, 220)"
2018         linewidth: 1
2019         showgrid: True
2020         showline: True
2021         showticklabels: True
2022         tickcolor: "rgb(220, 220, 220)"
2023         tickvals: [0, 25, 50, 75, 100]
2024         ticktext: [0, 25, 50, 75, 100]
2025         tickfont:
2026           size: 14
2027       yaxis:
2028         title: "<b>One-Way Latency per Direction [uSec]</b>"
2029         titlefont:
2030           size: 14
2031         gridcolor: "rgb(230, 230, 230)"
2032         linecolor: "rgb(220, 220, 220)"
2033         linewidth: 1
2034         showgrid: True
2035         showline: True
2036         showticklabels: True
2037         tickcolor: "rgb(220, 220, 220)"
2038         tickfont:
2039           size: 14
2040       width: 700
2041       height: 700
2042       paper_bgcolor: "white"
2043       plot_bgcolor: "white"
2044
2045 - type: "static"
2046   src-path: "{DIR[RST]}"
2047   dst-path: "{DIR[WORKING,SRC]}"
2048
2049 - type: "input"
2050   general:
2051     file-name: "output_info.xml.gz"
2052     file-format: ".gz"
2053     arch-file-format:
2054       - ".gz"
2055       - ".zip"
2056     download-path: "{job}/{build}/archives/{filename}"
2057     extract: "output.xml"
2058
2059     zip-file-name: "robot-plugin.zip"
2060     zip-file-format: ".zip"
2061     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2062     zip-extract: "robot-plugin/output.xml"
2063
2064   builds:
2065
2066     csit-vpp-perf-verify-2001-3n-hsw:
2067       - 17  # MRR sel
2068     csit-vpp-perf-report-iterative-2005-3n-hsw:
2069       - 20  # NDRPDR sel env 4
2070       - 21  # NDRPDR sel env 4
2071       - 22  # NDRPDR sel env 4
2072       - 23  # NDRPDR sel env 4
2073       - 24  # NDRPDR sel env 4
2074       - 25  # NDRPDR sel env 4
2075       - 26  # NDRPDR sel env 4
2076       - 27  # NDRPDR sel env 4
2077       - 28  # NDRPDR sel env 4
2078       - 29  # NDRPDR sel env 4
2079       - 13  # MRR
2080       - 30  # MRR env 4
2081       - 31  # NDRPDR sel 2001.0-4
2082       - 32  # NDRPDR sel 2001.0-4
2083       - 33  # NDRPDR sel 2001.0-4
2084       - 34  # NDRPDR sel 2001.0-4
2085       - 35  # NDRPDR sel 2001.0-4
2086       - 36  # NDRPDR sel 2001.0-4
2087       - 38  # NDRPDR sel 2001.0-4
2088     csit-vpp-perf-verify-2005-3n-hsw:
2089       - 3   # hoststack
2090       - 5   # hoststack
2091       - 6   # hoststack
2092       - 7   # hoststack
2093       - 8   # hoststack
2094       - 9   # hoststack
2095       - 10  # hoststack
2096       - 11  # hoststack
2097       - 12  # hoststack
2098       - 13  # hoststack
2099     # TODO: Add:
2100     csit-vpp-perf-report-iterative-2009-3n-hsw:
2101       - 4   # RC2 NDRPDR iter env5
2102       - 5   # RC2 NDRPDR iter env5
2103       - 6   # RC2 NDRPDR iter env5
2104       - 7   # RC2 NDRPDR iter env5
2105       - 8   # RC2 NDRPDR iter env5
2106     # TODO: Add:
2107     csit-vpp-perf-report-coverage-2009-3n-hsw:
2108       - 2   # RC2 env5 3n-hsw-ip4-00
2109
2110     # TODO: Add for hoststack:
2111     # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
2112     # csit-vpp-perf-verify-2009-3n-hsw:
2113
2114     csit-vpp-perf-verify-2001-3n-skx:
2115       - 50  # MRR sel
2116       - 53  # MRR sel addition
2117     csit-vpp-perf-report-iterative-2005-3n-skx:
2118       - 4   # NDRPDR sel
2119       - 5   # NDRPDR sel ??? all x710 failed
2120       - 33  # NDRPDR sel
2121       - 28  # NDRPDR sel
2122       - 34  # NDRPDR sel
2123       - 42  # NDRPDR sel env 4
2124       - 43  # NDRPDR sel env 4
2125       - 44  # NDRPDR sel env 4
2126       - 45  # NDRPDR sel env 4
2127       - 47  # NDRPDR sel env 4
2128       - 55  # NDRPDR sel env 4
2129       - 56  # NDRPDR sel env 4
2130       - 57  # NDRPDR sel env 4
2131       - 61  # NDRPDR sel env 4
2132       - 62  # NDRPDR sel env 4
2133       - 50  # NDRPDR sel 2001.0-4
2134       - 51  # NDRPDR sel 2001.0-4
2135       - 52  # NDRPDR sel 2001.0-4
2136       - 53  # NDRPDR sel 2001.0-4
2137       - 54  # NDRPDR sel 2001.0-4
2138       - 49  # MRR sel env 4
2139     # TODO: Add:
2140     csit-vpp-perf-report-iterative-2009-3n-skx:
2141       - 10  # RC2 NDRPDR iter env5
2142       - 12  # RC2 NDRPDR iter env5
2143       - 14  # RC2 NDRPDR iter env5
2144       - 16  # RC2 NDRPDR iter env5
2145     # TODO: Add:
2146     csit-vpp-perf-report-coverage-2009-3n-skx:
2147       - 1   # RC2 env5 3n-skx-ip4-00
2148
2149     csit-vpp-perf-verify-2001-2n-skx:
2150       - 101  # MRR sel - old
2151       - 128  # MRR sel addition - old
2152     csit-vpp-perf-report-iterative-2005-2n-skx:
2153       - 88  # NDRPDR sel env 4
2154       - 89  # NDRPDR sel env 4
2155       - 90  # NDRPDR sel env 4
2156       - 91  # NDRPDR sel env 4
2157       - 92  # NDRPDR sel env 4
2158       - 93  # NDRPDR sel env 4
2159       - 94  # NDRPDR sel env 4
2160       - 125 # NDRPDR sel env 4
2161       - 126 # NDRPDR sel env 4
2162       - 127 # NDRPDR sel env 4
2163       - 100 # NDRPDR sel 2001.0-4
2164       - 101 # NDRPDR sel 2001.0-4
2165       - 102 # NDRPDR sel 2001.0-4
2166       - 103 # NDRPDR sel 2001.0-4
2167       - 104 # NDRPDR sel 2001.0-4
2168       - 105 # NDRPDR sel 2001.0-4
2169       - 99  # MRR sel env 4
2170       - 106 # Reconf env 4
2171       - 107 # Reconf env 4
2172       - 108 # Reconf env 4
2173       - 109 # Reconf env 4
2174       - 110 # Reconf env 4
2175       - 111 # Reconf env 4
2176       - 112 # Reconf env 4
2177       - 118 # Reconf env 4
2178       - 120 # Reconf env 4
2179       - 121 # Reconf env 4
2180       - 122 # Soak
2181       - 123 # Soak
2182       - 113 # nf-density-sel env 4
2183       - 114 # nf-density-sel env 4
2184       - 124 # nf-density-sel env 4
2185       - 128 # nf-density-sel env 4
2186       - 129 # nf-density-sel env 4
2187       - 131 # nf-density-sel env 4
2188       - 132 # nf-density-sel env 4
2189       - 135 # nf-density-sel env 4
2190       - 136 # nf-density-sel env 4
2191       - 139 # nf-density-sel env 4
2192       - 115 # MRR nf-density-sel env 4
2193     # TODO: Add:
2194     csit-vpp-perf-report-iterative-2009-2n-skx:
2195       - 8   # RC2 NDRPDR iter env5
2196       - 10  # RC2 NDRPDR iter env5
2197       - 12  # RC2 NDRPDR iter env5
2198       - 14  # RC2 NDRPDR iter env5
2199       - 15  # RC2 NDRPDR iter env5
2200     # TODO: Add:
2201     csit-vpp-perf-report-coverage-2009-2n-skx:
2202       - 7   # RC2 env5 2n-skx-ip4-00
2203
2204     csit-vpp-perf-verify-2001-2n-clx:
2205       - 39  # MRR
2206     csit-vpp-perf-report-iterative-2005-2n-clx:
2207       - 62  # NDRPDR sel env 4
2208       - 63  # NDRPDR sel env 4
2209       - 64  # NDRPDR sel env 4
2210       - 65  # NDRPDR sel env 4
2211       - 66  # NDRPDR sel env 4
2212       - 68  # NDRPDR sel env 4
2213       - 69  # NDRPDR sel env 4
2214       - 70  # NDRPDR sel env 4
2215       - 103 # NDRPDR sel env 4
2216       - 104 # NDRPDR sel env 4
2217       - 73  # NDRPDR sel 2001.0-4
2218       - 74  # NDRPDR sel 2001.0-4
2219       - 75  # NDRPDR sel 2001.0-4
2220       - 76  # NDRPDR sel 2001.0-4
2221       - 77  # NDRPDR sel 2001.0-4
2222       - 78  # NDRPDR sel 2001.0-4
2223       - 79  # NDRPDR sel 2001.0-4
2224       - 80  # NDRPDR sel 2001.0-4
2225       - 72  # MRR env 4
2226       - 81  # Reconf env 4
2227       - 82  # Reconf env 4
2228       - 83  # Reconf env 4
2229       - 84  # Reconf env 4
2230       - 85  # Reconf env 4
2231       - 86  # Reconf env 4
2232       - 87  # Reconf env 4
2233       - 88  # Reconf env 4
2234       - 89  # Reconf env 4
2235       - 90  # Reconf env 4
2236       - 101 # Soak
2237       - 102 # Soak
2238       - 91  # nfv-density-00 env 4
2239       - 92  # nfv-density-00 env 4
2240       - 93  # nfv-density-00 env 4
2241       - 97  # nfv-density-00 env 4
2242       - 98  # nfv-density-00 env 4
2243       - 99  # nfv-density-00 env 4
2244       - 100 # nfv-density-00 env 4
2245       - 105 # nfv-density-00 env 4
2246       - 106 # nfv-density-00 env 4
2247       - 108 # nfv-density-00 env 4
2248       - 96  # MRR nfv-density-00 env 4
2249     # TODO: Add:
2250     csit-vpp-perf-report-iterative-2009-2n-clx:
2251       - 7   # RC2 NDRPDR iter env5
2252       - 9   # RC2 NDRPDR iter env5
2253       - 10  # RC2 NDRPDR iter env5
2254       - 12  # RC2 NDRPDR iter env5
2255       - 14  # RC2 NDRPDR iter env5
2256     # TODO: Add:
2257     csit-vpp-perf-report-coverage-2009-2n-clx:
2258       - 1   # RC2 env5 2n-clx-ip4-00
2259
2260     csit-vpp-perf-verify-2001-3n-tsh:
2261       - 9   # MRR sel
2262     csit-vpp-perf-report-iterative-2005-3n-tsh:
2263       - 9   # NDRPDR sel
2264       - 11  # NDRPDR sel
2265       - 12  # NDRPDR sel
2266       - 20  # NDRPDR sel
2267       - 14  # NDRPDR sel
2268       - 21  # NDRPDR sel
2269       - 23  # NDRPDR sel env 4
2270       - 25  # NDRPDR sel env 4
2271       - 33  # NDRPDR sel env 4
2272       - 34  # NDRPDR sel env 4
2273       - 35  # NDRPDR sel env 4
2274       - 36  # NDRPDR sel env 4
2275       - 37  # NDRPDR sel env 4
2276       - 38  # NDRPDR sel env 4
2277       - 39  # NDRPDR sel env 4
2278       - 40  # NDRPDR sel env 4
2279       - 28  # NDRPDR sel 2001.0-4
2280       - 29  # NDRPDR sel 2001.0-4
2281       - 31  # NDRPDR sel 2001.0-4
2282       - 27  # MRR sel env 4
2283     # TODO: Add:
2284     csit-vpp-perf-report-iterative-2009-3n-tsh:
2285       - 7   # RC2 NDRPDR iter env5
2286
2287     csit-vpp-perf-verify-2001-3n-dnv:
2288       - 5   # NDRPDR sel
2289       - 6   # NDRPDR sel
2290       - 7   # NDRPDR sel
2291       - 8   # NDRPDR sel
2292       - 9   # NDRPDR sel
2293       - 10  # NDRPDR sel
2294       - 12  # NDRPDR sel
2295       - 16  # NDRPDR sel
2296       - 17  # NDRPDR sel
2297       - 18  # NDRPDR sel
2298       - 11  # MRR sel
2299     csit-vpp-perf-report-iterative-2005-3n-dnv:
2300       - 2   # NDRPDR sel
2301       - 3   # NDRPDR sel
2302       - 4   # NDRPDR sel
2303       - 5   # NDRPDR sel
2304       - 6   # NDRPDR sel
2305       - 7   # NDRPDR sel
2306       - 9   # NDRPDR sel
2307       - 10  # NDRPDR sel
2308       - 11  # NDRPDR sel
2309       - 12  # NDRPDR sel
2310       - 8   # MRR
2311     csit-vpp-perf-report-coverage-2005-3n-dnv:
2312       - 1   # perf-full-3n-dnv-crypto_I
2313       - 24  # perf-full-3n-dnv-crypto_II
2314       - 5   # perf-full-3n-dnv-ip4_I
2315       - 13  # perf-full-3n-dnv-ip4_II
2316       - 17  # perf-full-3n-dnv-ip6_I
2317       - 18  # perf-full-3n-dnv-ip6_II
2318       - 21  # perf-full-3n-dnv-l2_I
2319       - 22  # perf-full-3n-dnv-l2_II
2320       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2321     # TODO: Add:
2322     # csit-vpp-perf-report-iterative-2009-3n-dnv:
2323     # TODO: Add:
2324     # csit-vpp-perf-report-coverage-2009-3n-dnv:
2325
2326     csit-vpp-perf-verify-2001-2n-dnv:
2327       - 4   # NDRPDR sel
2328       - 5   # NDRPDR sel
2329       - 6   # NDRPDR sel
2330       - 7   # NDRPDR sel
2331       - 8   # NDRPDR sel
2332       - 9   # NDRPDR sel
2333       - 10  # NDRPDR sel
2334       - 11  # NDRPDR sel
2335       - 13  # NDRPDR sel
2336       - 16  # NDRPDR sel
2337       - 12  # MRR sel
2338     csit-vpp-perf-report-iterative-2005-2n-dnv:
2339       - 3   # NDRPDR sel
2340       - 6   # NDRPDR sel
2341       - 7   # NDRPDR sel
2342       - 8   # NDRPDR sel
2343       - 9   # NDRPDR sel
2344       - 10  # NDRPDR sel
2345       - 11  # NDRPDR sel
2346       - 12  # NDRPDR sel
2347       - 13  # NDRPDR sel
2348       - 14  # NDRPDR sel
2349       - 15  # MRR sel
2350     csit-vpp-perf-report-coverage-2005-2n-dnv:
2351       - 1   # perf-full-2n-dnv-ip4_I
2352       - 2   # perf-full-2n-dnv-ip4_II
2353       - 3   # perf-full-2n-dnv-ip6_I
2354       - 4   # perf-full-2n-dnv-ip6_II
2355       - 5   # perf-full-2n-dnv-l2_I
2356       - 6   # perf-full-2n-dnv-l2_II
2357     # TODO: Add:
2358     # csit-vpp-perf-report-iterative-2009-2n-dnv:
2359     # TODO: Add:
2360     # csit-vpp-perf-report-coverage-2009-2n-dnv:
2361
2362     csit-dpdk-perf-verify-2001-3n-hsw:
2363       - 4   # NDRPDR sel
2364       - 5   # NDRPDR sel
2365       - 6   # NDRPDR sel
2366       - 7   # NDRPDR sel
2367       - 8   # NDRPDR sel
2368       - 9   # NDRPDR sel
2369       - 10  # NDRPDR sel
2370       - 11  # NDRPDR sel
2371       - 12  # NDRPDR sel
2372       - 13  # NDRPDR sel
2373       - 15  # NDRPDR sel
2374       - 16  # NDRPDR sel
2375       - 17  # NDRPDR sel
2376       - 18  # NDRPDR sel
2377       - 19  # NDRPDR sel
2378       - 20  # NDRPDR sel
2379       - 21  # NDRPDR sel
2380       - 22  # NDRPDR sel
2381       - 23  # NDRPDR sel
2382       - 24  # NDRPDR sel
2383     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2384       - 25  # NDRPDR iter
2385       - 26  # NDRPDR iter
2386       - 27  # NDRPDR iter
2387       - 28  # NDRPDR iter
2388       - 29  # NDRPDR iter
2389       - 30  # NDRPDR iter
2390       - 31  # NDRPDR iter
2391       - 32  # NDRPDR iter
2392       - 33  # NDRPDR iter
2393       - 34  # NDRPDR iter
2394     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2395       - 6   # NDRPDR iter env5
2396       - 7   # NDRPDR iter env5
2397       - 8   # NDRPDR iter env5
2398       - 9   # NDRPDR iter env5
2399       - 10  # NDRPDR iter env5
2400       - 11  # NDRPDR iter env5
2401       - 12  # NDRPDR iter env5
2402       - 13  # NDRPDR iter env5
2403       - 14  # NDRPDR iter env5
2404       - 15  # NDRPDR iter env5
2405
2406     csit-dpdk-perf-verify-2001-3n-skx:
2407       - 29  # NDRPDR sel xxv710
2408       - 33  # NDRPDR sel xxv710
2409       - 34  # NDRPDR sel xxv710
2410       - 35  # NDRPDR sel xxv710
2411       - 36  # NDRPDR sel xxv710
2412       - 37  # NDRPDR sel xxv710
2413       - 41  # NDRPDR sel xxv710
2414       - 42  # NDRPDR sel xxv710
2415       - 43  # NDRPDR sel xxv710
2416       - 45  # NDRPDR sel xxv710
2417       - 30  # NDRPDR sel x710
2418       - 31  # NDRPDR sel x710
2419       - 32  # NDRPDR sel x710
2420       - 38  # NDRPDR sel x710
2421       - 39  # NDRPDR sel x710
2422       - 40  # NDRPDR sel x710
2423       - 44  # NDRPDR sel x710
2424       - 46  # NDRPDR sel x710
2425       - 47  # NDRPDR sel x710
2426       - 48  # NDRPDR sel x710
2427     csit-dpdk-perf-report-iterative-2005-3n-skx:
2428       - 28  # NDRPDR iter
2429       - 29  # NDRPDR iter
2430       - 30  # NDRPDR iter
2431       - 31  # NDRPDR iter
2432       - 32  # NDRPDR iter
2433       - 33  # NDRPDR iter
2434       - 34  # NDRPDR iter
2435       - 35  # NDRPDR iter
2436       - 36  # NDRPDR iter
2437       - 37  # NDRPDR iter
2438     csit-dpdk-perf-report-iterative-2009-3n-skx:
2439       - 4   # NDRPDR sel env5
2440       - 5   # NDRPDR sel env5
2441       - 6   # NDRPDR sel env5
2442       - 7   # NDRPDR sel env5
2443       - 8   # NDRPDR sel env5
2444       - 9   # NDRPDR sel env5
2445       - 14  # NDRPDR sel env5
2446       - 11  # NDRPDR sel env5
2447       - 12  # NDRPDR sel env5
2448       - 13  # NDRPDR sel env5
2449
2450     csit-dpdk-perf-verify-2001-2n-skx:
2451       - 35  # NDRPDR sel xxv710
2452       - 36  # NDRPDR sel xxv710
2453       - 37  # NDRPDR sel xxv710
2454       - 41  # NDRPDR sel xxv710
2455       - 42  # NDRPDR sel xxv710
2456       - 43  # NDRPDR sel xxv710
2457       - 46  # NDRPDR sel xxv710
2458       - 47  # NDRPDR sel xxv710
2459       - 52  # NDRPDR sel xxv710
2460       - 53  # NDRPDR sel xxv710
2461       - 38  # NDRPDR sel x710
2462       - 39  # NDRPDR sel x710
2463       - 40  # NDRPDR sel x710
2464       - 44  # NDRPDR sel x710
2465       - 45  # NDRPDR sel x710
2466       - 48  # NDRPDR sel x710
2467       - 49  # NDRPDR sel x710
2468       - 50  # NDRPDR sel x710
2469       - 51  # NDRPDR sel x710
2470       - 54  # NDRPDR sel x710
2471     csit-dpdk-perf-report-iterative-2005-2n-skx:
2472       - 20  # NDRPDR iter
2473       - 21  # NDRPDR iter
2474       - 22  # NDRPDR iter
2475       - 23  # NDRPDR iter
2476       - 24  # NDRPDR iter
2477       - 25  # NDRPDR iter
2478       - 26  # NDRPDR iter
2479       - 27  # NDRPDR iter
2480       - 28  # NDRPDR iter
2481       - 29  # NDRPDR iter
2482     csit-dpdk-perf-report-iterative-2009-2n-skx:
2483       - 4   # NDRPDR iter env5
2484       - 5   # NDRPDR iter env5
2485       - 6   # NDRPDR iter env5
2486       - 7   # NDRPDR iter env5
2487       - 8   # NDRPDR iter env5
2488       - 9   # NDRPDR iter env5
2489       - 10  # NDRPDR iter env5
2490       - 11  # NDRPDR iter env5
2491       - 12  # NDRPDR iter env5
2492       - 13  # NDRPDR iter env5
2493
2494     csit-dpdk-perf-verify-2001-2n-clx:
2495       - 15  # NDRPDR sel
2496       - 16  # NDRPDR sel
2497       - 17  # NDRPDR sel
2498       - 18  # NDRPDR sel
2499       - 19  # NDRPDR sel
2500       - 20  # NDRPDR sel
2501       - 21  # NDRPDR sel
2502       - 22  # NDRPDR sel
2503       - 23  # NDRPDR sel
2504       - 24  # NDRPDR sel
2505       - 25  # NDRPDR sel
2506       - 26  # NDRPDR sel
2507       - 27  # NDRPDR sel
2508       - 28  # NDRPDR sel
2509       - 29  # NDRPDR sel
2510       - 30  # NDRPDR sel
2511       - 31  # NDRPDR sel
2512       - 32  # NDRPDR sel
2513       - 33  # NDRPDR sel
2514       - 34  # NDRPDR sel
2515     csit-dpdk-perf-report-iterative-2005-2n-clx:
2516       - 20  # NDRPDR iter
2517       - 21  # NDRPDR iter
2518       - 22  # NDRPDR iter
2519       - 23  # NDRPDR iter
2520       - 24  # NDRPDR iter
2521       - 25  # NDRPDR iter
2522       - 26  # NDRPDR iter
2523       - 27  # NDRPDR iter
2524       - 28  # NDRPDR iter
2525       - 29  # NDRPDR iter
2526     csit-dpdk-perf-report-iterative-2009-2n-clx:
2527       - 4   # NDRPDR iter env5
2528       - 5   # NDRPDR iter env5
2529       - 6   # NDRPDR iter env5
2530       - 7   # NDRPDR iter env5
2531       - 8   # NDRPDR iter env5
2532       - 9   # NDRPDR iter env5
2533       - 10  # NDRPDR iter env5
2534       - 11  # NDRPDR iter env5
2535       - 12  # NDRPDR iter env5
2536       - 13  # NDRPDR iter env5
2537
2538     csit-dpdk-perf-verify-2001-2n-dnv:
2539       - 9   # NDRPDR sel
2540       - 10  # NDRPDR sel
2541       - 11  # NDRPDR sel
2542       - 12  # NDRPDR sel
2543       - 13  # NDRPDR sel
2544       - 14  # NDRPDR sel
2545       - 15  # NDRPDR sel
2546       - 16  # NDRPDR sel
2547       - 17  # NDRPDR sel
2548       - 18  # NDRPDR sel
2549     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2550       - 8   # NDRPDR sel
2551       - 9   # NDRPDR sel
2552       - 10  # NDRPDR sel
2553       - 11  # NDRPDR sel
2554       - 12  # NDRPDR sel
2555       - 13  # NDRPDR sel
2556       - 14  # NDRPDR sel
2557       - 15  # NDRPDR sel
2558       - 16  # NDRPDR sel
2559       - 17  # NDRPDR sel
2560     # TODO: Add:
2561     # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2562
2563     csit-dpdk-perf-verify-2001-3n-dnv:
2564       - 12  # NDRPDR sel
2565       - 13  # NDRPDR sel
2566       - 14  # NDRPDR sel
2567       - 15  # NDRPDR sel
2568       - 16  # NDRPDR sel
2569       - 17  # NDRPDR sel
2570       - 18  # NDRPDR sel
2571       - 19  # NDRPDR sel
2572       - 20  # NDRPDR sel
2573       - 22  # NDRPDR sel
2574     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2575       - 6   # NDRPDR sel
2576       - 7   # NDRPDR sel
2577       - 8   # NDRPDR sel
2578       - 9   # NDRPDR sel
2579       - 10  # NDRPDR sel
2580       - 11  # NDRPDR sel
2581       - 12  # NDRPDR sel
2582       - 13  # NDRPDR sel
2583       - 14  # NDRPDR sel
2584       - 16  # NDRPDR sel
2585     # TODO: Add:
2586     # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2587
2588     csit-dpdk-perf-verify-2001-3n-tsh:
2589       - 3   # NDRPDR sel
2590       - 4   # NDRPDR sel
2591       - 5   # NDRPDR sel
2592       - 9   # NDRPDR sel
2593       - 10  # NDRPDR sel
2594       - 11  # NDRPDR sel
2595       - 12  # NDRPDR sel
2596       - 14  # NDRPDR sel
2597       - 15  # NDRPDR sel
2598       - 18  # NDRPDR sel
2599     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2600       - 5   # NDRPDR sel
2601     # TODO: Add:
2602     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2603       - 1   # NDRPDR iter env5
2604       - 3   # NDRPDR iter env5
2605       - 4   # NDRPDR iter env5
2606       - 5   # NDRPDR iter env5
2607       - 6   # NDRPDR iter env5
2608       - 7   # NDRPDR iter env5
2609       - 9   # NDRPDR iter env5
2610
2611     # TODO: Add:
2612     csit-vpp-device-2009-ubuntu1804-1n-skx:
2613       - 89  # RC2 env 5
2614
2615 - type: "output"
2616   output: "report"
2617   format:
2618     html:
2619     - full
2620 #    pdf:
2621 #    - minimal
2622
2623 ################################################################################
2624 ###                               T A B L E S                                ###
2625 ################################################################################
2626
2627 # VPP Soak vs NDR - 2n-skx
2628 - type: "table"
2629   title: "VPP Soak vs NDR 2n-skx"
2630   algorithm: "table_soak_vs_ndr"
2631   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2632   reference:
2633     title: "NDR"
2634     data: "vpp-soak-vs-ndr-2n-skx-ref"
2635   compare:
2636     title: "Soak"
2637     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2638   data: "vpp-soak-vs-ndr-2n-skx"
2639   include-tests: "NDR"
2640   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2641   parameters:
2642     - "throughput"
2643     - "name"
2644     - "parent"
2645
2646 # VPP Soak vs NDR - 2n-clx
2647 - type: "table"
2648   title: "VPP Soak vs NDR 2n-clx"
2649   algorithm: "table_soak_vs_ndr"
2650   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2651   reference:
2652     title: "NDR"
2653     data: "vpp-soak-vs-ndr-2n-clx-ref"
2654   compare:
2655     title: "Soak"
2656     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2657   data: "vpp-soak-vs-ndr-2n-clx"
2658   include-tests: "NDR"
2659   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2660   parameters:
2661     - "throughput"
2662     - "name"
2663     - "parent"
2664
2665 ################################################################################
2666
2667 ## VPP Compare NICs 3n-skx 2t1c ndr
2668 #- type: "table"
2669 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2670 #  algorithm: "table_comparison"
2671 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2672 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2673 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2674 #  columns:
2675 #    - title: "x710"
2676 #      data-set: "vpp-nic-comparison-3n-skx"
2677 #      tag: "NIC_Intel-X710"
2678 #    - title: "xxv710"
2679 #      data-set: "vpp-nic-comparison-3n-skx"
2680 #      tag: "NIC_Intel-XXV710"
2681 #  comparisons:
2682 #    - title: "Diff"
2683 #      reference: 1
2684 #      compare: 2
2685 #  legend:
2686 #    - ""
2687 #    - "x710, xxv710 - NICs tested."
2688 #    - "Diff - difference between x710 and xxv710 NIC."
2689 #
2690 ## VPP Compare NICs 3n-skx 4t2c ndr
2691 #- type: "table"
2692 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2693 #  algorithm: "table_comparison"
2694 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2695 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2696 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2697 #  columns:
2698 #    - title: "x710"
2699 #      data-set: "vpp-nic-comparison-3n-skx"
2700 #      tag: "NIC_Intel-X710"
2701 #    - title: "xxv710"
2702 #      data-set: "vpp-nic-comparison-3n-skx"
2703 #      tag: "NIC_Intel-XXV710"
2704 #  comparisons:
2705 #    - title: "Diff"
2706 #      reference: 1
2707 #      compare: 2
2708 #  legend:
2709 #    - ""
2710 #    - "x710, xxv710 - NICs tested."
2711 #    - "Diff - difference between x710 and xxv710 NIC."
2712 #
2713 ## VPP Compare NICs 3n-skx 2t1c pdr
2714 #- type: "table"
2715 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2716 #  algorithm: "table_comparison"
2717 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2719 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2720 #  columns:
2721 #    - title: "x710"
2722 #      data-set: "vpp-nic-comparison-3n-skx"
2723 #      tag: "NIC_Intel-X710"
2724 #    - title: "xxv710"
2725 #      data-set: "vpp-nic-comparison-3n-skx"
2726 #      tag: "NIC_Intel-XXV710"
2727 #  comparisons:
2728 #    - title: "Diff"
2729 #      reference: 1
2730 #      compare: 2
2731 #  legend:
2732 #    - ""
2733 #    - "x710, xxv710 - NICs tested."
2734 #    - "Diff - difference between x710 and xxv710 NIC."
2735 #
2736 ## VPP Compare NICs 3n-skx 4t2c pdr
2737 #- type: "table"
2738 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2739 #  algorithm: "table_comparison"
2740 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2741 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2742 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2743 #  columns:
2744 #    - title: "x710"
2745 #      data-set: "vpp-nic-comparison-3n-skx"
2746 #      tag: "NIC_Intel-X710"
2747 #    - title: "xxv710"
2748 #      data-set: "vpp-nic-comparison-3n-skx"
2749 #      tag: "NIC_Intel-XXV710"
2750 #  comparisons:
2751 #    - title: "Diff"
2752 #      reference: 1
2753 #      compare: 2
2754 #  legend:
2755 #    - ""
2756 #    - "x710, xxv710 - NICs tested."
2757 #    - "Diff - difference between x710 and xxv710 NIC."
2758
2759 ## VPP Compare NICs 3n-skx 2t1c mrr
2760 #- type: "table"
2761 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2762 #  algorithm: "table_comparison"
2763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2764 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2765 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2766 #  columns:
2767 #    - title: "x710"
2768 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2769 #      tag: "NIC_Intel-X710"
2770 #    - title: "xxv710"
2771 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2772 #      tag: "NIC_Intel-XXV710"
2773 #  comparisons:
2774 #    - title: "Diff"
2775 #      reference: 1
2776 #      compare: 2
2777 #  legend:
2778 #    - ""
2779 #    - "x710, xxv710 - NICs tested."
2780 #    - "Diff - difference between x710 and xxv710 NIC."
2781 #
2782 ## VPP Compare NICs 3n-skx 4t2c mrr
2783 #- type: "table"
2784 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2785 #  algorithm: "table_comparison"
2786 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2787 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2788 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2789 #  columns:
2790 #    - title: "x710"
2791 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2792 #      tag: "NIC_Intel-X710"
2793 #    - title: "xxv710"
2794 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2795 #      tag: "NIC_Intel-XXV710"
2796 #  comparisons:
2797 #    - title: "Diff"
2798 #      reference: 1
2799 #      compare: 2
2800 #  legend:
2801 #    - ""
2802 #    - "x710, xxv710 - NICs tested."
2803 #    - "Diff - difference between x710 and xxv710 NIC."
2804 #
2805 ## VPP Compare NICs 3n-skx 8t4c mrr
2806 #- type: "table"
2807 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2808 #  algorithm: "table_comparison"
2809 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2810 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2811 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2812 #  columns:
2813 #    - title: "x710"
2814 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2815 #      tag: "NIC_Intel-X710"
2816 #    - title: "xxv710"
2817 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2818 #      tag: "NIC_Intel-XXV710"
2819 #  comparisons:
2820 #    - title: "Diff"
2821 #      reference: 1
2822 #      compare: 2
2823 #  legend:
2824 #    - ""
2825 #    - "x710, xxv710 - NICs tested."
2826 #    - "Diff - difference between x710 and xxv710 NIC."
2827
2828 # VPP Compare NICs 2n-skx 2t1c ndr
2829 - type: "table"
2830   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2831   algorithm: "table_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2834   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2835   columns:
2836     - title: "x710"
2837       data-set: "vpp-nic-comparison-2n-skx"
2838       tag: "NIC_Intel-X710"
2839     - title: "xxv710"
2840       data-set: "vpp-nic-comparison-2n-skx"
2841       tag: "NIC_Intel-XXV710"
2842   comparisons:
2843     - title: "Diff"
2844       reference: 1
2845       compare: 2
2846   legend:
2847     - ""
2848     - "x710, xxv710 - NICs tested."
2849     - "Diff - difference between x710 and xxv710 NIC."
2850
2851 # VPP Compare NICs 2n-skx 4t2c ndr
2852 - type: "table"
2853   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2854   algorithm: "table_comparison"
2855   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2857   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2858   columns:
2859     - title: "x710"
2860       data-set: "vpp-nic-comparison-2n-skx"
2861       tag: "NIC_Intel-X710"
2862     - title: "xxv710"
2863       data-set: "vpp-nic-comparison-2n-skx"
2864       tag: "NIC_Intel-XXV710"
2865   comparisons:
2866     - title: "Diff"
2867       reference: 1
2868       compare: 2
2869   legend:
2870     - ""
2871     - "x710, xxv710 - NICs tested."
2872     - "Diff - difference between x710 and xxv710 NIC."
2873
2874 # VPP Compare NICs 2n-skx 2t1c pdr
2875 - type: "table"
2876   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2877   algorithm: "table_comparison"
2878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2880   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2881   columns:
2882     - title: "x710"
2883       data-set: "vpp-nic-comparison-2n-skx"
2884       tag: "NIC_Intel-X710"
2885     - title: "xxv710"
2886       data-set: "vpp-nic-comparison-2n-skx"
2887       tag: "NIC_Intel-XXV710"
2888   comparisons:
2889     - title: "Diff"
2890       reference: 1
2891       compare: 2
2892   legend:
2893     - ""
2894     - "x710, xxv710 - NICs tested."
2895     - "Diff - difference between x710 and xxv710 NIC."
2896
2897 # VPP Compare NICs 2n-skx 4t2c pdr
2898 - type: "table"
2899   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2900   algorithm: "table_comparison"
2901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2903   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2904   columns:
2905     - title: "x710"
2906       data-set: "vpp-nic-comparison-2n-skx"
2907       tag: "NIC_Intel-X710"
2908     - title: "xxv710"
2909       data-set: "vpp-nic-comparison-2n-skx"
2910       tag: "NIC_Intel-XXV710"
2911   comparisons:
2912     - title: "Diff"
2913       reference: 1
2914       compare: 2
2915   legend:
2916     - ""
2917     - "x710, xxv710 - NICs tested."
2918     - "Diff - difference between x710 and xxv710 NIC."
2919
2920 # VPP Compare NICs 2n-skx 2t1c mrr
2921 - type: "table"
2922   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2923   algorithm: "table_comparison"
2924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2926   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2927   columns:
2928     - title: "x710"
2929       data-set: "vpp-nic-comparison-2n-skx-mrr"
2930       tag: "NIC_Intel-X710"
2931     - title: "xxv710"
2932       data-set: "vpp-nic-comparison-2n-skx-mrr"
2933       tag: "NIC_Intel-XXV710"
2934   comparisons:
2935     - title: "Diff"
2936       reference: 1
2937       compare: 2
2938   legend:
2939     - ""
2940     - "x710, xxv710 - NICs tested."
2941     - "Diff - difference between x710 and xxv710 NIC."
2942
2943 # VPP Compare NICs 2n-skx 4t2c mrr
2944 - type: "table"
2945   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2946   algorithm: "table_comparison"
2947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2949   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2950   columns:
2951     - title: "x710"
2952       data-set: "vpp-nic-comparison-2n-skx-mrr"
2953       tag: "NIC_Intel-X710"
2954     - title: "xxv710"
2955       data-set: "vpp-nic-comparison-2n-skx-mrr"
2956       tag: "NIC_Intel-XXV710"
2957   comparisons:
2958     - title: "Diff"
2959       reference: 1
2960       compare: 2
2961   legend:
2962     - ""
2963     - "x710, xxv710 - NICs tested."
2964     - "Diff - difference between x710 and xxv710 NIC."
2965
2966 # VPP Compare NICs 2n-skx 8t4c mrr
2967 - type: "table"
2968   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2969   algorithm: "table_comparison"
2970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2973   columns:
2974     - title: "x710"
2975       data-set: "vpp-nic-comparison-2n-skx-mrr"
2976       tag: "NIC_Intel-X710"
2977     - title: "xxv710"
2978       data-set: "vpp-nic-comparison-2n-skx-mrr"
2979       tag: "NIC_Intel-XXV710"
2980   comparisons:
2981     - title: "Diff"
2982       reference: 1
2983       compare: 2
2984   legend:
2985     - ""
2986     - "x710, xxv710 - NICs tested."
2987     - "Diff - difference between x710 and xxv710 NIC."
2988
2989 ################################################################################
2990 # VPP
2991
2992 # VPP Performance Changes 3n-hsw 1t1c pdr
2993 - type: "table"
2994   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2995   algorithm: "table_comparison"
2996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2998   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2999   columns:
3000     - title: "2001.0-4"
3001       data-set: "vpp-performance-changes-3n-hsw-h1"
3002     - title: "2005.0-4"
3003       data-set: "vpp-performance-changes-3n-hsw-ref"
3004     - title: "2009.0-5"
3005       data-set: "vpp-performance-changes-3n-hsw-cmp"
3006   comparisons:
3007     - title: "2009.0-5 vs 2005.0-4"
3008       reference: 2
3009       compare: 3
3010 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3011   legend:
3012     - ''
3013     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3014     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3015     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3016     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3017
3018 # VPP Performance Changes 3n-hsw 2t2c pdr
3019 - type: "table"
3020   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3021   algorithm: "table_comparison"
3022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3023   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3024   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3025   columns:
3026     - title: "2001.0-4"
3027       data-set: "vpp-performance-changes-3n-hsw-h1"
3028     - title: "2005.0-4"
3029       data-set: "vpp-performance-changes-3n-hsw-ref"
3030     - title: "2009.0-5"
3031       data-set: "vpp-performance-changes-3n-hsw-cmp"
3032   comparisons:
3033     - title: "2009.0-5 vs 2005.0-4"
3034       reference: 2
3035       compare: 3
3036 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3037   legend:
3038     - ''
3039     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3040     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3041     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3042     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3043
3044 # VPP Performance Changes 3n-hsw 1t1c ndr
3045 - type: "table"
3046   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3047   algorithm: "table_comparison"
3048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3050   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3051   columns:
3052     - title: "2001.0-4"
3053       data-set: "vpp-performance-changes-3n-hsw-h1"
3054     - title: "2005.0-4"
3055       data-set: "vpp-performance-changes-3n-hsw-ref"
3056     - title: "2009.0-5"
3057       data-set: "vpp-performance-changes-3n-hsw-cmp"
3058   comparisons:
3059     - title: "2009.0-5 vs 2005.0-4"
3060       reference: 2
3061       compare: 3
3062 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3063   legend:
3064     - ''
3065     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3066     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3067     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3068     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3069
3070 # VPP Performance Changes 3n-hsw 2t2c ndr
3071 - type: "table"
3072   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3073   algorithm: "table_comparison"
3074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3076   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3077   columns:
3078     - title: "2001.0-4"
3079       data-set: "vpp-performance-changes-3n-hsw-h1"
3080     - title: "2005.0-4"
3081       data-set: "vpp-performance-changes-3n-hsw-ref"
3082     - title: "2009.0-5"
3083       data-set: "vpp-performance-changes-3n-hsw-cmp"
3084   comparisons:
3085     - title: "2009.0-5 vs 2005.0-4"
3086       reference: 2
3087       compare: 3
3088 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3089   legend:
3090     - ''
3091     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3092     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3093     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3094     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3095
3096 # VPP Performance Changes 3n-skx 2t1c pdr
3097 - type: "table"
3098   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3099   algorithm: "table_comparison"
3100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3102   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3103   columns:
3104     - title: "2001.0-4"
3105       data-set: "vpp-performance-changes-3n-skx-h1"
3106     - title: "2005.0-4"
3107       data-set: "vpp-performance-changes-3n-skx-ref"
3108     - title: "2009.0-5"
3109       data-set: "vpp-performance-changes-3n-skx-cmp"
3110   comparisons:
3111     - title: "2009.0-5 vs 2005.0-4"
3112       reference: 2
3113       compare: 3
3114 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3115   legend:
3116     - ''
3117     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3118     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3119     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3120     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3121
3122 # VPP Performance Changes 3n-skx 4t2c pdr
3123 - type: "table"
3124   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3125   algorithm: "table_comparison"
3126   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3128   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3129   columns:
3130     - title: "2001.0-4"
3131       data-set: "vpp-performance-changes-3n-skx-h1"
3132     - title: "2005.0-4"
3133       data-set: "vpp-performance-changes-3n-skx-ref"
3134     - title: "2009.0-5"
3135       data-set: "vpp-performance-changes-3n-skx-cmp"
3136   comparisons:
3137     - title: "2009.0-5 vs 2005.0-4"
3138       reference: 2
3139       compare: 3
3140 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3141   legend:
3142     - ''
3143     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3144     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3145     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3146     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3147
3148 # VPP Performance Changes 3n-skx 2t1c ndr
3149 - type: "table"
3150   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3151   algorithm: "table_comparison"
3152   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3154   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3155   columns:
3156     - title: "2001.0-4"
3157       data-set: "vpp-performance-changes-3n-skx-h1"
3158     - title: "2005.0-4"
3159       data-set: "vpp-performance-changes-3n-skx-ref"
3160     - title: "2009.0-5"
3161       data-set: "vpp-performance-changes-3n-skx-cmp"
3162   comparisons:
3163     - title: "2009.0-5 vs 2005.0-4"
3164       reference: 2
3165       compare: 3
3166 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3167   legend:
3168     - ''
3169     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3170     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3171     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3172     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3173
3174 # VPP Performance Changes 3n-skx 4t2c ndr
3175 - type: "table"
3176   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3177   algorithm: "table_comparison"
3178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3180   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3181   columns:
3182     - title: "2001.0-4"
3183       data-set: "vpp-performance-changes-3n-skx-h1"
3184     - title: "2005.0-4"
3185       data-set: "vpp-performance-changes-3n-skx-ref"
3186     - title: "2009.0-5"
3187       data-set: "vpp-performance-changes-3n-skx-cmp"
3188   comparisons:
3189     - title: "2009.0-5 vs 2005.0-4"
3190       reference: 2
3191       compare: 3
3192 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3193   legend:
3194     - ''
3195     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3196     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3197     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3198     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3199
3200 # VPP Performance Changes 2n-skx 2t1c pdr
3201 - type: "table"
3202   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3203   algorithm: "table_comparison"
3204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3206   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3207   columns:
3208     - title: "2001.0-4"
3209       data-set: "vpp-performance-changes-2n-skx-h1"
3210     - title: "2005.0-4"
3211       data-set: "vpp-performance-changes-2n-skx-ref"
3212     - title: "2009.0-5"
3213       data-set: "vpp-performance-changes-2n-skx-cmp"
3214   comparisons:
3215     - title: "2009.0-5 vs 2005.0-4"
3216       reference: 2
3217       compare: 3
3218 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3219   legend:
3220     - ''
3221     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3222     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3223     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3224     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3225
3226 # VPP Performance Changes 2n-skx 4t2c pdr
3227 - type: "table"
3228   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3229   algorithm: "table_comparison"
3230   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3232   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3233   columns:
3234     - title: "2001.0-4"
3235       data-set: "vpp-performance-changes-2n-skx-h1"
3236     - title: "2005.0-4"
3237       data-set: "vpp-performance-changes-2n-skx-ref"
3238     - title: "2009.0-5"
3239       data-set: "vpp-performance-changes-2n-skx-cmp"
3240   comparisons:
3241     - title: "2009.0-5 vs 2005.0-4"
3242       reference: 2
3243       compare: 3
3244 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3245   legend:
3246     - ''
3247     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3248     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3249     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3250     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3251
3252 # VPP Performance Changes 2n-skx 2t1c ndr
3253 - type: "table"
3254   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3255   algorithm: "table_comparison"
3256   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3259   columns:
3260     - title: "2001.0-4"
3261       data-set: "vpp-performance-changes-2n-skx-h1"
3262     - title: "2005.0-4"
3263       data-set: "vpp-performance-changes-2n-skx-ref"
3264     - title: "2009.0-5"
3265       data-set: "vpp-performance-changes-2n-skx-cmp"
3266   comparisons:
3267     - title: "2009.0-5 vs 2005.0-4"
3268       reference: 2
3269       compare: 3
3270 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3271   legend:
3272     - ''
3273     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3274     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3275     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3276     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3277
3278 # VPP Performance Changes 2n-skx 4t2c ndr
3279 - type: "table"
3280   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3281   algorithm: "table_comparison"
3282   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3284   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3285   columns:
3286     - title: "2001.0-4"
3287       data-set: "vpp-performance-changes-2n-skx-h1"
3288     - title: "2005.0-4"
3289       data-set: "vpp-performance-changes-2n-skx-ref"
3290     - title: "2009.0-5"
3291       data-set: "vpp-performance-changes-2n-skx-cmp"
3292   comparisons:
3293     - title: "2009.0-5 vs 2005.0-4"
3294       reference: 2
3295       compare: 3
3296 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3297   legend:
3298     - ''
3299     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3300     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3301     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3302     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3303
3304 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3305 - type: "table"
3306   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3307   algorithm: "table_comparison"
3308   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3310   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3311   columns:
3312     - title: "2001.0-4"
3313       data-set: "vpp-performance-changes-2n-clx-h1"
3314     - title: "2005.0-4"
3315       data-set: "vpp-performance-changes-2n-clx-ref"
3316     - title: "2009.0-5"
3317       data-set: "vpp-performance-changes-2n-clx-cmp"
3318   comparisons:
3319     - title: "2009.0-5 vs 2005.0-4"
3320       reference: 2
3321       compare: 3
3322 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3323   legend:
3324     - ''
3325     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3326     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3327     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3328     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3329
3330 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3331 - type: "table"
3332   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3333   algorithm: "table_comparison"
3334   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3336   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3337   columns:
3338     - title: "2001.0-4"
3339       data-set: "vpp-performance-changes-2n-clx-h1"
3340     - title: "2005.0-4"
3341       data-set: "vpp-performance-changes-2n-clx-ref"
3342     - title: "2009.0-5"
3343       data-set: "vpp-performance-changes-2n-clx-cmp"
3344   comparisons:
3345     - title: "2009.0-5 vs 2005.0-4"
3346       reference: 2
3347       compare: 3
3348 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3349   legend:
3350     - ''
3351     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3352     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3353     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3354     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3355
3356 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3357 - type: "table"
3358   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3359   algorithm: "table_comparison"
3360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3362   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3363   columns:
3364     - title: "2001.0-4"
3365       data-set: "vpp-performance-changes-2n-clx-h1"
3366     - title: "2005.0-4"
3367       data-set: "vpp-performance-changes-2n-clx-ref"
3368     - title: "2009.0-5"
3369       data-set: "vpp-performance-changes-2n-clx-cmp"
3370   comparisons:
3371     - title: "2009.0-5 vs 2005.0-4"
3372       reference: 2
3373       compare: 3
3374 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3375   legend:
3376     - ''
3377     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3378     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3379     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3380     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3381
3382 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3383 - type: "table"
3384   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3385   algorithm: "table_comparison"
3386   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3388   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3389   columns:
3390     - title: "2001.0-4"
3391       data-set: "vpp-performance-changes-2n-clx-h1"
3392     - title: "2005.0-4"
3393       data-set: "vpp-performance-changes-2n-clx-ref"
3394     - title: "2009.0-5"
3395       data-set: "vpp-performance-changes-2n-clx-cmp"
3396   comparisons:
3397     - title: "2009.0-5 vs 2005.0-4"
3398       reference: 2
3399       compare: 3
3400 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3401   legend:
3402     - ''
3403     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3404     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3405     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3406     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3407
3408 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3409 #- type: "table"
3410 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3411 #  algorithm: "table_comparison"
3412 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3413 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3414 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3415 #  columns:
3416 #    - title: "2001.0-2"
3417 #      data-set: "vpp-performance-changes-2n-clx-ref"
3418 #    - title: "2005.0-3"
3419 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3420 #  comparisons:
3421 #    - title: "Diff"
3422 #      reference: 1
3423 #      compare: 2
3424 #  legend:
3425 #    - ''
3426 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3427 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3428 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3429 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3430 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3431 #
3432 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3433 #- type: "table"
3434 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3435 #  algorithm: "table_comparison"
3436 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3437 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3438 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3439 #  columns:
3440 #    - title: "2001.0-2"
3441 #      data-set: "vpp-performance-changes-2n-clx-ref"
3442 #    - title: "2005.0-3"
3443 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3444 #  comparisons:
3445 #    - title: "Diff"
3446 #      reference: 1
3447 #      compare: 2
3448 #  legend:
3449 #    - ''
3450 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3451 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3452 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3453 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3454 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3455 #
3456 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3457 #- type: "table"
3458 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3459 #  algorithm: "table_comparison"
3460 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3461 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3462 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3463 #  columns:
3464 #    - title: "2001.0-2"
3465 #      data-set: "vpp-performance-changes-2n-clx-ref"
3466 #    - title: "2005.0-3"
3467 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3468 #  comparisons:
3469 #    - title: "Diff"
3470 #      reference: 1
3471 #      compare: 2
3472 #  legend:
3473 #    - ''
3474 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3475 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3476 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3477 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3478 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3479 #
3480 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3481 #- type: "table"
3482 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3483 #  algorithm: "table_comparison"
3484 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3485 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3486 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3487 #  columns:
3488 #    - title: "2001.0-2"
3489 #      data-set: "vpp-performance-changes-2n-clx-ref"
3490 #    - title: "2005.0-3"
3491 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3492 #  comparisons:
3493 #    - title: "Diff"
3494 #      reference: 1
3495 #      compare: 2
3496 #  legend:
3497 #    - ''
3498 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3499 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3500 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3501 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3502 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3503
3504 # VPP Performance Changes 2n-dnv 1t1c pdr
3505 - type: "table"
3506   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3507   algorithm: "table_comparison"
3508   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'1T1C'"
3511   columns:
3512     - title: "2001.0-2"
3513       data-set: "vpp-performance-changes-2n-dnv-h1"
3514     - title: "2005.0-3"
3515       data-set: "vpp-performance-changes-2n-dnv-ref"
3516     - title: "2009.0-5"
3517       data-set: "vpp-performance-changes-2n-dnv-cmp"
3518   comparisons:
3519     - title: "2009.0-5 vs 2005.0-3"
3520       reference: 2
3521       compare: 3
3522   legend:
3523     - ''
3524     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3525     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3526     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3527     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3528
3529 # VPP Performance Changes 2n-dnv 2t2c pdr
3530 - type: "table"
3531   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3532   algorithm: "table_comparison"
3533   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3535   filter: "'2T2C'"
3536   columns:
3537     - title: "2001.0-2"
3538       data-set: "vpp-performance-changes-2n-dnv-h1"
3539     - title: "2005.0-3"
3540       data-set: "vpp-performance-changes-2n-dnv-ref"
3541     - title: "2009.0-5"
3542       data-set: "vpp-performance-changes-2n-dnv-cmp"
3543   comparisons:
3544     - title: "2009.0-5 vs 2005.0-3"
3545       reference: 2
3546       compare: 3
3547   legend:
3548     - ''
3549     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3552     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3553
3554 # VPP Performance Changes 2n-dnv 1t1c ndr
3555 - type: "table"
3556   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3557   algorithm: "table_comparison"
3558   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'1T1C'"
3561   columns:
3562     - title: "2001.0-2"
3563       data-set: "vpp-performance-changes-2n-dnv-h1"
3564     - title: "2005.0-3"
3565       data-set: "vpp-performance-changes-2n-dnv-ref"
3566     - title: "2009.0-5"
3567       data-set: "vpp-performance-changes-2n-dnv-cmp"
3568   comparisons:
3569     - title: "2009.0-5 vs 2005.0-3"
3570       reference: 2
3571       compare: 3
3572   legend:
3573     - ''
3574     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3575     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3576     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3577     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3578
3579 # VPP Performance Changes 2n-dnv 2t2c ndr
3580 - type: "table"
3581   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3582   algorithm: "table_comparison"
3583   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3585   filter: "'2T2C'"
3586   columns:
3587     - title: "2001.0-2"
3588       data-set: "vpp-performance-changes-2n-dnv-h1"
3589     - title: "2005.0-3"
3590       data-set: "vpp-performance-changes-2n-dnv-ref"
3591     - title: "2009.0-5"
3592       data-set: "vpp-performance-changes-2n-dnv-cmp"
3593   comparisons:
3594     - title: "2009.0-5 vs 2005.0-3"
3595       reference: 2
3596       compare: 3
3597   legend:
3598     - ''
3599     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3600     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3601     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3602     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3603
3604 # VPP Performance Changes 3n-dnv 1t1c pdr
3605 - type: "table"
3606   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3607   algorithm: "table_comparison"
3608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'1T1C'"
3611   columns:
3612     - title: "2001.0-2"
3613       data-set: "vpp-performance-changes-3n-dnv-h1"
3614     - title: "2005.0-3"
3615       data-set: "vpp-performance-changes-3n-dnv-ref"
3616     - title: "2009.0-5"
3617       data-set: "vpp-performance-changes-3n-dnv-cmp"
3618   comparisons:
3619     - title: "2009.0-5 vs 2005.0-3"
3620       reference: 2
3621       compare: 3
3622   legend:
3623     - ''
3624     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3625     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3626     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3627     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3628
3629 # VPP Performance Changes 3n-dnv 2t2c pdr
3630 - type: "table"
3631   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3632   algorithm: "table_comparison"
3633   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3634   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3635   filter: "'2T2C'"
3636   columns:
3637     - title: "2001.0-2"
3638       data-set: "vpp-performance-changes-3n-dnv-h1"
3639     - title: "2005.0-3"
3640       data-set: "vpp-performance-changes-3n-dnv-ref"
3641     - title: "2009.0-5"
3642       data-set: "vpp-performance-changes-3n-dnv-cmp"
3643   comparisons:
3644     - title: "2009.0-5 vs 2005.0-3"
3645       reference: 2
3646       compare: 3
3647   legend:
3648     - ''
3649     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3650     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3651     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3652     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3653
3654 # VPP Performance Changes 3n-dnv 1t1c ndr
3655 - type: "table"
3656   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3657   algorithm: "table_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'1T1C'"
3661   columns:
3662     - title: "2001.0-2"
3663       data-set: "vpp-performance-changes-3n-dnv-h1"
3664     - title: "2005.0-3"
3665       data-set: "vpp-performance-changes-3n-dnv-ref"
3666     - title: "2009.0-5"
3667       data-set: "vpp-performance-changes-3n-dnv-cmp"
3668   comparisons:
3669     - title: "2009.0-5 vs 2005.0-3"
3670       reference: 2
3671       compare: 3
3672   legend:
3673     - ''
3674     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3675     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3676     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3677     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3678
3679 # VPP Performance Changes 3n-dnv 2t2c ndr
3680 - type: "table"
3681   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'2T2C'"
3686   columns:
3687     - title: "2001.0-2"
3688       data-set: "vpp-performance-changes-3n-dnv-h1"
3689     - title: "2005.0-3"
3690       data-set: "vpp-performance-changes-3n-dnv-ref"
3691     - title: "2009.0-5"
3692       data-set: "vpp-performance-changes-3n-dnv-cmp"
3693   comparisons:
3694     - title: "2009.0-5 vs 2005.0-3"
3695       reference: 2
3696       compare: 3
3697   legend:
3698     - ''
3699     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3700     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3701     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3702     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3703
3704 # VPP Performance Changes 3n-tsh 1t1c pdr
3705 - type: "table"
3706   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3707   algorithm: "table_comparison"
3708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'1T1C'"
3711   columns:
3712     - title: "2001.0-4"
3713       data-set: "vpp-performance-changes-3n-tsh-h1"
3714     - title: "2005.0-4"
3715       data-set: "vpp-performance-changes-3n-tsh-ref"
3716     - title: "2009.0-5"
3717       data-set: "vpp-performance-changes-3n-tsh-cmp"
3718   comparisons:
3719     - title: "2009.0-5 vs 2005.0-4"
3720       reference: 2
3721       compare: 3
3722 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3723   legend:
3724     - ''
3725     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3726     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3727     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3728     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3729
3730 # VPP Performance Changes 3n-tsh 2t2c pdr
3731 - type: "table"
3732   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3733   algorithm: "table_comparison"
3734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3736   filter: "'2T2C'"
3737   columns:
3738     - title: "2001.0-4"
3739       data-set: "vpp-performance-changes-3n-tsh-h1"
3740     - title: "2005.0-4"
3741       data-set: "vpp-performance-changes-3n-tsh-ref"
3742     - title: "2009.0-5"
3743       data-set: "vpp-performance-changes-3n-tsh-cmp"
3744   comparisons:
3745     - title: "2009.0-5 vs 2005.0-4"
3746       reference: 2
3747       compare: 3
3748 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3749   legend:
3750     - ''
3751     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3752     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3753     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3754     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3755
3756 # VPP Performance Changes 3n-tsh 1t1c ndr
3757 - type: "table"
3758   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'1T1C'"
3763   columns:
3764     - title: "2001.0-4"
3765       data-set: "vpp-performance-changes-3n-tsh-h1"
3766     - title: "2005.0-4"
3767       data-set: "vpp-performance-changes-3n-tsh-ref"
3768     - title: "2009.0-5"
3769       data-set: "vpp-performance-changes-3n-tsh-cmp"
3770   comparisons:
3771     - title: "2009.0-5 vs 2005.0-4"
3772       reference: 2
3773       compare: 3
3774 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3775   legend:
3776     - ''
3777     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3778     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3780     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3781
3782 # VPP Performance Changes 3n-tsh 2t2c ndr
3783 - type: "table"
3784   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3785   algorithm: "table_comparison"
3786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3787   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3788   filter: "'2T2C'"
3789   columns:
3790     - title: "2001.0-4"
3791       data-set: "vpp-performance-changes-3n-tsh-h1"
3792     - title: "2005.0-4"
3793       data-set: "vpp-performance-changes-3n-tsh-ref"
3794     - title: "2009.0-5"
3795       data-set: "vpp-performance-changes-3n-tsh-cmp"
3796   comparisons:
3797     - title: "2009.0-5 vs 2005.0-4"
3798       reference: 2
3799       compare: 3
3800 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3801   legend:
3802     - ''
3803     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3804     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3805     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3806     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3807
3808 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3809 - type: "table"
3810   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3814   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3815   columns:
3816     - title: "3n-hsw xl710"
3817       data-set: "vpp-compare-testbeds-ref"
3818       tag: "NIC_Intel-XL710"
3819     - title: "3n-skx xxv710"
3820       data-set: "vpp-compare-testbeds-cmp"
3821       tag: "NIC_Intel-XXV710"
3822   comparisons:
3823     - title: "Diff"
3824       reference: 1
3825       compare: 2
3826   legend:
3827     - ""
3828     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3829     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3830
3831 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3832 - type: "table"
3833   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3834   algorithm: "table_comparison"
3835   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3837   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3838   columns:
3839     - title: "3n-hsw xl710"
3840       data-set: "vpp-compare-testbeds-ref"
3841       tag: "NIC_Intel-XL710"
3842     - title: "3n-skx xxv710"
3843       data-set: "vpp-compare-testbeds-cmp"
3844       tag: "NIC_Intel-XXV710"
3845   comparisons:
3846     - title: "Diff"
3847       reference: 1
3848       compare: 2
3849   legend:
3850     - ""
3851     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3852     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3853
3854 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3855 - type: "table"
3856   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3857   algorithm: "table_comparison"
3858   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3860   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3861   columns:
3862     - title: "3n-hsw xl710"
3863       data-set: "vpp-compare-testbeds-ref"
3864       tag: "NIC_Intel-XL710"
3865     - title: "3n-skx xxv710"
3866       data-set: "vpp-compare-testbeds-cmp"
3867       tag: "NIC_Intel-XXV710"
3868   comparisons:
3869     - title: "Diff"
3870       reference: 1
3871       compare: 2
3872   legend:
3873     - ""
3874     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3875     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3876
3877 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3878 - type: "table"
3879   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3880   algorithm: "table_comparison"
3881   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3883   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3884   columns:
3885     - title: "3n-hsw xl710"
3886       data-set: "vpp-compare-testbeds-ref"
3887       tag: "NIC_Intel-XL710"
3888     - title: "3n-skx xxv710"
3889       data-set: "vpp-compare-testbeds-cmp"
3890       tag: "NIC_Intel-XXV710"
3891   comparisons:
3892     - title: "Diff"
3893       reference: 1
3894       compare: 2
3895   legend:
3896     - ""
3897     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3898     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3899
3900 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3901 - type: "table"
3902   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3903   algorithm: "table_comparison"
3904   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3906   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3907   columns:
3908     - title: "2n-skx"
3909       data-set: "vpp-compare-testbeds-skx-clx-ref"
3910     - title: "2n-clx"
3911       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3912   comparisons:
3913     - title: "Diff"
3914       reference: 1
3915       compare: 2
3916   legend:
3917     - ""
3918     - "2n-skx, 2n-clx - testbeds and NICs tested."
3919     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3920
3921 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3922 - type: "table"
3923   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3924   algorithm: "table_comparison"
3925   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3927   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3928   columns:
3929     - title: "2n-skx"
3930       data-set: "vpp-compare-testbeds-skx-clx-ref"
3931     - title: "2n-clx"
3932       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3933   comparisons:
3934     - title: "Diff"
3935       reference: 1
3936       compare: 2
3937   legend:
3938     - ""
3939     - "2n-skx, 2n-clx - testbeds and NICs tested."
3940     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3941
3942 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3943 - type: "table"
3944   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3945   algorithm: "table_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3948   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3949   columns:
3950     - title: "2n-skx"
3951       data-set: "vpp-compare-testbeds-skx-clx-ref"
3952     - title: "2n-clx"
3953       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3954   comparisons:
3955     - title: "Diff"
3956       reference: 1
3957       compare: 2
3958   legend:
3959     - ""
3960     - "2n-skx, 2n-clx - testbeds and NICs tested."
3961     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3962
3963 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3964 - type: "table"
3965   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3966   algorithm: "table_comparison"
3967   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3969   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3970   columns:
3971     - title: "2n-skx"
3972       data-set: "vpp-compare-testbeds-skx-clx-ref"
3973     - title: "2n-clx"
3974       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3975   comparisons:
3976     - title: "Diff"
3977       reference: 1
3978       compare: 2
3979   legend:
3980     - ""
3981     - "2n-skx, 2n-clx - testbeds and NICs tested."
3982     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3983
3984 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3985 - type: "table"
3986   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3987   algorithm: "table_comparison"
3988   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3990   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3991   columns:
3992     - title: "3n-hsw xl710"
3993       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3994       tag: "NIC_Intel-XL710"
3995     - title: "2n-clx xxv710"
3996       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3997       tag: "NIC_Intel-XXV710"
3998   comparisons:
3999     - title: "Diff"
4000       reference: 1
4001       compare: 2
4002   legend:
4003     - ""
4004     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4005     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4006
4007 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4008 - type: "table"
4009   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4010   algorithm: "table_comparison"
4011   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4013   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4014   columns:
4015     - title: "3n-hsw xl710"
4016       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4017       tag: "NIC_Intel-XL710"
4018     - title: "2n-clx xxv710"
4019       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4020       tag: "NIC_Intel-XXV710"
4021   comparisons:
4022     - title: "Diff"
4023       reference: 1
4024       compare: 2
4025   legend:
4026     - ""
4027     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4028     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4029
4030 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4031 - type: "table"
4032   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4033   algorithm: "table_comparison"
4034   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4036   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4037   columns:
4038     - title: "3n-hsw xl710"
4039       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4040       tag: "NIC_Intel-XL710"
4041     - title: "2n-clx xxv710"
4042       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4043       tag: "NIC_Intel-XXV710"
4044   comparisons:
4045     - title: "Diff"
4046       reference: 1
4047       compare: 2
4048   legend:
4049     - ""
4050     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4051     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4052
4053 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4054 - type: "table"
4055   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4056   algorithm: "table_comparison"
4057   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4059   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4060   columns:
4061     - title: "3n-hsw xl710"
4062       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4063       tag: "NIC_Intel-XL710"
4064     - title: "2n-clx xxv710"
4065       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4066       tag: "NIC_Intel-XXV710"
4067   comparisons:
4068     - title: "Diff"
4069       reference: 1
4070       compare: 2
4071   legend:
4072     - ""
4073     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4074     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4075
4076 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4077 - type: "table"
4078   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4079   algorithm: "table_comparison"
4080   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4082   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4083   columns:
4084     - title: "3n-skx"
4085       data-set: "vpp-compare-topologies-ref"
4086     - title: "2n-skx"
4087       data-set: "vpp-compare-topologies-cmp"
4088   comparisons:
4089     - title: "Diff"
4090       reference: 1
4091       compare: 2
4092   legend:
4093     - ""
4094     - "3n-skx, 2n-skx - topologies tested."
4095     - "Diff - difference between 3n-skx and 2n-skx topologies."
4096
4097 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4098 - type: "table"
4099   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4100   algorithm: "table_comparison"
4101   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4103   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4104   columns:
4105     - title: "3n-skx"
4106       data-set: "vpp-compare-topologies-ref"
4107     - title: "2n-skx"
4108       data-set: "vpp-compare-topologies-cmp"
4109   comparisons:
4110     - title: "Diff"
4111       reference: 1
4112       compare: 2
4113   legend:
4114     - ""
4115     - "3n-skx, 2n-skx - topologies tested."
4116     - "Diff - difference between 3n-skx and 2n-skx topologies."
4117
4118 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4119 - type: "table"
4120   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4121   algorithm: "table_comparison"
4122   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4124   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4125   columns:
4126     - title: "3n-skx"
4127       data-set: "vpp-compare-topologies-ref"
4128     - title: "2n-skx"
4129       data-set: "vpp-compare-topologies-cmp"
4130   comparisons:
4131     - title: "Diff"
4132       reference: 1
4133       compare: 2
4134   legend:
4135     - ""
4136     - "3n-skx, 2n-skx - topologies tested."
4137     - "Diff - difference between 3n-skx and 2n-skx topologies."
4138
4139 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4140 - type: "table"
4141   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4142   algorithm: "table_comparison"
4143   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4145   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4146   columns:
4147     - title: "3n-skx"
4148       data-set: "vpp-compare-topologies-ref"
4149     - title: "2n-skx"
4150       data-set: "vpp-compare-topologies-cmp"
4151   comparisons:
4152     - title: "Diff"
4153       reference: 1
4154       compare: 2
4155   legend:
4156     - ""
4157     - "3n-skx, 2n-skx - topologies tested."
4158     - "Diff - difference between 3n-skx and 2n-skx topologies."
4159
4160 # VPP Performance Changes 3n-hsw 1t1c mrr
4161 - type: "table"
4162   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4163   algorithm: "table_comparison"
4164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4166   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4167   columns:
4168     - title: "2001.0-2"
4169       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4170     - title: "2005.0-4"
4171       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4172     - title: "2009.0-5"
4173       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4174   comparisons:
4175     - title: "2009.0-5 vs 2005.0-4"
4176       reference: 2
4177       compare: 3
4178 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4179   legend:
4180     - ''
4181     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4182     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4183     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4184     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4185
4186 # VPP Performance Changes 3n-hsw 2t2c mrr
4187 - type: "table"
4188   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4189   algorithm: "table_comparison"
4190   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4192   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4193   columns:
4194     - title: "2001.0-2"
4195       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4196     - title: "2005.0-4"
4197       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4198     - title: "2009.0-5"
4199       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4200   comparisons:
4201     - title: "2009.0-5 vs 2005.0-4"
4202       reference: 2
4203       compare: 3
4204 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4205   legend:
4206     - ''
4207     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4208     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4209     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4210     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4211
4212 # VPP Performance Changes 3n-hsw 4t4c mrr
4213 - type: "table"
4214   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4215   algorithm: "table_comparison"
4216   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4218   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4219   columns:
4220     - title: "2001.0-2"
4221       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4222     - title: "2005.0-4"
4223       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4224     - title: "2009.0-5"
4225       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4226   comparisons:
4227     - title: "2009.0-5 vs 2005.0-4"
4228       reference: 2
4229       compare: 3
4230 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4231   legend:
4232     - ''
4233     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4234     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4235     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4236     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4237
4238 # VPP Performance Changes 3n-skx 2t1c mrr
4239 - type: "table"
4240   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4241   algorithm: "table_comparison"
4242   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4244   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4245   columns:
4246     - title: "2001.0-2"
4247       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4248     - title: "2005.0-4"
4249       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4250     - title: "2009.0-5"
4251       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4252   comparisons:
4253     - title: "2009.0-5 vs 2005.0-4"
4254       reference: 2
4255       compare: 3
4256 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4257   legend:
4258     - ''
4259     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4260     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4261     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4262     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4263
4264 # VPP Performance Changes 3n-skx 4t2c mrr
4265 - type: "table"
4266   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4267   algorithm: "table_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4270   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4271   columns:
4272     - title: "2001.0-2"
4273       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4274     - title: "2005.0-4"
4275       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4276     - title: "2009.0-5"
4277       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4278   comparisons:
4279     - title: "2009.0-5 vs 2005.0-4"
4280       reference: 2
4281       compare: 3
4282 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4283   legend:
4284     - ''
4285     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4286     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4287     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4288     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4289
4290 # VPP Performance Changes 3n-skx 8t4c mrr
4291 - type: "table"
4292   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4293   algorithm: "table_comparison"
4294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4296   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4297   columns:
4298     - title: "2001.0-2"
4299       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4300     - title: "2005.0-4"
4301       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4302     - title: "2009.0-5"
4303       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4304   comparisons:
4305     - title: "2009.0-5 vs 2005.0-4"
4306       reference: 2
4307       compare: 3
4308 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4309   legend:
4310     - ''
4311     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4312     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4313     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4314     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4315
4316 # VPP Performance Changes 2n-skx 2t1c mrr
4317 - type: "table"
4318   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4319   algorithm: "table_comparison"
4320   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4322   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4323   columns:
4324     - title: "2001.0-2"
4325       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4326     - title: "2005.0-4"
4327       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4328     - title: "2009.0-5"
4329       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4330   comparisons:
4331     - title: "2009.0-5 vs 2005.0-4"
4332       reference: 2
4333       compare: 3
4334 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4335   legend:
4336     - ''
4337     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4338     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4339     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4340     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4341
4342 # VPP Performance Changes 2n-skx 4t2c mrr
4343 - type: "table"
4344   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4345   algorithm: "table_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4348   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4349   columns:
4350     - title: "2001.0-2"
4351       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4352     - title: "2005.0-4"
4353       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4354     - title: "2009.0-5"
4355       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4356   comparisons:
4357     - title: "2009.0-5 vs 2005.0-4"
4358       reference: 2
4359       compare: 3
4360 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4361   legend:
4362     - ''
4363     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx 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 CSIT rls2001, "4" for CSIT rls2005).'
4365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4366     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4367
4368 # VPP Performance Changes 2n-skx 8t4c mrr
4369 - type: "table"
4370   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4374   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4375   columns:
4376     - title: "2001.0-2"
4377       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4378     - title: "2005.0-4"
4379       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4380     - title: "2009.0-5"
4381       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4382   comparisons:
4383     - title: "2009.0-5 vs 2005.0-4"
4384       reference: 2
4385       compare: 3
4386 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4387   legend:
4388     - ''
4389     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4390     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4391     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4392     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4393
4394 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4395 - type: "table"
4396   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4397   algorithm: "table_comparison"
4398   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4400   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4401   columns:
4402     - title: "2001.0-2"
4403       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4404     - title: "2005.0-4"
4405       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4406     - title: "2009.0-5"
4407       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4408   comparisons:
4409     - title: "2009.0-5 vs 2005.0-4"
4410       reference: 2
4411       compare: 3
4412 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4413   legend:
4414     - ''
4415     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4416     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4417     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4418     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4419
4420 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4421 - type: "table"
4422   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4423   algorithm: "table_comparison"
4424   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4426   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4427   columns:
4428     - title: "2001.0-2"
4429       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4430     - title: "2005.0-4"
4431       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4432     - title: "2009.0-5"
4433       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4434   comparisons:
4435     - title: "2009.0-5 vs 2005.0-4"
4436       reference: 2
4437       compare: 3
4438 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4439   legend:
4440     - ''
4441     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4442     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4443     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4444     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4445
4446 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4447 - type: "table"
4448   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4449   algorithm: "table_comparison"
4450   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4452   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4453   columns:
4454     - title: "2001.0-2"
4455       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4456     - title: "2005.0-4"
4457       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4458     - title: "2009.0-5"
4459       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4460   comparisons:
4461     - title: "2009.0-5 vs 2005.0-4"
4462       reference: 2
4463       compare: 3
4464 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4465   legend:
4466     - ''
4467     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4468     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4469     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4470     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4471
4472 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4473 #- type: "table"
4474 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4475 #  algorithm: "table_comparison"
4476 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4477 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4478 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4479 #  columns:
4480 #    - title: "2001"
4481 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4482 #    - title: "2005"
4483 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4484 #  comparisons:
4485 #    - title: "Diff"
4486 #      reference: 1
4487 #      compare: 2
4488 #  legend:
4489 #    - ""
4490 #    - "2001, 2005 - VPP versions tested."
4491 #    - "Diff - difference between 2001 and 2005 VPP version."
4492 #
4493 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4494 #- type: "table"
4495 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4496 #  algorithm: "table_comparison"
4497 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4498 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4499 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4500 #  columns:
4501 #    - title: "2001"
4502 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4503 #    - title: "2005"
4504 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4505 #  comparisons:
4506 #    - title: "Diff"
4507 #      reference: 1
4508 #      compare: 2
4509 #  legend:
4510 #    - ""
4511 #    - "2001, 2005 - VPP versions tested."
4512 #    - "Diff - difference between 2001 and 2005 VPP version."
4513 #
4514 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4515 #- type: "table"
4516 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4517 #  algorithm: "table_comparison"
4518 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4520 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4521 #  columns:
4522 #    - title: "2001"
4523 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4524 #    - title: "2005"
4525 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4526 #  comparisons:
4527 #    - title: "Diff"
4528 #      reference: 1
4529 #      compare: 2
4530 #  legend:
4531 #    - ""
4532 #    - "2001, 2005 - VPP versions tested."
4533 #    - "Diff - difference between 2001 and 2005 VPP version."
4534
4535 # VPP Performance Changes 2n-dnv 1t1c mrr
4536 - type: "table"
4537   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4538   algorithm: "table_comparison"
4539   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4541   filter: "'1T1C'"
4542   columns:
4543     - title: "2001.0-2"
4544       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4545     - title: "2005.0-3"
4546       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4547     - title: "2009.0-5"
4548       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4549   comparisons:
4550     - title: "2009.0-5 vs 2005.0-3"
4551       reference: 2
4552       compare: 3
4553   legend:
4554     - ''
4555     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4556     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4558     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4559
4560 # VPP Performance Changes 2n-dnv 2t2c mrr
4561 - type: "table"
4562   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4563   algorithm: "table_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   filter: "'2T2C'"
4567   columns:
4568     - title: "2001.0-2"
4569       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4570     - title: "2005.0-3"
4571       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4572     - title: "2009.0-5"
4573       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4574   comparisons:
4575     - title: "2009.0-5 vs 2005.0-3"
4576       reference: 2
4577       compare: 3
4578   legend:
4579     - ''
4580     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4583     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4584
4585 # VPP Performance Changes 2n-dnv 4t4c mrr
4586 - type: "table"
4587   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4588   algorithm: "table_comparison"
4589   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4591   filter: "'4T4C'"
4592   columns:
4593     - title: "2001.0-2"
4594       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4595     - title: "2005.0-3"
4596       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4597     - title: "2009.0-5"
4598       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4599   comparisons:
4600     - title: "2009.0-5 vs 2005.0-3"
4601       reference: 2
4602       compare: 3
4603   legend:
4604     - ''
4605     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4606     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4607     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4608     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4609
4610 # VPP Performance Changes 3n-dnv 1t1c mrr
4611 - type: "table"
4612   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4613   algorithm: "table_comparison"
4614   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4616   filter: "'1T1C'"
4617   columns:
4618     - title: "2001.0-2"
4619       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4620     - title: "2005.0-3"
4621       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4622     - title: "2009.0-5"
4623       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4624   comparisons:
4625     - title: "2009.0-5 vs 2005.0-3"
4626       reference: 2
4627       compare: 3
4628   legend:
4629     - ''
4630     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4631     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4632     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4633     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4634
4635 # VPP Performance Changes 3n-dnv 2t2c mrr
4636 - type: "table"
4637   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4638   algorithm: "table_comparison"
4639   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4641   filter: "'2T2C'"
4642   columns:
4643     - title: "2001.0-2"
4644       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4645     - title: "2005.0-3"
4646       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4647     - title: "2009.0-5"
4648       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4649   comparisons:
4650     - title: "2009.0-5 vs 2005.0-3"
4651       reference: 2
4652       compare: 3
4653   legend:
4654     - ''
4655     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4656     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4657     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4658     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4659
4660 # VPP Performance Changes 3n-dnv 4t4c mrr
4661 - type: "table"
4662   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4663   algorithm: "table_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4666   filter: "'4T4C'"
4667   columns:
4668     - title: "2001.0-2"
4669       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4670     - title: "2005.0-3"
4671       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4672     - title: "2009.0-5"
4673       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4674   comparisons:
4675     - title: "2009.0-5 vs 2005.0-3"
4676       reference: 2
4677       compare: 3
4678   legend:
4679     - ''
4680     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4681     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4682     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4683     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4684
4685 # VPP Performance Changes 3n-tsh 1t1c mrr
4686 - type: "table"
4687   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4688   algorithm: "table_comparison"
4689   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4691   filter: "'1T1C'"
4692   columns:
4693     - title: "2001.0-2"
4694       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4695     - title: "2005.0-4"
4696       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4697     - title: "2009.0-5"
4698       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4699   comparisons:
4700     - title: "2009.0-5 vs 2005.0-4"
4701       reference: 2
4702       compare: 3
4703 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4704   legend:
4705     - ''
4706     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4707     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4708     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4709     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4710
4711 # VPP Performance Changes 3n-tsh 2t2c mrr
4712 - type: "table"
4713   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4714   algorithm: "table_comparison"
4715   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4717   filter: "'2T2C'"
4718   columns:
4719     - title: "2001.0-2"
4720       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4721     - title: "2005.0-4"
4722       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4723     - title: "2009.0-5"
4724       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4725   comparisons:
4726     - title: "2009.0-5 vs 2005.0-4"
4727       reference: 2
4728       compare: 3
4729 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4730   legend:
4731     - ''
4732     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4733     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4734     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4735     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4736
4737 # VPP Performance Changes 3n-tsh 4t4c mrr
4738 - type: "table"
4739   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4740   algorithm: "table_comparison"
4741   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4743   filter: "'4T4C'"
4744   columns:
4745     - title: "2001.0-2"
4746       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4747     - title: "2005.0-4"
4748       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4749     - title: "2009.0-5"
4750       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4751   comparisons:
4752     - title: "2009.0-5 vs 2005.0-4"
4753       reference: 2
4754       compare: 3
4755 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4756   legend:
4757     - ''
4758     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4759     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4760     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4761     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4762
4763 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4764 - type: "table"
4765   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4766   algorithm: "table_comparison"
4767   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4769   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4770   columns:
4771     - title: "3n-hsw xl710"
4772       data-set: "vpp-compare-testbeds-mrr-ref"
4773       tag: "NIC_Intel-XL710"
4774     - title: "3n-skx xxv710"
4775       data-set: "vpp-compare-testbeds-mrr-cmp"
4776       tag: "NIC_Intel-XXV710"
4777   comparisons:
4778     - title: "Diff"
4779       reference: 1
4780       compare: 2
4781   legend:
4782     - ""
4783     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4784     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4785
4786 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4787 - type: "table"
4788   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4789   algorithm: "table_comparison"
4790   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4792   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4793   columns:
4794     - title: "3n-hsw xl710"
4795       data-set: "vpp-compare-testbeds-mrr-ref"
4796       tag: "NIC_Intel-XL710"
4797     - title: "3n-skx xxv710"
4798       data-set: "vpp-compare-testbeds-mrr-cmp"
4799       tag: "NIC_Intel-XXV710"
4800   comparisons:
4801     - title: "Diff"
4802       reference: 1
4803       compare: 2
4804   legend:
4805     - ""
4806     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4807     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4808
4809 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4810 - type: "table"
4811   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4812   algorithm: "table_comparison"
4813   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4815   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4816   columns:
4817     - title: "3n-hsw xl710"
4818       data-set: "vpp-compare-testbeds-mrr-ref"
4819       tag: "NIC_Intel-XL710"
4820     - title: "3n-skx xxv710"
4821       data-set: "vpp-compare-testbeds-mrr-cmp"
4822       tag: "NIC_Intel-XXV710"
4823   comparisons:
4824     - title: "Diff"
4825       reference: 1
4826       compare: 2
4827   legend:
4828     - ""
4829     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4830     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4831
4832 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4833 - type: "table"
4834   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4835   algorithm: "table_comparison"
4836   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4838   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4839   columns:
4840     - title: "2n-skx"
4841       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4842     - title: "2n-clx"
4843       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4844   comparisons:
4845     - title: "Diff"
4846       reference: 1
4847       compare: 2
4848   legend:
4849     - ""
4850     - "2n-skx, 2n-clx - testbeds and NICs tested."
4851     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4852
4853 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4854 - type: "table"
4855   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4856   algorithm: "table_comparison"
4857   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4859   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4860   columns:
4861     - title: "2n-skx"
4862       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4863     - title: "2n-clx"
4864       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4865   comparisons:
4866     - title: "Diff"
4867       reference: 1
4868       compare: 2
4869   legend:
4870     - ""
4871     - "2n-skx, 2n-clx - testbeds and NICs tested."
4872     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4873
4874 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4875 - type: "table"
4876   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4877   algorithm: "table_comparison"
4878   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4880   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4881   columns:
4882     - title: "2n-skx"
4883       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4884     - title: "2n-clx"
4885       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4886   comparisons:
4887     - title: "Diff"
4888       reference: 1
4889       compare: 2
4890   legend:
4891     - ""
4892     - "2n-skx, 2n-clx - testbeds and NICs tested."
4893     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4894
4895 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4896 - type: "table"
4897   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4898   algorithm: "table_comparison"
4899   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4901   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4902   columns:
4903     - title: "3n-skx"
4904       data-set: "vpp-compare-topologies-mrr-ref"
4905     - title: "2n-skx"
4906       data-set: "vpp-compare-topologies-mrr-cmp"
4907   comparisons:
4908     - title: "Diff"
4909       reference: 1
4910       compare: 2
4911   legend:
4912     - ""
4913     - "3n-skx, 2n-skx - topologies tested."
4914     - "Diff - difference between 3n-skx and 2n-skx topologies."
4915
4916 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4917 - type: "table"
4918   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4919   algorithm: "table_comparison"
4920   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4922   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4923   columns:
4924     - title: "3n-skx"
4925       data-set: "vpp-compare-topologies-mrr-ref"
4926     - title: "2n-skx"
4927       data-set: "vpp-compare-topologies-mrr-cmp"
4928   comparisons:
4929     - title: "Diff"
4930       reference: 1
4931       compare: 2
4932   legend:
4933     - ""
4934     - "3n-skx, 2n-skx - topologies tested."
4935     - "Diff - difference between 3n-skx and 2n-skx topologies."
4936
4937 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4938 - type: "table"
4939   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4940   algorithm: "table_comparison"
4941   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4943   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4944   columns:
4945     - title: "3n-skx"
4946       data-set: "vpp-compare-topologies-mrr-ref"
4947     - title: "2n-skx"
4948       data-set: "vpp-compare-topologies-mrr-cmp"
4949   comparisons:
4950     - title: "Diff"
4951       reference: 1
4952       compare: 2
4953   legend:
4954     - ""
4955     - "3n-skx, 2n-skx - topologies tested."
4956     - "Diff - difference between 3n-skx and 2n-skx topologies."
4957
4958 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4959 - type: "table"
4960   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4961   algorithm: "table_comparison"
4962   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4964   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4965   columns:
4966     - title: "3n-hsw xl710"
4967       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4968       tag: "NIC_Intel-XL710"
4969     - title: "2n-clx xxv710"
4970       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4971       tag: "NIC_Intel-XXV710"
4972   comparisons:
4973     - title: "Diff"
4974       reference: 1
4975       compare: 2
4976   legend:
4977     - ""
4978     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4979     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4980
4981 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4982 - type: "table"
4983   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4987   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4988   columns:
4989     - title: "3n-hsw xl710"
4990       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4991       tag: "NIC_Intel-XL710"
4992     - title: "2n-clx xxv710"
4993       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4994       tag: "NIC_Intel-XXV710"
4995   comparisons:
4996     - title: "Diff"
4997       reference: 1
4998       compare: 2
4999   legend:
5000     - ""
5001     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5002     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5003
5004 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5005 - type: "table"
5006   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5007   algorithm: "table_comparison"
5008   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5010   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5011   columns:
5012     - title: "3n-hsw xl710"
5013       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5014       tag: "NIC_Intel-XL710"
5015     - title: "2n-clx xxv710"
5016       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5017       tag: "NIC_Intel-XXV710"
5018   comparisons:
5019     - title: "Diff"
5020       reference: 1
5021       compare: 2
5022   legend:
5023     - ""
5024     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5025     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5026
5027 # Detailed Test Results - VPP Performance Results 3n-hsw
5028 - type: "table"
5029   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5030   algorithm: "table_merged_details"
5031   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5032   columns:
5033     - title: " |prein| Test Name |preout| "
5034       data: "data name"
5035     - 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| "
5036       data: "data msg"
5037   data: "vpp-perf-results-3n-hsw"
5038   filter: "all"
5039   parameters:
5040   - "name"
5041   - "parent"
5042   - "msg"
5043
5044 # Detailed Test Results - VPP Performance Results 3n-skx
5045 - type: "table"
5046   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5047   algorithm: "table_merged_details"
5048   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5049   columns:
5050     - title: " |prein| Test Name |preout| "
5051       data: "data name"
5052     - 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| "
5053       data: "data msg"
5054   data: "vpp-perf-results-3n-skx"
5055   filter: "all"
5056   remove-ndr: False
5057   parameters:
5058   - "name"
5059   - "parent"
5060   - "msg"
5061
5062 # Detailed Test Results - VPP Performance Results 2n-skx
5063 - type: "table"
5064   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5065   algorithm: "table_merged_details"
5066   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5067   columns:
5068     - title: " |prein| Test Name |preout| "
5069       data: "data name"
5070     - 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| "
5071       data: "data msg"
5072   data: "vpp-perf-results-2n-skx"
5073   filter: "all"
5074   remove-ndr: False
5075   parameters:
5076   - "name"
5077   - "parent"
5078   - "msg"
5079
5080 # Detailed Test Results - VPP Performance Results 2n-clx
5081 - type: "table"
5082   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5083   algorithm: "table_merged_details"
5084   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5085   columns:
5086     - title: " |prein| Test Name |preout| "
5087       data: "data name"
5088     - 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| "
5089       data: "data msg"
5090   data: "vpp-perf-results-2n-clx"
5091   filter: "all"
5092   parameters:
5093   - "name"
5094   - "parent"
5095   - "msg"
5096
5097 # Detailed Test Results - VPP Performance Results 3n-tsh
5098 - type: "table"
5099   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5100   algorithm: "table_merged_details"
5101   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5102   columns:
5103     - title: " |prein| Test Name |preout| "
5104       data: "data name"
5105     - 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| "
5106       data: "data msg"
5107   data: "vpp-perf-results-3n-tsh"
5108   filter: "all"
5109   parameters:
5110   - "name"
5111   - "parent"
5112   - "msg"
5113
5114 # Detailed Test Results - VPP Performance Results 3n-dnv
5115 - type: "table"
5116   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5117   algorithm: "table_merged_details"
5118   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5119   columns:
5120     - title: " |prein| Test Name |preout| "
5121       data: "data name"
5122     - 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| "
5123       data: "data msg"
5124   data: "vpp-perf-results-3n-dnv"
5125   filter: "all"
5126   parameters:
5127   - "name"
5128   - "parent"
5129   - "msg"
5130
5131 # Detailed Test Results - VPP Performance Results 2n-dnv
5132 - type: "table"
5133   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5134   algorithm: "table_merged_details"
5135   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5136   columns:
5137     - title: " |prein| Test Name |preout| "
5138       data: "data name"
5139     - 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| "
5140       data: "data msg"
5141   data: "vpp-perf-results-2n-dnv"
5142   filter: "all"
5143   parameters:
5144   - "name"
5145   - "parent"
5146   - "msg"
5147
5148 # Test configuration - VPP Performance Test Configs 3n-hsw
5149 - type: "table"
5150   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5151   algorithm: "table_merged_details"
5152   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5153   columns:
5154     - title: " |prein| Test Name |preout| "
5155       data: "data name"
5156     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5157       data: "data conf-history"
5158   data: "vpp-perf-results-3n-hsw"
5159   filter: "all"
5160   parameters:
5161   - "parent"
5162   - "name"
5163   - "conf-history"
5164
5165 # Test configuration - VPP Performance Test Configs 3n-skx
5166 - type: "table"
5167   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5168   algorithm: "table_merged_details"
5169   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5170   columns:
5171     - title: " |prein| Test Name |preout| "
5172       data: "data name"
5173     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5174       data: "data conf-history"
5175   data: "vpp-perf-results-3n-skx"
5176   filter: "all"
5177   parameters:
5178   - "parent"
5179   - "name"
5180   - "conf-history"
5181
5182 # Test configuration - VPP Performance Test Configs 2n-skx
5183 - type: "table"
5184   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5185   algorithm: "table_merged_details"
5186   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5187   columns:
5188     - title: " |prein| Test Name |preout| "
5189       data: "data name"
5190     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5191       data: "data conf-history"
5192   data: "vpp-perf-results-2n-skx"
5193   filter: "all"
5194   parameters:
5195   - "parent"
5196   - "name"
5197   - "conf-history"
5198
5199 # Test configuration - VPP Performance Test Configs 2n-clx
5200 - type: "table"
5201   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5202   algorithm: "table_merged_details"
5203   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5204   columns:
5205     - title: " |prein| Test Name |preout| "
5206       data: "data name"
5207     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5208       data: "data conf-history"
5209   data: "vpp-perf-results-2n-clx"
5210   filter: "all"
5211   parameters:
5212   - "parent"
5213   - "name"
5214   - "conf-history"
5215
5216 # Test configuration - VPP Performance Test Configs 3n-tsh
5217 - type: "table"
5218   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5219   algorithm: "table_merged_details"
5220   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5221   columns:
5222     - title: " |prein| Test Name |preout| "
5223       data: "data name"
5224     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5225       data: "data conf-history"
5226   data: "vpp-perf-results-3n-tsh"
5227   filter: "all"
5228   parameters:
5229   - "parent"
5230   - "name"
5231   - "conf-history"
5232
5233 # Test configuration - VPP Performance Test Configs 3n-dnv
5234 - type: "table"
5235   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5236   algorithm: "table_merged_details"
5237   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5238   columns:
5239     - title: " |prein| Test Name |preout| "
5240       data: "data name"
5241     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5242       data: "data conf-history"
5243   data: "vpp-perf-results-3n-dnv"
5244   filter: "all"
5245   parameters:
5246   - "parent"
5247   - "name"
5248   - "conf-history"
5249
5250 # Test configuration - VPP Performance Test Configs 2n-dnv
5251 - type: "table"
5252   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5253   algorithm: "table_merged_details"
5254   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5255   columns:
5256     - title: " |prein| Test Name |preout| "
5257       data: "data name"
5258     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5259       data: "data conf-history"
5260   data: "vpp-perf-results-2n-dnv"
5261   filter: "all"
5262   parameters:
5263   - "parent"
5264   - "name"
5265   - "conf-history"
5266
5267 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5268 - type: "table"
5269   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5270   algorithm: "table_oper_data_html"
5271   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5272   data: "vpp-perf-results-3n-hsw"
5273   filter: "all"
5274
5275 # Test Operational Data - VPP Performance Operational Data 3n-skx
5276 - type: "table"
5277   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5278   algorithm: "table_oper_data_html"
5279   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5280   data: "vpp-perf-results-3n-skx"
5281   filter: "all"
5282
5283 # Test Operational Data - VPP Performance Operational Data 2n-skx
5284 - type: "table"
5285   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5286   algorithm: "table_oper_data_html"
5287   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5288   data: "vpp-perf-results-2n-skx"
5289   filter: "all"
5290
5291 # Test Operational Data - VPP Performance Operational Data 2n-clx
5292 - type: "table"
5293   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5294   algorithm: "table_oper_data_html"
5295   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5296   data: "vpp-perf-results-2n-clx"
5297   filter: "all"
5298
5299 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5300 - type: "table"
5301   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5302   algorithm: "table_oper_data_html"
5303   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5304   data: "vpp-perf-results-3n-tsh"
5305   filter: "all"
5306
5307 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5308 - type: "table"
5309   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5310   algorithm: "table_oper_data_html"
5311   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5312   data: "vpp-perf-results-3n-dnv"
5313   filter: "all"
5314
5315 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5316 - type: "table"
5317   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5318   algorithm: "table_oper_data_html"
5319   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5320   data: "vpp-perf-results-2n-dnv"
5321   filter: "all"
5322
5323 # Detailed Test Results - VPP MRR Results 3n-hsw
5324 - type: "table"
5325   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5326   algorithm: "table_merged_details"
5327   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5328   columns:
5329     - title: " |prein| Test Name |preout| "
5330       data: "data name"
5331     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5332       data: "data msg"
5333   data: "vpp-mrr-results-3n-hsw"
5334   filter: "all"
5335   parameters:
5336   - "name"
5337   - "parent"
5338   - "msg"
5339
5340 # Detailed Test Results - VPP MRR Results 3n-skx
5341 - type: "table"
5342   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5343   algorithm: "table_merged_details"
5344   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5345   columns:
5346     - title: " |prein| Test Name |preout| "
5347       data: "data name"
5348     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5349       data: "data msg"
5350   data: "vpp-mrr-results-3n-skx"
5351   filter: "all"
5352   parameters:
5353   - "name"
5354   - "parent"
5355   - "msg"
5356
5357 # Detailed Test Results - VPP MRR Results 2n-skx
5358 - type: "table"
5359   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5360   algorithm: "table_merged_details"
5361   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5362   columns:
5363     - title: " |prein| Test Name |preout| "
5364       data: "data name"
5365     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5366       data: "data msg"
5367   data: "vpp-mrr-results-2n-skx"
5368   filter: "all"
5369   parameters:
5370   - "name"
5371   - "parent"
5372   - "msg"
5373
5374 # Detailed Test Results - VPP MRR Results 2n-clx
5375 - type: "table"
5376   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5377   algorithm: "table_merged_details"
5378   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5379   columns:
5380     - title: " |prein| Test Name |preout| "
5381       data: "data name"
5382     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5383       data: "data msg"
5384   data: "vpp-mrr-results-2n-clx"
5385   filter: "all"
5386   parameters:
5387   - "name"
5388   - "parent"
5389   - "msg"
5390
5391 # Detailed Test Results - VPP MRR Results 3n-tsh
5392 - type: "table"
5393   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5394   algorithm: "table_merged_details"
5395   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5396   columns:
5397     - title: " |prein| Test Name |preout| "
5398       data: "data name"
5399     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5400       data: "data msg"
5401   data: "vpp-mrr-results-3n-tsh"
5402   filter: "all"
5403   parameters:
5404   - "name"
5405   - "parent"
5406   - "msg"
5407
5408 # Detailed Test Results - VPP MRR Results 3n-dnv
5409 - type: "table"
5410   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5411   algorithm: "table_merged_details"
5412   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5413   columns:
5414     - title: " |prein| Test Name |preout| "
5415       data: "data name"
5416     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5417       data: "data msg"
5418   data: "vpp-mrr-results-3n-dnv"
5419   filter: "all"
5420   parameters:
5421   - "name"
5422   - "parent"
5423   - "msg"
5424
5425 # Detailed Test Results - VPP MRR Results 2n-dnv
5426 - type: "table"
5427   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5428   algorithm: "table_merged_details"
5429   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5430   columns:
5431     - title: " |prein| Test Name |preout| "
5432       data: "data name"
5433     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5434       data: "data msg"
5435   data: "vpp-mrr-results-2n-dnv"
5436   filter: "all"
5437   parameters:
5438   - "name"
5439   - "parent"
5440   - "msg"
5441
5442 # Test configuration - VPP MRR Test Configs 3n-hsw
5443 - type: "table"
5444   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5445   algorithm: "table_merged_details"
5446   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5447   columns:
5448     - title: " |prein| Test Name |preout| "
5449       data: "data name"
5450     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5451       data: "data conf-history"
5452   data: "vpp-mrr-results-3n-hsw"
5453   filter: "all"
5454   parameters:
5455   - "parent"
5456   - "name"
5457   - "conf-history"
5458
5459 # Test configuration - VPP MRR Test Configs 3n-skx
5460 - type: "table"
5461   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5462   algorithm: "table_merged_details"
5463   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5464   columns:
5465     - title: " |prein| Test Name |preout| "
5466       data: "data name"
5467     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5468       data: "data conf-history"
5469   data: "vpp-mrr-results-3n-skx"
5470   filter: "all"
5471   parameters:
5472   - "parent"
5473   - "name"
5474   - "conf-history"
5475
5476 # Test configuration - VPP MRR Test Configs 2n-skx
5477 - type: "table"
5478   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5479   algorithm: "table_merged_details"
5480   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5481   columns:
5482     - title: " |prein| Test Name |preout| "
5483       data: "data name"
5484     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5485       data: "data conf-history"
5486   data: "vpp-mrr-results-2n-skx"
5487   filter: "all"
5488   parameters:
5489   - "parent"
5490   - "name"
5491   - "conf-history"
5492
5493 # Test configuration - VPP MRR Test Configs 2n-clx
5494 - type: "table"
5495   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5496   algorithm: "table_merged_details"
5497   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5498   columns:
5499     - title: " |prein| Test Name |preout| "
5500       data: "data name"
5501     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5502       data: "data conf-history"
5503   data: "vpp-mrr-results-2n-clx"
5504   filter: "all"
5505   parameters:
5506   - "parent"
5507   - "name"
5508   - "conf-history"
5509
5510 # Test configuration - VPP MRR Test Configs 3n-tsh
5511 - type: "table"
5512   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5513   algorithm: "table_merged_details"
5514   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5515   columns:
5516     - title: " |prein| Test Name |preout| "
5517       data: "data name"
5518     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5519       data: "data conf-history"
5520   data: "vpp-mrr-results-3n-tsh"
5521   filter: "all"
5522   parameters:
5523   - "parent"
5524   - "name"
5525   - "conf-history"
5526
5527 # Test configuration - VPP MRR Test Configs 3n-dnv
5528 - type: "table"
5529   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5530   algorithm: "table_merged_details"
5531   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5532   columns:
5533     - title: " |prein| Test Name |preout| "
5534       data: "data name"
5535     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5536       data: "data conf-history"
5537   data: "vpp-mrr-results-3n-dnv"
5538   filter: "all"
5539   parameters:
5540   - "parent"
5541   - "name"
5542   - "conf-history"
5543
5544 # Test configuration - VPP MRR Test Configs 2n-dnv
5545 - type: "table"
5546   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5547   algorithm: "table_merged_details"
5548   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5549   columns:
5550     - title: " |prein| Test Name |preout| "
5551       data: "data name"
5552     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5553       data: "data conf-history"
5554   data: "vpp-mrr-results-2n-dnv"
5555   filter: "all"
5556   parameters:
5557   - "parent"
5558   - "name"
5559   - "conf-history"
5560
5561 # Detailed Test Results - VPP Device Results - Ubuntu
5562 - type: "table"
5563   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5564   algorithm: "table_merged_details"
5565   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5566   columns:
5567     - title: " |prein| Test Name |preout| "
5568       data: "data name"
5569     - title: " |prein| Status |preout| "
5570       data: "data status"
5571   data: "vpp-device-results-ubuntu"
5572   filter: "all"
5573   parameters:
5574   - "name"
5575   - "parent"
5576   - "doc"
5577   - "status"
5578
5579 # Test configuration - VPP Device Test Configs - Ubuntu
5580 - type: "table"
5581   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5582   algorithm: "table_merged_details"
5583   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5584   columns:
5585     - title: " |prein| Test Name |preout| "
5586       data: "data name"
5587     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5588       data: "data conf-history"
5589   data: "vpp-device-results-ubuntu"
5590   filter: "all"
5591   parameters:
5592   - "parent"
5593   - "name"
5594   - "conf-history"
5595
5596 ################################################################################
5597
5598 # DPDK Performance Changes 3n-hsw 1t1c pdr
5599 - type: "table"
5600   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5601   algorithm: "table_comparison"
5602   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5604   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5605   columns:
5606     - title: "2001"
5607       data-set: "dpdk-performance-changes-3n-hsw-h1"
5608     - title: "2005"
5609       data-set: "dpdk-performance-changes-3n-hsw-ref"
5610     - title: "2009"
5611       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5612   comparisons:
5613     - title: "Diff"
5614       reference: 2
5615       compare: 3
5616   legend:
5617     - ""
5618     - "2001, 2005, 2009 - DPDK versions tested."
5619     - "Diff - difference between 2005 and 2009 DPDK version."
5620
5621 # DPDK Performance Changes 3n-hsw 2t2c pdr
5622 - type: "table"
5623   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5624   algorithm: "table_comparison"
5625   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5627   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5628   columns:
5629     - title: "2001"
5630       data-set: "dpdk-performance-changes-3n-hsw-h1"
5631     - title: "2005"
5632       data-set: "dpdk-performance-changes-3n-hsw-ref"
5633     - title: "2009"
5634       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5635   comparisons:
5636     - title: "Diff"
5637       reference: 2
5638       compare: 3
5639   legend:
5640     - ""
5641     - "2001, 2005, 2009 - DPDK versions tested."
5642     - "Diff - difference between 2005 and 2009 DPDK version."
5643
5644 # DPDK Performance Changes 3n-hsw 1t1c pdr
5645 - type: "table"
5646   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5647   algorithm: "table_comparison"
5648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5650   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5651   columns:
5652     - title: "2001"
5653       data-set: "dpdk-performance-changes-3n-hsw-h1"
5654     - title: "2005"
5655       data-set: "dpdk-performance-changes-3n-hsw-ref"
5656     - title: "2009"
5657       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5658   comparisons:
5659     - title: "Diff"
5660       reference: 2
5661       compare: 3
5662   legend:
5663     - ""
5664     - "2001, 2005, 2009 - DPDK versions tested."
5665     - "Diff - difference between 2005 and 2009 DPDK version."
5666
5667 # DPDK Performance Changes 3n-hsw 2t2c ndr
5668 - type: "table"
5669   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5670   algorithm: "table_comparison"
5671   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5673   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5674   columns:
5675     - title: "2001"
5676       data-set: "dpdk-performance-changes-3n-hsw-h1"
5677     - title: "2005"
5678       data-set: "dpdk-performance-changes-3n-hsw-ref"
5679     - title: "2009"
5680       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5681   comparisons:
5682     - title: "Diff"
5683       reference: 2
5684       compare: 3
5685   legend:
5686     - ""
5687     - "2001, 2005, 2009 - DPDK versions tested."
5688     - "Diff - difference between 2005 and 2009 DPDK version."
5689
5690 # DPDK Performance Changes 3n-skx 2t1c pdr
5691 - type: "table"
5692   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5693   algorithm: "table_comparison"
5694   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5696   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5697   columns:
5698     - title: "2001"
5699       data-set: "dpdk-performance-changes-3n-skx-h1"
5700     - title: "2005"
5701       data-set: "dpdk-performance-changes-3n-skx-ref"
5702     - title: "2009"
5703       data-set: "dpdk-performance-changes-3n-skx-cmp"
5704   comparisons:
5705     - title: "Diff"
5706       reference: 2
5707       compare: 3
5708   legend:
5709     - ""
5710     - "2001, 2005, 2009 - DPDK versions tested."
5711     - "Diff - difference between 2005 and 2009 DPDK version."
5712
5713 # DPDK Performance Changes 3n-skx 4t2c pdr
5714 - type: "table"
5715   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5716   algorithm: "table_comparison"
5717   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5719   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5720   columns:
5721     - title: "2001"
5722       data-set: "dpdk-performance-changes-3n-skx-h1"
5723     - title: "2005"
5724       data-set: "dpdk-performance-changes-3n-skx-ref"
5725     - title: "2009"
5726       data-set: "dpdk-performance-changes-3n-skx-cmp"
5727   comparisons:
5728     - title: "Diff"
5729       reference: 2
5730       compare: 3
5731   legend:
5732     - ""
5733     - "2001, 2005, 2009 - DPDK versions tested."
5734     - "Diff - difference between 2005 and 2009 DPDK version."
5735
5736 # DPDK Performance Changes 3n-skx 2t1c ndr
5737 - type: "table"
5738   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5739   algorithm: "table_comparison"
5740   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5742   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5743   columns:
5744     - title: "2001"
5745       data-set: "dpdk-performance-changes-3n-skx-h1"
5746     - title: "2005"
5747       data-set: "dpdk-performance-changes-3n-skx-ref"
5748     - title: "2009"
5749       data-set: "dpdk-performance-changes-3n-skx-cmp"
5750   comparisons:
5751     - title: "Diff"
5752       reference: 2
5753       compare: 3
5754   legend:
5755     - ""
5756     - "2001, 2005, 2009 - DPDK versions tested."
5757     - "Diff - difference between 2005 and 2009 DPDK version."
5758
5759 # DPDK Performance Changes 3n-skx 4t2c ndr
5760 - type: "table"
5761   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5762   algorithm: "table_comparison"
5763   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5765   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5766   columns:
5767     - title: "2001"
5768       data-set: "dpdk-performance-changes-3n-skx-h1"
5769     - title: "2005"
5770       data-set: "dpdk-performance-changes-3n-skx-ref"
5771     - title: "2009"
5772       data-set: "dpdk-performance-changes-3n-skx-cmp"
5773   comparisons:
5774     - title: "Diff"
5775       reference: 2
5776       compare: 3
5777   legend:
5778     - ""
5779     - "2001, 2005, 2009 - DPDK versions tested."
5780     - "Diff - difference between 2005 and 2009 DPDK version."
5781
5782 # DPDK Performance Changes 2n-skx 2t1c pdr
5783 - type: "table"
5784   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5785   algorithm: "table_comparison"
5786   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5788   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5789   columns:
5790     - title: "2001"
5791       data-set: "dpdk-performance-changes-2n-skx-h1"
5792     - title: "2005"
5793       data-set: "dpdk-performance-changes-2n-skx-ref"
5794     - title: "2009"
5795       data-set: "dpdk-performance-changes-2n-skx-cmp"
5796   comparisons:
5797     - title: "Diff"
5798       reference: 2
5799       compare: 3
5800   legend:
5801     - ""
5802     - "2001, 2005, 2009 - DPDK versions tested."
5803     - "Diff - difference between 2005 and 2009 DPDK version."
5804
5805 # DPDK Performance Changes 2n-skx 4t2c pdr
5806 - type: "table"
5807   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5808   algorithm: "table_comparison"
5809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5811   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5812   columns:
5813     - title: "2001"
5814       data-set: "dpdk-performance-changes-2n-skx-h1"
5815     - title: "2005"
5816       data-set: "dpdk-performance-changes-2n-skx-ref"
5817     - title: "2009"
5818       data-set: "dpdk-performance-changes-2n-skx-cmp"
5819   comparisons:
5820     - title: "Diff"
5821       reference: 2
5822       compare: 3
5823   legend:
5824     - ""
5825     - "2001, 2005, 2009 - DPDK versions tested."
5826     - "Diff - difference between 2005 and 2009 DPDK version."
5827
5828 # DPDK Performance Changes 2n-skx 2t1c ndr
5829 - type: "table"
5830   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5831   algorithm: "table_comparison"
5832   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5834   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5835   columns:
5836     - title: "2001"
5837       data-set: "dpdk-performance-changes-2n-skx-h1"
5838     - title: "2005"
5839       data-set: "dpdk-performance-changes-2n-skx-ref"
5840     - title: "2009"
5841       data-set: "dpdk-performance-changes-2n-skx-cmp"
5842   comparisons:
5843     - title: "Diff"
5844       reference: 2
5845       compare: 3
5846   legend:
5847     - ""
5848     - "2001, 2005, 2009 - DPDK versions tested."
5849     - "Diff - difference between 2005 and 2009 DPDK version."
5850
5851 # DPDK Performance Changes 2n-skx 4t2c ndr
5852 - type: "table"
5853   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5854   algorithm: "table_comparison"
5855   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5857   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5858   columns:
5859     - title: "2001"
5860       data-set: "dpdk-performance-changes-2n-skx-h1"
5861     - title: "2005"
5862       data-set: "dpdk-performance-changes-2n-skx-ref"
5863     - title: "2009"
5864       data-set: "dpdk-performance-changes-2n-skx-cmp"
5865   comparisons:
5866     - title: "Diff"
5867       reference: 2
5868       compare: 3
5869   legend:
5870     - ""
5871     - "2001, 2005, 2009 - DPDK versions tested."
5872     - "Diff - difference between 2005 and 2009 DPDK version."
5873
5874 # DPDK Performance Changes 2n-clx 2t1c pdr
5875 - type: "table"
5876   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5877   algorithm: "table_comparison"
5878   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5880   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5881   columns:
5882     - title: "2001"
5883       data-set: "dpdk-performance-changes-2n-clx-h1"
5884     - title: "2005"
5885       data-set: "dpdk-performance-changes-2n-clx-ref"
5886     - title: "2009"
5887       data-set: "dpdk-performance-changes-2n-clx-cmp"
5888   comparisons:
5889     - title: "Diff"
5890       reference: 2
5891       compare: 3
5892   legend:
5893     - ""
5894     - "2001, 2005, 2009 - DPDK versions tested."
5895     - "Diff - difference between 2005 and 2009 DPDK version."
5896
5897 # DPDK Performance Changes 2n-clx 4t2c pdr
5898 - type: "table"
5899   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5900   algorithm: "table_comparison"
5901   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5903   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5904   columns:
5905     - title: "2001"
5906       data-set: "dpdk-performance-changes-2n-clx-h1"
5907     - title: "2005"
5908       data-set: "dpdk-performance-changes-2n-clx-ref"
5909     - title: "2009"
5910       data-set: "dpdk-performance-changes-2n-clx-cmp"
5911   comparisons:
5912     - title: "Diff"
5913       reference: 2
5914       compare: 3
5915   legend:
5916     - ""
5917     - "2001, 2005, 2009 - DPDK versions tested."
5918     - "Diff - difference between 2005 and 2009 DPDK version."
5919
5920 # DPDK Performance Changes 2n-clx 2t1c ndr
5921 - type: "table"
5922   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5923   algorithm: "table_comparison"
5924   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5926   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5927   columns:
5928     - title: "2001"
5929       data-set: "dpdk-performance-changes-2n-clx-h1"
5930     - title: "2005"
5931       data-set: "dpdk-performance-changes-2n-clx-ref"
5932     - title: "2009"
5933       data-set: "dpdk-performance-changes-2n-clx-cmp"
5934   comparisons:
5935     - title: "Diff"
5936       reference: 2
5937       compare: 3
5938   legend:
5939     - ""
5940     - "2001, 2005, 2009 - DPDK versions tested."
5941     - "Diff - difference between 2005 and 2009 DPDK version."
5942
5943 # DPDK Performance Changes 2n-clx 4t2c ndr
5944 - type: "table"
5945   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5946   algorithm: "table_comparison"
5947   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5949   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5950   columns:
5951     - title: "2001"
5952       data-set: "dpdk-performance-changes-2n-clx-h1"
5953     - title: "2005"
5954       data-set: "dpdk-performance-changes-2n-clx-ref"
5955     - title: "2009"
5956       data-set: "dpdk-performance-changes-2n-clx-cmp"
5957   comparisons:
5958     - title: "Diff"
5959       reference: 2
5960       compare: 3
5961   legend:
5962     - ""
5963     - "2001, 2005, 2009 - DPDK versions tested."
5964     - "Diff - difference between 2005 and 2009 DPDK version."
5965
5966 # DPDK Performance Changes 2n-dnv 1t1c pdr
5967 - type: "table"
5968   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5969   algorithm: "table_comparison"
5970   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5972   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
5973   columns:
5974     - title: "2001"
5975       data-set: "dpdk-performance-changes-2n-dnv-h1"
5976     - title: "2005"
5977       data-set: "dpdk-performance-changes-2n-dnv-ref"
5978     - title: "2009"
5979       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5980   comparisons:
5981     - title: "Diff"
5982       reference: 2
5983       compare: 3
5984   legend:
5985     - ""
5986     - "2001, 2005, 2009 - DPDK versions tested."
5987     - "Diff - difference between 2005 and 2009 DPDK version."
5988
5989 # DPDK Performance Changes 2n-dnv 2t2c pdr
5990 - type: "table"
5991   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5992   algorithm: "table_comparison"
5993   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5995   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
5996   columns:
5997     - title: "2001"
5998       data-set: "dpdk-performance-changes-2n-dnv-h1"
5999     - title: "2005"
6000       data-set: "dpdk-performance-changes-2n-dnv-ref"
6001     - title: "2009"
6002       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6003   comparisons:
6004     - title: "Diff"
6005       reference: 2
6006       compare: 3
6007   legend:
6008     - ""
6009     - "2001, 2005, 2009 - DPDK versions tested."
6010     - "Diff - difference between 2005 and 2009 DPDK version."
6011
6012 # DPDK Performance Changes 2n-dnv 1t1c ndr
6013 - type: "table"
6014   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6015   algorithm: "table_comparison"
6016   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6018   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6019   columns:
6020     - title: "2001"
6021       data-set: "dpdk-performance-changes-2n-dnv-h1"
6022     - title: "2005"
6023       data-set: "dpdk-performance-changes-2n-dnv-ref"
6024     - title: "2009"
6025       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6026   comparisons:
6027     - title: "Diff"
6028       reference: 2
6029       compare: 3
6030   legend:
6031     - ""
6032     - "2001, 2005, 2009 - DPDK versions tested."
6033     - "Diff - difference between 2005 and 2009 DPDK version."
6034
6035 # DPDK Performance Changes 2n-dnv 2t2c ndr
6036 - type: "table"
6037   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6038   algorithm: "table_comparison"
6039   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6041   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6042   columns:
6043     - title: "2001"
6044       data-set: "dpdk-performance-changes-2n-dnv-h1"
6045     - title: "2005"
6046       data-set: "dpdk-performance-changes-2n-dnv-ref"
6047     - title: "2009"
6048       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6049   comparisons:
6050     - title: "Diff"
6051       reference: 2
6052       compare: 3
6053   legend:
6054     - ""
6055     - "2001, 2005, 2009 - DPDK versions tested."
6056     - "Diff - difference between 2005 and 2009 DPDK version."
6057
6058 # DPDK Performance Changes 3n-dnv 1t1c pdr
6059 - type: "table"
6060   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6061   algorithm: "table_comparison"
6062   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6064   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6065   columns:
6066     - title: "2001"
6067       data-set: "dpdk-performance-changes-3n-dnv-h1"
6068     - title: "2005"
6069       data-set: "dpdk-performance-changes-3n-dnv-ref"
6070     - title: "2009"
6071       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6072   comparisons:
6073     - title: "Diff"
6074       reference: 2
6075       compare: 3
6076   legend:
6077     - ""
6078     - "2001, 2005, 2009 - DPDK versions tested."
6079     - "Diff - difference between 2005 and 2009 DPDK version."
6080
6081 # DPDK Performance Changes 3n-dnv 2t2c pdr
6082 - type: "table"
6083   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6084   algorithm: "table_comparison"
6085   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6087   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6088   columns:
6089     - title: "2001"
6090       data-set: "dpdk-performance-changes-3n-dnv-h1"
6091     - title: "2005"
6092       data-set: "dpdk-performance-changes-3n-dnv-ref"
6093     - title: "2009"
6094       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6095   comparisons:
6096     - title: "Diff"
6097       reference: 2
6098       compare: 3
6099   legend:
6100     - ""
6101     - "2001, 2005, 2009 - DPDK versions tested."
6102     - "Diff - difference between 2005 and 2009 DPDK version."
6103
6104 # DPDK Performance Changes 3n-dnv 1t1c ndr
6105 - type: "table"
6106   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6107   algorithm: "table_comparison"
6108   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6110   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6111   columns:
6112     - title: "2001"
6113       data-set: "dpdk-performance-changes-3n-dnv-h1"
6114     - title: "2005"
6115       data-set: "dpdk-performance-changes-3n-dnv-ref"
6116     - title: "2009"
6117       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6118   comparisons:
6119     - title: "Diff"
6120       reference: 2
6121       compare: 3
6122   legend:
6123     - ""
6124     - "2001, 2005, 2009 - DPDK versions tested."
6125     - "Diff - difference between 2005 and 2009 DPDK version."
6126
6127 # DPDK Performance Changes 3n-dnv 2t2c ndr
6128 - type: "table"
6129   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6130   algorithm: "table_comparison"
6131   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6133   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6134   columns:
6135     - title: "2001"
6136       data-set: "dpdk-performance-changes-3n-dnv-h1"
6137     - title: "2005"
6138       data-set: "dpdk-performance-changes-3n-dnv-ref"
6139     - title: "2009"
6140       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6141   comparisons:
6142     - title: "Diff"
6143       reference: 2
6144       compare: 3
6145   legend:
6146     - ""
6147     - "2001, 2005, 2009 - DPDK versions tested."
6148     - "Diff - difference between 2005 and 2009 DPDK version."
6149
6150 # DPDK Performance Changes 3n-tsh 1t1c pdr
6151 - type: "table"
6152   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6153   algorithm: "table_comparison"
6154   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6156   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6157   columns:
6158     - title: "2001"
6159       data-set: "dpdk-performance-changes-3n-tsh-h1"
6160     - title: "2005"
6161       data-set: "dpdk-performance-changes-3n-tsh-ref"
6162     - title: "2009"
6163       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6164   comparisons:
6165     - title: "Diff"
6166       reference: 2
6167       compare: 3
6168   legend:
6169     - ""
6170     - "2001, 2005, 2009 - DPDK versions tested."
6171     - "Diff - difference between 2005 and 2009 DPDK version."
6172
6173 # DPDK Performance Changes 3n-tsh 2t2c pdr
6174 - type: "table"
6175   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6176   algorithm: "table_comparison"
6177   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6179   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6180   columns:
6181     - title: "2001"
6182       data-set: "dpdk-performance-changes-3n-tsh-h1"
6183     - title: "2005"
6184       data-set: "dpdk-performance-changes-3n-tsh-ref"
6185     - title: "2009"
6186       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6187   comparisons:
6188     - title: "Diff"
6189       reference: 2
6190       compare: 3
6191   legend:
6192     - ""
6193     - "2001, 2005, 2009 - DPDK versions tested."
6194     - "Diff - difference between 2005 and 2009 DPDK version."
6195
6196 # DPDK Performance Changes 3n-tsh 1t1c ndr
6197 - type: "table"
6198   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6199   algorithm: "table_comparison"
6200   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6202   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6203   columns:
6204     - title: "2001"
6205       data-set: "dpdk-performance-changes-3n-tsh-h1"
6206     - title: "2005"
6207       data-set: "dpdk-performance-changes-3n-tsh-ref"
6208     - title: "2009"
6209       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6210   comparisons:
6211     - title: "Diff"
6212       reference: 2
6213       compare: 3
6214   legend:
6215     - ""
6216     - "2001, 2005, 2009 - DPDK versions tested."
6217     - "Diff - difference between 2005 and 2009 DPDK version."
6218
6219 # DPDK Performance Changes 3n-tsh 2t2c ndr
6220 - type: "table"
6221   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6222   algorithm: "table_comparison"
6223   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6225   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6226   columns:
6227     - title: "2001"
6228       data-set: "dpdk-performance-changes-3n-tsh-h1"
6229     - title: "2005"
6230       data-set: "dpdk-performance-changes-3n-tsh-ref"
6231     - title: "2009"
6232       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6233   comparisons:
6234     - title: "Diff"
6235       reference: 2
6236       compare: 3
6237   legend:
6238     - ""
6239     - "2001, 2005, 2009 - DPDK versions tested."
6240     - "Diff - difference between 2005 and 2009 DPDK version."
6241
6242 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6243 - type: "table"
6244   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6245   algorithm: "table_comparison"
6246   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6248   filter: "'NIC_Intel-X710'"
6249   columns:
6250     - title: "3n-hsw x710"
6251       data-set: "dpdk-compare-testbeds-ref"
6252     - title: "3n-skx x710"
6253       data-set: "dpdk-compare-testbeds-cmp"
6254   comparisons:
6255     - title: "Diff"
6256       reference: 1
6257       compare: 2
6258   legend:
6259     - ""
6260     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6261     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6262
6263 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6264 - type: "table"
6265   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6266   algorithm: "table_comparison"
6267   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6269   filter: "'NIC_Intel-X710'"
6270   columns:
6271     - title: "3n-hsw x710"
6272       data-set: "dpdk-compare-testbeds-ref"
6273     - title: "3n-skx x710"
6274       data-set: "dpdk-compare-testbeds-cmp"
6275   comparisons:
6276     - title: "Diff"
6277       reference: 1
6278       compare: 2
6279   legend:
6280     - ""
6281     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6282     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6283
6284 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6285 - type: "table"
6286   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6287   algorithm: "table_comparison"
6288   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6290   filter: "'NIC_Intel-XXV710'"
6291   columns:
6292     - title: "2n-skx"
6293       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6294     - title: "2n-clx"
6295       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6296   comparisons:
6297     - title: "Diff"
6298       reference: 1
6299       compare: 2
6300   legend:
6301     - ""
6302     - "2n-skx, 2n-clx - testbeds and NICs tested."
6303     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6304
6305 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6306 - type: "table"
6307   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6308   algorithm: "table_comparison"
6309   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6311   filter: "'NIC_Intel-XXV710'"
6312   columns:
6313     - title: "2n-skx"
6314       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6315     - title: "2n-clx"
6316       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6317   comparisons:
6318     - title: "Diff"
6319       reference: 1
6320       compare: 2
6321   legend:
6322     - ""
6323     - "2n-skx, 2n-clx - testbeds and NICs tested."
6324     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6325
6326 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6327 - type: "table"
6328   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6329   algorithm: "table_comparison"
6330   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6332   filter: "'NIC_Intel-XXV710'"
6333   columns:
6334     - title: "3n-skx"
6335       data-set: "dpdk-compare-topologies-ref"
6336     - title: "2n-skx"
6337       data-set: "dpdk-compare-topologies-cmp"
6338   comparisons:
6339     - title: "Diff"
6340       reference: 1
6341       compare: 2
6342   legend:
6343     - ""
6344     - "3n-skx, 2n-skx - topologies tested."
6345     - "Diff - difference between 3n-skx and 2n-skx topologies."
6346
6347 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6348 - type: "table"
6349   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6350   algorithm: "table_comparison"
6351   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6353   filter: "'NIC_Intel-XXV710'"
6354   columns:
6355     - title: "3n-skx"
6356       data-set: "dpdk-compare-topologies-ref"
6357     - title: "2n-skx"
6358       data-set: "dpdk-compare-topologies-cmp"
6359   comparisons:
6360     - title: "Diff"
6361       reference: 1
6362       compare: 2
6363   legend:
6364     - ""
6365     - "3n-skx, 2n-skx - topologies tested."
6366     - "Diff - difference between 3n-skx and 2n-skx topologies."
6367
6368 # Detailed Test Results - DPDK Performance Results 3n-hsw
6369 - type: "table"
6370   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6371   algorithm: "table_merged_details"
6372   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6373   columns:
6374     - title: " |prein| Test Name |preout| "
6375       data: "data name"
6376     - 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| "
6377       data: "data msg"
6378   data: "dpdk-perf-results-3n-hsw"
6379   filter: "all"
6380   parameters:
6381   - "name"
6382   - "parent"
6383   - "msg"
6384
6385 # Detailed Test Results - DPDK Performance Results 3n-skx
6386 - type: "table"
6387   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6388   algorithm: "table_merged_details"
6389   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6390   columns:
6391     - title: " |prein| Test Name |preout| "
6392       data: "data name"
6393     - 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| "
6394       data: "data msg"
6395   data: "dpdk-perf-results-3n-skx"
6396   filter: "all"
6397   remove-ndr: False
6398   parameters:
6399   - "name"
6400   - "parent"
6401   - "msg"
6402
6403 # Detailed Test Results - DPDK Performance Results 2n-skx
6404 - type: "table"
6405   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6406   algorithm: "table_merged_details"
6407   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6408   columns:
6409     - title: " |prein| Test Name |preout| "
6410       data: "data name"
6411     - 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| "
6412       data: "data msg"
6413   data: "dpdk-perf-results-2n-skx"
6414   filter: "all"
6415   remove-ndr: False
6416   parameters:
6417   - "name"
6418   - "parent"
6419   - "msg"
6420
6421 # Detailed Test Results - DPDK Performance Results 2n-clx
6422 - type: "table"
6423   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6424   algorithm: "table_merged_details"
6425   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6426   columns:
6427     - title: " |prein| Test Name |preout| "
6428       data: "data name"
6429     - 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| "
6430       data: "data msg"
6431   data: "dpdk-perf-results-2n-clx"
6432   filter: "all"
6433   parameters:
6434   - "name"
6435   - "parent"
6436   - "msg"
6437
6438 # Detailed Test Results - DPDK Performance Results 2n-dnv
6439 - type: "table"
6440   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6441   algorithm: "table_merged_details"
6442   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6443   columns:
6444     - title: " |prein| Test Name |preout| "
6445       data: "data name"
6446     - 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| "
6447       data: "data msg"
6448   data: "dpdk-perf-results-2n-dnv"
6449   filter: "all"
6450   parameters:
6451   - "name"
6452   - "parent"
6453   - "msg"
6454
6455 # Detailed Test Results - DPDK Performance Results 3n-dnv
6456 - type: "table"
6457   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6458   algorithm: "table_merged_details"
6459   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6460   columns:
6461     - title: " |prein| Test Name |preout| "
6462       data: "data name"
6463     - 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| "
6464       data: "data msg"
6465   data: "dpdk-perf-results-3n-dnv"
6466   filter: "all"
6467   parameters:
6468   - "name"
6469   - "parent"
6470   - "msg"
6471
6472 # Detailed Test Results - DPDK Performance Results 3n-tsh
6473 - type: "table"
6474   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6475   algorithm: "table_merged_details"
6476   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6477   columns:
6478     - title: " |prein| Test Name |preout| "
6479       data: "data name"
6480     - 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| "
6481       data: "data msg"
6482   data: "dpdk-perf-results-3n-tsh"
6483   filter: "all"
6484   parameters:
6485   - "name"
6486   - "parent"
6487   - "msg"
6488
6489 ################################################################################
6490 ###                                F I L E S                                 ###
6491 ################################################################################
6492
6493 # VPP Performance Results
6494 - type: "file"
6495   title: "VPP Performance Results"
6496   algorithm: "file_details_split"
6497   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6498   dir-tables:
6499     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6500     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6501     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6502     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6503     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6504 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6505 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6506   data:
6507     - "vpp-perf-results-2n-skx"
6508     - "vpp-perf-results-3n-skx"
6509     - "vpp-perf-results-2n-clx"
6510     - "vpp-perf-results-3n-hsw"
6511     - "vpp-perf-results-3n-tsh"
6512 #    - "vpp-perf-results-2n-dnv"
6513 #    - "vpp-perf-results-3n-dnv"
6514   filter: "all"
6515   data-start-level: 4
6516   order-chapters:
6517     level-1:
6518       - "l2"
6519       - "ip4"
6520       - "ip6"
6521       - "srv6"
6522       - "ip4_tunnels"
6523       - "ip6_tunnels"
6524       - "vm_vhost"
6525       - "container_memif"
6526       - "crypto"
6527       - "vts"
6528       - "lb"
6529       - "nfv_density"
6530       - "hoststack"
6531     level-2:
6532       - "2n-skx"
6533       - "3n-skx"
6534       - "2n-clx"
6535       - "3n-hsw"
6536       - "3n-tsh"
6537       - "2n-dnv"
6538       - "3n-dnv"
6539     level-3:
6540       - "xl710"
6541       - "x520"
6542       - "xxv710"
6543       - "x710"
6544       - "x553"
6545       - "cx556a"
6546       - "vic1227"
6547       - "vic1385"
6548
6549 # VPP Performance Configuration
6550 - type: "file"
6551   title: "VPP Performance Configuration"
6552   algorithm: "file_details_split"
6553   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6554   dir-tables:
6555     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6556     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6557     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6558     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6559     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6560 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6561 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6562   data:
6563     - "vpp-perf-results-2n-skx"
6564     - "vpp-perf-results-3n-skx"
6565     - "vpp-perf-results-2n-clx"
6566     - "vpp-perf-results-3n-hsw"
6567     - "vpp-perf-results-3n-tsh"
6568 #    - "vpp-perf-results-2n-dnv"
6569 #    - "vpp-perf-results-3n-dnv"
6570   filter: "all"
6571   data-start-level: 4
6572   order-chapters:
6573     level-1:
6574       - "l2"
6575       - "ip4"
6576       - "ip6"
6577       - "srv6"
6578       - "ip4_tunnels"
6579       - "ip6_tunnels"
6580       - "vm_vhost"
6581       - "container_memif"
6582       - "crypto"
6583       - "vts"
6584       - "lb"
6585       - "nfv_density"
6586       - "hoststack"
6587     level-2:
6588       - "2n-skx"
6589       - "3n-skx"
6590       - "2n-clx"
6591       - "3n-hsw"
6592       - "3n-tsh"
6593       - "2n-dnv"
6594       - "3n-dnv"
6595     level-3:
6596       - "xl710"
6597       - "x520"
6598       - "xxv710"
6599       - "x710"
6600       - "x553"
6601       - "cx556a"
6602       - "vic1227"
6603       - "vic1385"
6604
6605 # VPP Performance Operational
6606 - type: "file"
6607   title: "VPP Performance Operational"
6608   algorithm: "file_details_split_html"
6609   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6610   dir-tables:
6611     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6612     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6613     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6614     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6615     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6616 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6617 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6618   data:
6619     - "vpp-perf-results-2n-skx"
6620     - "vpp-perf-results-3n-skx"
6621     - "vpp-perf-results-2n-clx"
6622     - "vpp-perf-results-3n-hsw"
6623     - "vpp-perf-results-3n-tsh"
6624 #    - "vpp-perf-results-2n-dnv"
6625 #    - "vpp-perf-results-3n-dnv"
6626   filter: "all"
6627   data-start-level: 4
6628   order-chapters:
6629     level-1:
6630       - "l2"
6631       - "ip4"
6632       - "ip6"
6633       - "srv6"
6634       - "ip4_tunnels"
6635       - "ip6_tunnels"
6636       - "vm_vhost"
6637       - "container_memif"
6638       - "crypto"
6639       - "vts"
6640       - "lb"
6641       - "nfv_density"
6642       - "hoststack"
6643     level-2:
6644       - "2n-skx"
6645       - "3n-skx"
6646       - "2n-clx"
6647       - "3n-hsw"
6648       - "3n-tsh"
6649       - "2n-dnv"
6650       - "3n-dnv"
6651     level-3:
6652       - "xl710"
6653       - "x520"
6654       - "xxv710"
6655       - "x710"
6656       - "x553"
6657       - "cx556a"
6658       - "vic1227"
6659       - "vic1385"
6660
6661 # VPP MRR Results
6662 - type: "file"
6663   title: "VPP MRR Results"
6664   algorithm: "file_details_split"
6665   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6666   dir-tables:
6667     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6668     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6669     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6670     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6671     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6672 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6673 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6674   data:
6675     - "vpp-mrr-results-2n-skx"
6676     - "vpp-mrr-results-3n-skx"
6677     - "vpp-mrr-results-2n-clx"
6678     - "vpp-mrr-results-3n-hsw"
6679     - "vpp-mrr-results-3n-tsh"
6680 #    - "vpp-mrr-results-2n-dnv"
6681 #    - "vpp-mrr-results-3n-dnv"
6682   filter: "all"
6683   data-start-level: 4
6684   order-chapters:
6685     level-1:
6686       - "l2"
6687       - "ip4"
6688       - "ip6"
6689       - "srv6"
6690       - "ip4_tunnels"
6691       - "ip6_tunnels"
6692       - "vm_vhost"
6693       - "container_memif"
6694       - "crypto"
6695       - "vts"
6696       - "lb"
6697       - "nfv_density"
6698       - "hoststack"
6699     level-2:
6700       - "2n-skx"
6701       - "3n-skx"
6702       - "2n-clx"
6703       - "3n-hsw"
6704       - "3n-tsh"
6705       - "2n-dnv"
6706       - "3n-dnv"
6707     level-3:
6708       - "xl710"
6709       - "x520"
6710       - "xxv710"
6711       - "x710"
6712       - "x553"
6713       - "cx556a"
6714       - "vic1227"
6715       - "vic1385"
6716
6717 # VPP MRR Configuration
6718 - type: "file"
6719   title: "VPP MRR Configuration"
6720   algorithm: "file_details_split"
6721   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6722   dir-tables:
6723     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6724     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6725     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6726     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6727     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6728     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6729     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6730   data:
6731     - "vpp-mrr-results-2n-skx"
6732     - "vpp-mrr-results-3n-skx"
6733     - "vpp-mrr-results-2n-clx"
6734     - "vpp-mrr-results-3n-hsw"
6735     - "vpp-mrr-results-3n-tsh"
6736 #    - "vpp-mrr-results-2n-dnv"
6737 #    - "vpp-mrr-results-3n-dnv"
6738   filter: "all"
6739   data-start-level: 4
6740   order-chapters:
6741     level-1:
6742       - "l2"
6743       - "ip4"
6744       - "ip6"
6745       - "srv6"
6746       - "ip4_tunnels"
6747       - "ip6_tunnels"
6748       - "vm_vhost"
6749       - "container_memif"
6750       - "crypto"
6751       - "vts"
6752       - "lb"
6753       - "nfv_density"
6754       - "hoststack"
6755     level-2:
6756       - "2n-skx"
6757       - "3n-skx"
6758       - "2n-clx"
6759       - "3n-hsw"
6760       - "3n-tsh"
6761       - "2n-dnv"
6762       - "3n-dnv"
6763     level-3:
6764       - "xl710"
6765       - "x520"
6766       - "xxv710"
6767       - "x710"
6768       - "x553"
6769       - "cx556a"
6770       - "vic1227"
6771       - "vic1385"
6772
6773 # VPP Device Results - Ubuntu
6774 - type: "file"
6775   title: "VPP Device Results - Ubuntu"
6776   algorithm: "file_test_results"
6777   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6778   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6779   data: "vpp-device-results-ubuntu"
6780   filter: "all"
6781   data-start-level: 4
6782
6783 # VPP Device Configuration - Ubuntu
6784 - type: "file"
6785   title: "VPP Device Configuration - Ubuntu"
6786   algorithm: "file_test_results"
6787   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6788   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6789   data: "vpp-device-results-ubuntu"
6790   filter: "all"
6791   data-start-level: 4
6792
6793 # DPDK Performance Results 3n-hsw
6794 - type: "file"
6795   title: "DPDK Performance Results 3n-hsw"
6796   algorithm: "file_test_results"
6797   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6798   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6799   data: "dpdk-perf-results-3n-hsw"
6800   filter: "all"
6801   data-start-level: 4
6802
6803 # DPDK Performance Results 3n-skx
6804 - type: "file"
6805   title: "DPDK Performance Results 3n-skx"
6806   algorithm: "file_test_results"
6807   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6808   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6809   data: "dpdk-perf-results-3n-skx"
6810   filter: "all"
6811   data-start-level: 4
6812
6813 # DPDK Performance Results 2n-skx
6814 - type: "file"
6815   title: "DPDK Performance Results 2n-skx"
6816   algorithm: "file_test_results"
6817   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6818   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6819   data: "dpdk-perf-results-2n-skx"
6820   filter: "all"
6821   data-start-level: 4
6822
6823 # DPDK Performance Results 2n-clx
6824 - type: "file"
6825   title: "DPDK Performance Results 2n-clx"
6826   algorithm: "file_test_results"
6827   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6828   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6829   data: "dpdk-perf-results-2n-clx"
6830   filter: "all"
6831   data-start-level: 4
6832
6833 # DPDK Performance Results 2n-dnv
6834 - type: "file"
6835   title: "DPDK Performance Results 2n-dnv"
6836   algorithm: "file_test_results"
6837   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6838   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6839   data: "dpdk-perf-results-2n-dnv"
6840   filter: "all"
6841   data-start-level: 4
6842
6843 # DPDK Performance Results 3n-dnv
6844 - type: "file"
6845   title: "DPDK Performance Results 3n-dnv"
6846   algorithm: "file_test_results"
6847   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6848   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6849   data: "dpdk-perf-results-3n-dnv"
6850   filter: "all"
6851   data-start-level: 4
6852
6853 # DPDK Performance Results 3n-tsh
6854 - type: "file"
6855   title: "DPDK Performance Results 3n-tsh"
6856   algorithm: "file_test_results"
6857   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6858   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6859   data: "dpdk-perf-results-3n-tsh"
6860   filter: "all"
6861   data-start-level: 4
6862
6863 ################################################################################
6864 ###                                P L O T S                                 ###
6865 ################################################################################
6866
6867 # Hoststack tests 3n-hsw
6868
6869 - type: "plot"
6870   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6871   algorithm: "plot_perf_box_name"
6872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6873   data: "plot-vpp-hoststack-3n-hsw"
6874   include:
6875     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6876     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6877   layout:
6878     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6879     layout: "plot-hoststack"
6880
6881 - type: "plot"
6882   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6883   algorithm: "plot_perf_box_name"
6884   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6885   data: "plot-vpp-hoststack-3n-hsw"
6886   include:
6887     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6888     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6889   layout:
6890     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6891     layout: "plot-hoststack"
6892
6893 - type: "plot"
6894   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6895   algorithm: "plot_perf_box_name"
6896   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6897   data: "plot-vpp-hoststack-3n-hsw"
6898   include:
6899     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6900     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6901     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6902     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6903   layout:
6904     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6905     layout: "plot-hoststack"
6906
6907 ################################################################################
6908
6909 # Soak Test (PLRsearch), boxes - 2n-clx
6910 - type: "plot"
6911   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6912   algorithm: "plot_perf_box_name"
6913   output-file-type: ".html"
6914   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6915   data: "plot-vpp-soak-2n-clx"
6916   include:
6917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6923   layout:
6924     title: "30 Minutes Soak Test (PLRsearch)"
6925     layout: "plot-soak-throughput"
6926
6927 # Soak Test (PLRsearch), boxes - 2n-clx
6928 - type: "plot"
6929   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6930   algorithm: "plot_perf_box_name"
6931   output-file-type: ".html"
6932   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6933   data: "plot-vpp-soak-2n-clx"
6934   include:
6935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6940     - "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"
6941   layout:
6942     title: "30 Minutes Soak Test (PLRsearch)"
6943     layout: "plot-soak-throughput"
6944
6945 # Soak Test (PLRsearch), boxes - 2n-skx
6946 - type: "plot"
6947   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6948   algorithm: "plot_perf_box_name"
6949   output-file-type: ".html"
6950   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6951   data: "plot-vpp-soak-2n-skx"
6952   include:
6953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6959   layout:
6960     title: "30 Minutes Soak Test (PLRsearch)"
6961     layout: "plot-soak-throughput"
6962
6963 # Soak Test (PLRsearch), boxes - 2n-skx
6964 - type: "plot"
6965   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6966   algorithm: "plot_perf_box_name"
6967   output-file-type: ".html"
6968   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6969   data: "plot-vpp-soak-2n-skx"
6970   include:
6971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6973     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6976     - "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"
6977   layout:
6978     title: "30 Minutes Soak Test (PLRsearch)"
6979     layout: "plot-soak-throughput"
6980
6981 ###############################################################################
6982
6983 # Reconf tests 2n-skx
6984
6985 - type: "plot"
6986   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6987   algorithm: "plot_nf_reconf_box_name"
6988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6989   data: "plot-vpp-nfv-reconf-2n-skx"
6990   include:
6991     - "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"
6992     - "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"
6993     - "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"
6994     - "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"
6995     - "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"
6996     - "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"
6997   layout:
6998     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6999     layout: "plot-throughput"
7000
7001 - type: "plot"
7002   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7003   algorithm: "plot_nf_reconf_box_name"
7004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7005   data: "plot-vpp-nfv-reconf-2n-skx"
7006   include:
7007     - "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"
7008     - "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"
7009     - "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"
7010     - "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"
7011     - "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"
7012     - "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"
7013   layout:
7014     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7015     layout: "plot-throughput"
7016
7017 - type: "plot"
7018   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7019   algorithm: "plot_nf_reconf_box_name"
7020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7021   data: "plot-vpp-nfv-reconf-2n-skx"
7022   include:
7023     - "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"
7024     - "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"
7025     - "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"
7026     - "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"
7027     - "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"
7028     - "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"
7029   layout:
7030     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7031     layout: "plot-throughput"
7032
7033 ###############################################################################
7034
7035 # Reconf tests 2n-clx
7036
7037 - type: "plot"
7038   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7039   algorithm: "plot_nf_reconf_box_name"
7040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7041   data: "plot-vpp-nfv-reconf-2n-clx"
7042   include:
7043     - "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"
7044     - "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"
7045     - "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"
7046     - "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"
7047   layout:
7048     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7049     layout: "plot-throughput"
7050
7051 - type: "plot"
7052   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7053   algorithm: "plot_nf_reconf_box_name"
7054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7055   data: "plot-vpp-nfv-reconf-2n-clx"
7056   include:
7057     - "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"
7058     - "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"
7059     - "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"
7060     - "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"
7061   layout:
7062     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7063     layout: "plot-throughput"
7064
7065 - type: "plot"
7066   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7067   algorithm: "plot_nf_reconf_box_name"
7068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7069   data: "plot-vpp-nfv-reconf-2n-clx"
7070   include:
7071     - "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"
7072     - "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"
7073     - "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"
7074     - "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"
7075   layout:
7076     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7077     layout: "plot-throughput"
7078
7079 ###############################################################################
7080
7081 # Plots - NF Density - VSC - MRR IMIX
7082 - type: "plot"
7083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7084   algorithm: "plot_nf_heatmap"
7085   output-file-type: ".html"
7086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7087   data: "plot-vpp-nfv-2n-skx-mrr"
7088   filter: "'NIC_Intel-XXV710' and
7089            'NF_DENSITY' and
7090            'VHOST' and
7091            not 'VXLAN' and
7092            'CHAIN' and
7093            'NF_VPPIP4' and
7094            'IMIX' and
7095            '2T1C' and
7096            'MRR'"
7097   parameters:
7098   - "result"
7099   - "name"
7100   - "tags"
7101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7102   x-axis: "X = VNFs per Service Chain"
7103   y-axis: "Y = Number of Service Chains"
7104   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7105   layout:
7106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7107     layout: "plot-service-density"
7108
7109 - type: "plot"
7110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7111   algorithm: "plot_nf_heatmap"
7112   output-file-type: ".html"
7113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7114   data: "plot-vpp-nfv-2n-skx-mrr"
7115   filter: "'NIC_Intel-XXV710' and
7116            'NF_DENSITY' and
7117            'VHOST' and
7118            not 'VXLAN' and
7119            'CHAIN' and
7120            'NF_VPPIP4' and
7121            'IMIX' and
7122            '4T2C' and
7123            'MRR'"
7124   parameters:
7125   - "result"
7126   - "name"
7127   - "tags"
7128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7129   x-axis: "X = VNFs per Service Chain"
7130   y-axis: "Y = Number of Service Chains"
7131   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7132   layout:
7133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7134     layout: "plot-service-density"
7135
7136 - type: "plot"
7137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7138   algorithm: "plot_nf_heatmap"
7139   output-file-type: ".html"
7140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7141   data: "plot-vpp-nfv-2n-skx-mrr"
7142   filter: "'NIC_Intel-XXV710' and
7143            'NF_DENSITY' and
7144            'VHOST' and
7145            not 'VXLAN' and
7146            'CHAIN' and
7147            'NF_VPPIP4' and
7148            'IMIX' and
7149            '8T4C' and
7150            'MRR'"
7151   parameters:
7152   - "result"
7153   - "name"
7154   - "tags"
7155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7156   x-axis: "X = VNFs per Service Chain"
7157   y-axis: "Y = Number of Service Chains"
7158   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7159   layout:
7160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7161     layout: "plot-service-density"
7162
7163 # Plots - NF Density - VSC - NDR IMIX
7164 - type: "plot"
7165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7166   algorithm: "plot_nf_heatmap"
7167   output-file-type: ".html"
7168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7169   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7170   filter: "'NIC_Intel-XXV710' and
7171            'NF_DENSITY' and
7172            'VHOST' and
7173            not 'VXLAN' and
7174            'CHAIN' and
7175            'NF_VPPIP4' and
7176            'IMIX' and
7177            '2T1C' and
7178            'NDRPDR'"
7179   parameters:
7180   - "throughput"
7181   - "name"
7182   - "tags"
7183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7184   x-axis: "X = VNFs per Service Chain"
7185   y-axis: "Y = Number of Service Chains"
7186   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7187   layout:
7188     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7189     layout: "plot-service-density"
7190
7191 - type: "plot"
7192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7193   algorithm: "plot_nf_heatmap"
7194   output-file-type: ".html"
7195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7196   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7197   filter: "'NIC_Intel-XXV710' and
7198            'NF_DENSITY' and
7199            'VHOST' and
7200            not 'VXLAN' and
7201            'CHAIN' and
7202            'NF_VPPIP4' and
7203            'IMIX' and
7204            '4T2C' and
7205            'NDRPDR'"
7206   parameters:
7207   - "throughput"
7208   - "name"
7209   - "tags"
7210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7211   x-axis: "X = VNFs per Service Chain"
7212   y-axis: "Y = Number of Service Chains"
7213   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7214   layout:
7215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7216     layout: "plot-service-density"
7217
7218 - type: "plot"
7219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7220   algorithm: "plot_nf_heatmap"
7221   output-file-type: ".html"
7222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7223   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7224   filter: "'NIC_Intel-XXV710' and
7225            'NF_DENSITY' and
7226            'VHOST' and
7227            not 'VXLAN' and
7228            'CHAIN' and
7229            'NF_VPPIP4' and
7230            'IMIX' and
7231            '8T4C' and
7232            'NDRPDR'"
7233   parameters:
7234   - "throughput"
7235   - "name"
7236   - "tags"
7237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7238   x-axis: "X = VNFs per Service Chain"
7239   y-axis: "Y = Number of Service Chains"
7240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7241   layout:
7242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7243     layout: "plot-service-density"
7244
7245 # Plots - NF Density - VSC - PDR IMIX
7246 - type: "plot"
7247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7248   algorithm: "plot_nf_heatmap"
7249   output-file-type: ".html"
7250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7251   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7252   filter: "'NIC_Intel-XXV710' and
7253            'NF_DENSITY' and
7254            'VHOST' and
7255            not 'VXLAN' and
7256            'CHAIN' and
7257            'NF_VPPIP4' and
7258            'IMIX' and
7259            '2T1C' and
7260            'NDRPDR'"
7261   parameters:
7262   - "throughput"
7263   - "name"
7264   - "tags"
7265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7266   x-axis: "X = VNFs per Service Chain"
7267   y-axis: "Y = Number of Service Chains"
7268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7269   layout:
7270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7271     layout: "plot-service-density"
7272
7273 - type: "plot"
7274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7275   algorithm: "plot_nf_heatmap"
7276   output-file-type: ".html"
7277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7278   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7279   filter: "'NIC_Intel-XXV710' and
7280            'NF_DENSITY' and
7281            'VHOST' and
7282            not 'VXLAN' and
7283            'CHAIN' and
7284            'NF_VPPIP4' and
7285            'IMIX' and
7286            '4T2C' and
7287            'NDRPDR'"
7288   parameters:
7289   - "throughput"
7290   - "name"
7291   - "tags"
7292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7293   x-axis: "X = VNFs per Service Chain"
7294   y-axis: "Y = Number of Service Chains"
7295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7296   layout:
7297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7298     layout: "plot-service-density"
7299
7300 - type: "plot"
7301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7302   algorithm: "plot_nf_heatmap"
7303   output-file-type: ".html"
7304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7305   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7306   filter: "'NIC_Intel-XXV710' and
7307            'NF_DENSITY' and
7308            'VHOST' and
7309            not 'VXLAN' and
7310            'CHAIN' and
7311            'NF_VPPIP4' and
7312            'IMIX' and
7313            '8T4C' and
7314            'NDRPDR'"
7315   parameters:
7316   - "throughput"
7317   - "name"
7318   - "tags"
7319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7320   x-axis: "X = VNFs per Service Chain"
7321   y-axis: "Y = Number of Service Chains"
7322   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7323   layout:
7324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7325     layout: "plot-service-density"
7326
7327 ###############################################################################
7328
7329 # Plots - NF Density - VSC - MRR IMIX
7330 - type: "plot"
7331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7332   algorithm: "plot_nf_heatmap"
7333   output-file-type: ".html"
7334   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7335   data: "plot-vpp-nfv-2n-skx-mrr"
7336   filter: "'NIC_Intel-XXV710' and
7337            'NF_DENSITY' and
7338            'VHOST' and
7339            'VXLAN' and
7340            'CHAIN' and
7341            'IMIX' and
7342            '2T1C' and
7343            'MRR'"
7344   parameters:
7345   - "result"
7346   - "name"
7347   - "tags"
7348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7349   x-axis: "X = VNFs per Service Chain"
7350   y-axis: "Y = Number of Service Chains"
7351   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7352   layout:
7353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7354     layout: "plot-service-density"
7355
7356 - type: "plot"
7357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7358   algorithm: "plot_nf_heatmap"
7359   output-file-type: ".html"
7360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7361   data: "plot-vpp-nfv-2n-skx-mrr"
7362   filter: "'NIC_Intel-XXV710' and
7363            'NF_DENSITY' and
7364            'VHOST' and
7365            'VXLAN' and
7366            'CHAIN' and
7367            'IMIX' and
7368            '4T2C' and
7369            'MRR'"
7370   parameters:
7371   - "result"
7372   - "name"
7373   - "tags"
7374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7375   x-axis: "X = VNFs per Service Chain"
7376   y-axis: "Y = Number of Service Chains"
7377   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7378   layout:
7379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7380     layout: "plot-service-density"
7381
7382 - type: "plot"
7383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7384   algorithm: "plot_nf_heatmap"
7385   output-file-type: ".html"
7386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7387   data: "plot-vpp-nfv-2n-skx-mrr"
7388   filter: "'NIC_Intel-XXV710' and
7389            'NF_DENSITY' and
7390            'VHOST' and
7391            'VXLAN' and
7392            'CHAIN' and
7393            'IMIX' and
7394            '8T4C' and
7395            'MRR'"
7396   parameters:
7397   - "result"
7398   - "name"
7399   - "tags"
7400   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7401   x-axis: "X = VNFs per Service Chain"
7402   y-axis: "Y = Number of Service Chains"
7403   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7404   layout:
7405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7406     layout: "plot-service-density"
7407
7408 # Plots - NF Density - VSC - NDR IMIX
7409 - type: "plot"
7410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7411   algorithm: "plot_nf_heatmap"
7412   output-file-type: ".html"
7413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7414   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7415   filter: "'NIC_Intel-XXV710' and
7416            'NF_DENSITY' and
7417            'VHOST' and
7418            'VXLAN' and
7419            'CHAIN' and
7420            'IMIX' and
7421            '2T1C' and
7422            'NDRPDR'"
7423   parameters:
7424   - "throughput"
7425   - "name"
7426   - "tags"
7427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7428   x-axis: "X = VNFs per Service Chain"
7429   y-axis: "Y = Number of Service Chains"
7430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7431   layout:
7432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7433     layout: "plot-service-density"
7434
7435 - type: "plot"
7436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7437   algorithm: "plot_nf_heatmap"
7438   output-file-type: ".html"
7439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7440   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7441   filter: "'NIC_Intel-XXV710' and
7442            'NF_DENSITY' and
7443            'VHOST' and
7444            'VXLAN' and
7445            'CHAIN' and
7446            'IMIX' and
7447            '4T2C' and
7448            'NDRPDR'"
7449   parameters:
7450   - "throughput"
7451   - "name"
7452   - "tags"
7453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7454   x-axis: "X = VNFs per Service Chain"
7455   y-axis: "Y = Number of Service Chains"
7456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7457   layout:
7458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7459     layout: "plot-service-density"
7460
7461 - type: "plot"
7462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7463   algorithm: "plot_nf_heatmap"
7464   output-file-type: ".html"
7465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7466   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7467   filter: "'NIC_Intel-XXV710' and
7468            'NF_DENSITY' and
7469            'VHOST' and
7470            'VXLAN' and
7471            'CHAIN' and
7472            'IMIX' and
7473            '8T4C' and
7474            'NDRPDR'"
7475   parameters:
7476   - "throughput"
7477   - "name"
7478   - "tags"
7479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7480   x-axis: "X = VNFs per Service Chain"
7481   y-axis: "Y = Number of Service Chains"
7482   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7483   layout:
7484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7485     layout: "plot-service-density"
7486
7487 # Plots - NF Density - VSC - PDR IMIX
7488 - type: "plot"
7489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7490   algorithm: "plot_nf_heatmap"
7491   output-file-type: ".html"
7492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7493   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7494   filter: "'NIC_Intel-XXV710' and
7495            'NF_DENSITY' and
7496            'VHOST' and
7497            'VXLAN' and
7498            'CHAIN' and
7499            'IMIX' and
7500            '2T1C' and
7501            'NDRPDR'"
7502   parameters:
7503   - "throughput"
7504   - "name"
7505   - "tags"
7506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7507   x-axis: "X = VNFs per Service Chain"
7508   y-axis: "Y = Number of Service Chains"
7509   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7510   layout:
7511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7512     layout: "plot-service-density"
7513
7514 - type: "plot"
7515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7516   algorithm: "plot_nf_heatmap"
7517   output-file-type: ".html"
7518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7519   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7520   filter: "'NIC_Intel-XXV710' and
7521            'NF_DENSITY' and
7522            'VHOST' and
7523            'VXLAN' and
7524            'CHAIN' and
7525            'IMIX' and
7526            '4T2C' and
7527            'NDRPDR'"
7528   parameters:
7529   - "throughput"
7530   - "name"
7531   - "tags"
7532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7533   x-axis: "X = VNFs per Service Chain"
7534   y-axis: "Y = Number of Service Chains"
7535   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7536   layout:
7537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7538     layout: "plot-service-density"
7539
7540 - type: "plot"
7541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7542   algorithm: "plot_nf_heatmap"
7543   output-file-type: ".html"
7544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7545   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7546   filter: "'NIC_Intel-XXV710' and
7547            'NF_DENSITY' and
7548            'VHOST' and
7549            'VXLAN' and
7550            'CHAIN' and
7551            'IMIX' and
7552            '8T4C' and
7553            'NDRPDR'"
7554   parameters:
7555   - "throughput"
7556   - "name"
7557   - "tags"
7558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7559   x-axis: "X = VNFs per Service Chain"
7560   y-axis: "Y = Number of Service Chains"
7561   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7562   layout:
7563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7564     layout: "plot-service-density"
7565
7566 ###############################################################################
7567
7568 # Plots - NF Density - CSC - MRR IMIX
7569 - type: "plot"
7570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7571   algorithm: "plot_nf_heatmap"
7572   output-file-type: ".html"
7573   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7574   data: "plot-vpp-nfv-2n-skx-mrr"
7575   filter: "'NIC_Intel-XXV710' and
7576            'NF_DENSITY' and
7577            'DOCKER' and
7578            'CHAIN' and
7579            'NF_VPPIP4' and
7580            'IMIX' and
7581            '2T1C' and
7582            'MRR'"
7583   parameters:
7584   - "result"
7585   - "name"
7586   - "tags"
7587   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7588   x-axis: "X = CNFs per Service Chain"
7589   y-axis: "Y = Number of Service Chains"
7590   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7591   layout:
7592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7593     layout: "plot-service-density"
7594
7595 - type: "plot"
7596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7597   algorithm: "plot_nf_heatmap"
7598   output-file-type: ".html"
7599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7600   data: "plot-vpp-nfv-2n-skx-mrr"
7601   filter: "'NIC_Intel-XXV710' and
7602            'NF_DENSITY' and
7603            'DOCKER' and
7604            'CHAIN' and
7605            'NF_VPPIP4' and
7606            'IMIX' and
7607            '4T2C' and
7608            'MRR'"
7609   parameters:
7610   - "result"
7611   - "name"
7612   - "tags"
7613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7614   x-axis: "X = CNFs per Service Chain"
7615   y-axis: "Y = Number of Service Chains"
7616   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7617   layout:
7618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7619     layout: "plot-service-density"
7620
7621 - type: "plot"
7622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7623   algorithm: "plot_nf_heatmap"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7626   data: "plot-vpp-nfv-2n-skx-mrr"
7627   filter: "'NIC_Intel-XXV710' and
7628            'NF_DENSITY' and
7629            'DOCKER' and
7630            'CHAIN' and
7631            'NF_VPPIP4' and
7632            'IMIX' and
7633            '8T4C' and
7634            'MRR'"
7635   parameters:
7636   - "result"
7637   - "name"
7638   - "tags"
7639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7640   x-axis: "X = CNFs per Service Chain"
7641   y-axis: "Y = Number of Service Chains"
7642   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7643   layout:
7644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7645     layout: "plot-service-density"
7646
7647 # Plots - NF Density - CSC - NDR IMIX
7648 - type: "plot"
7649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7650   algorithm: "plot_nf_heatmap"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7653   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654   filter: "'NIC_Intel-XXV710' and
7655            'NF_DENSITY' and
7656            'DOCKER' and
7657            'CHAIN' and
7658            'NF_VPPIP4' and
7659            'IMIX' and
7660            '2T1C' and
7661            'NDRPDR'"
7662   parameters:
7663   - "throughput"
7664   - "name"
7665   - "tags"
7666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7667   x-axis: "X = CNFs per Service Chain"
7668   y-axis: "Y = Number of Service Chains"
7669   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7670   layout:
7671     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7672     layout: "plot-service-density"
7673
7674 - type: "plot"
7675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7676   algorithm: "plot_nf_heatmap"
7677   output-file-type: ".html"
7678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7679   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7680   filter: "'NIC_Intel-XXV710' and
7681            'NF_DENSITY' and
7682            'DOCKER' and
7683            'CHAIN' and
7684            'NF_VPPIP4' and
7685            'IMIX' and
7686            '4T2C' and
7687            'NDRPDR'"
7688   parameters:
7689   - "throughput"
7690   - "name"
7691   - "tags"
7692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7693   x-axis: "X = CNFs per Service Chain"
7694   y-axis: "Y = Number of Service Chains"
7695   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7696   layout:
7697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7698     layout: "plot-service-density"
7699
7700 - type: "plot"
7701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7702   algorithm: "plot_nf_heatmap"
7703   output-file-type: ".html"
7704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7705   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706   filter: "'NIC_Intel-XXV710' and
7707            'NF_DENSITY' and
7708            'DOCKER' and
7709            'CHAIN' and
7710            'NF_VPPIP4' and
7711            'IMIX' and
7712            '8T4C' and
7713            'NDRPDR'"
7714   parameters:
7715   - "throughput"
7716   - "name"
7717   - "tags"
7718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7719   x-axis: "X = CNFs per Service Chain"
7720   y-axis: "Y = Number of Service Chains"
7721   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7722   layout:
7723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7724     layout: "plot-service-density"
7725
7726 # Plots - NF Density - CSC - PDR IMIX
7727 - type: "plot"
7728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7729   algorithm: "plot_nf_heatmap"
7730   output-file-type: ".html"
7731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7732   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7733   filter: "'NIC_Intel-XXV710' and
7734            'NF_DENSITY' and
7735            'DOCKER' and
7736            'CHAIN' and
7737            'NF_VPPIP4' and
7738            'IMIX' and
7739            '2T1C' and
7740            'NDRPDR'"
7741   parameters:
7742   - "throughput"
7743   - "name"
7744   - "tags"
7745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746   x-axis: "X = CNFs per Service Chain"
7747   y-axis: "Y = Number of Service Chains"
7748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7749   layout:
7750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7751     layout: "plot-service-density"
7752
7753 - type: "plot"
7754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7755   algorithm: "plot_nf_heatmap"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7758   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7759   filter: "'NIC_Intel-XXV710' and
7760            'NF_DENSITY' and
7761            'DOCKER' and
7762            'CHAIN' and
7763            'NF_VPPIP4' and
7764            'IMIX' and
7765            '4T2C' and
7766            'NDRPDR'"
7767   parameters:
7768   - "throughput"
7769   - "name"
7770   - "tags"
7771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7772   x-axis: "X = CNFs per Service Chain"
7773   y-axis: "Y = Number of Service Chains"
7774   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7775   layout:
7776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7777     layout: "plot-service-density"
7778
7779 - type: "plot"
7780   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7781   algorithm: "plot_nf_heatmap"
7782   output-file-type: ".html"
7783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7784   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785   filter: "'NIC_Intel-XXV710' and
7786            'NF_DENSITY' and
7787            'DOCKER' and
7788            'CHAIN' and
7789            'NF_VPPIP4' and
7790            'IMIX' and
7791            '8T4C' and
7792            'NDRPDR'"
7793   parameters:
7794   - "throughput"
7795   - "name"
7796   - "tags"
7797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798   x-axis: "X = CNFs per Service Chain"
7799   y-axis: "Y = Number of Service Chains"
7800   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7801   layout:
7802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7803     layout: "plot-service-density"
7804
7805 ################################################################################
7806 #
7807 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7808 #- type: "plot"
7809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7810 #  algorithm: "plot_nf_heatmap"
7811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7812 #  data: "plot-vpp-nfv-3n-skx-mrr"
7813 #  filter: "'NIC_Intel-XXV710' and
7814 #           'NF_DENSITY' and
7815 #           'DOCKER' and
7816 #           'CHAIN' and
7817 #           'NF_VPPIP4' and
7818 #           'IPSEC' and
7819 #           'TNL_4' and
7820 #           'IMIX' and
7821 #           '2T1C' and
7822 #           'MRR'"
7823 #  parameters:
7824 #  - "result"
7825 #  - "name"
7826 #  - "tags"
7827 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7828 #  x-axis: "X = CNFs per Service Chain"
7829 #  y-axis: "Y = Number of Service Chains"
7830 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7831 #  layout:
7832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7833 #    layout: "plot-service-density"
7834 #
7835 #- type: "plot"
7836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7837 #  algorithm: "plot_nf_heatmap"
7838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7839 #  data: "plot-vpp-nfv-3n-skx-mrr"
7840 #  filter: "'NIC_Intel-XXV710' and
7841 #           'NF_DENSITY' and
7842 #           'DOCKER' and
7843 #           'CHAIN' and
7844 #           'NF_VPPIP4' and
7845 #           'IPSEC' and
7846 #           'TNL_4' and
7847 #           'IMIX' and
7848 #           '4T2C' and
7849 #           'MRR'"
7850 #  parameters:
7851 #  - "result"
7852 #  - "name"
7853 #  - "tags"
7854 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7855 #  x-axis: "X = CNFs per Service Chain"
7856 #  y-axis: "Y = Number of Service Chains"
7857 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7858 #  layout:
7859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7860 #    layout: "plot-service-density"
7861 #
7862 #- type: "plot"
7863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7864 #  algorithm: "plot_nf_heatmap"
7865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7866 #  data: "plot-vpp-nfv-3n-skx-mrr"
7867 #  filter: "'NIC_Intel-XXV710' and
7868 #           'NF_DENSITY' and
7869 #           'DOCKER' and
7870 #           'CHAIN' and
7871 #           'NF_VPPIP4' and
7872 #           'IPSEC' and
7873 #           'TNL_4' and
7874 #           'IMIX' and
7875 #           '8T4C' and
7876 #           'MRR'"
7877 #  parameters:
7878 #  - "result"
7879 #  - "name"
7880 #  - "tags"
7881 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7882 #  x-axis: "X = CNFs per Service Chain"
7883 #  y-axis: "Y = Number of Service Chains"
7884 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7885 #  layout:
7886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7887 #    layout: "plot-service-density"
7888
7889 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7890 - type: "plot"
7891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7892   algorithm: "plot_nf_heatmap"
7893   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7894   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7895   filter: "'NIC_Intel-XXV710' and
7896            'NF_DENSITY' and
7897            'DOCKER' and
7898            'CHAIN' and
7899            'NF_VPPIP4' and
7900            'IPSEC' and
7901            'TNL_4' and
7902            'IMIX' and
7903            '2T1C' and
7904            'NDRPDR'"
7905   parameters:
7906   - "throughput"
7907   - "name"
7908   - "tags"
7909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7910   x-axis: "X = CNFs per Service Chain"
7911   y-axis: "Y = Number of Service Chains"
7912   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7913   layout:
7914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7915     layout: "plot-service-density"
7916
7917 - type: "plot"
7918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7919   algorithm: "plot_nf_heatmap"
7920   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7921   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7922   filter: "'NIC_Intel-XXV710' and
7923            'NF_DENSITY' and
7924            'DOCKER' and
7925            'CHAIN' and
7926            'NF_VPPIP4' and
7927            'IPSEC' and
7928            'TNL_4' and
7929            'IMIX' and
7930            '4T2C' and
7931            'NDRPDR'"
7932   parameters:
7933   - "throughput"
7934   - "name"
7935   - "tags"
7936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7937   x-axis: "X = CNFs per Service Chain"
7938   y-axis: "Y = Number of Service Chains"
7939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7940   layout:
7941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7942     layout: "plot-service-density"
7943
7944 - type: "plot"
7945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7946   algorithm: "plot_nf_heatmap"
7947   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7948   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7949   filter: "'NIC_Intel-XXV710' and
7950            'NF_DENSITY' and
7951            'DOCKER' and
7952            'CHAIN' and
7953            'NF_VPPIP4' and
7954            'IPSEC' and
7955            'TNL_4' and
7956            'IMIX' and
7957            '8T4C' and
7958            'NDRPDR'"
7959   parameters:
7960   - "throughput"
7961   - "name"
7962   - "tags"
7963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7964   x-axis: "X = CNFs per Service Chain"
7965   y-axis: "Y = Number of Service Chains"
7966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7967   layout:
7968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7969     layout: "plot-service-density"
7970
7971 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7972 - type: "plot"
7973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7974   algorithm: "plot_nf_heatmap"
7975   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7976   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7977   filter: "'NIC_Intel-XXV710' and
7978            'NF_DENSITY' and
7979            'DOCKER' and
7980            'CHAIN' and
7981            'NF_VPPIP4' and
7982            'IPSEC' and
7983            'TNL_4' and
7984            'IMIX' and
7985            '2T1C' and
7986            'NDRPDR'"
7987   parameters:
7988   - "throughput"
7989   - "name"
7990   - "tags"
7991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7992   x-axis: "X = CNFs per Service Chain"
7993   y-axis: "Y = Number of Service Chains"
7994   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7995   layout:
7996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7997     layout: "plot-service-density"
7998
7999 - type: "plot"
8000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8001   algorithm: "plot_nf_heatmap"
8002   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8003   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8004   filter: "'NIC_Intel-XXV710' and
8005            'NF_DENSITY' and
8006            'DOCKER' and
8007            'CHAIN' and
8008            'NF_VPPIP4' and
8009            'IPSEC' and
8010            'TNL_4' and
8011            'IMIX' and
8012            '4T2C' and
8013            'NDRPDR'"
8014   parameters:
8015   - "throughput"
8016   - "name"
8017   - "tags"
8018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8019   x-axis: "X = CNFs per Service Chain"
8020   y-axis: "Y = Number of Service Chains"
8021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8022   layout:
8023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8024     layout: "plot-service-density"
8025
8026 - type: "plot"
8027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8028   algorithm: "plot_nf_heatmap"
8029   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8030   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8031   filter: "'NIC_Intel-XXV710' and
8032            'NF_DENSITY' and
8033            'DOCKER' and
8034            'CHAIN' and
8035            'NF_VPPIP4' and
8036            'IPSEC' and
8037            'TNL_4' and
8038            'IMIX' and
8039            '8T4C' and
8040            'NDRPDR'"
8041   parameters:
8042   - "throughput"
8043   - "name"
8044   - "tags"
8045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8046   x-axis: "X = CNFs per Service Chain"
8047   y-axis: "Y = Number of Service Chains"
8048   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8049   layout:
8050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8051     layout: "plot-service-density"
8052
8053 ###############################################################################
8054
8055 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8056 #- type: "plot"
8057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8058 #  algorithm: "plot_nf_heatmap"
8059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8060 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8061 #  filter: "'NIC_Intel-XL710' and
8062 #           'NF_DENSITY' and
8063 #           'DOCKER' and
8064 #           'CHAIN' and
8065 #           'NF_VPPIP4' and
8066 #           'IMIX' and
8067 #           'TNL_4' and
8068 #           '1T1C' and
8069 #           'MRR'"
8070 #  parameters:
8071 #  - "result"
8072 #  - "name"
8073 #  - "tags"
8074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8075 #  x-axis: "X = CNFs per Service Chain"
8076 #  y-axis: "Y = Number of Service Chains"
8077 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8078 #  layout:
8079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8080 #    layout: "plot-service-density"
8081 #
8082 #- type: "plot"
8083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8084 #  algorithm: "plot_nf_heatmap"
8085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8086 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8087 #  filter: "'NIC_Intel-XL710' and
8088 #           'NF_DENSITY' and
8089 #           'DOCKER' and
8090 #           'CHAIN' and
8091 #           'NF_VPPIP4' and
8092 #           'IPSEC' and
8093 #           'TNL_4' and
8094 #           'IMIX' and
8095 #           '2T2C' and
8096 #           'MRR'"
8097 #  parameters:
8098 #  - "result"
8099 #  - "name"
8100 #  - "tags"
8101 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8102 #  x-axis: "X = CNFs per Service Chain"
8103 #  y-axis: "Y = Number of Service Chains"
8104 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8105 #  layout:
8106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8107 #    layout: "plot-service-density"
8108 #
8109 #- type: "plot"
8110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8111 #  algorithm: "plot_nf_heatmap"
8112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8113 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8114 #  filter: "'NIC_Intel-XL710' and
8115 #           'NF_DENSITY' and
8116 #           'DOCKER' and
8117 #           'CHAIN' and
8118 #           'NF_VPPIP4' and
8119 #           'IPSEC' and
8120 #           'TNL_4' and
8121 #           'IMIX' and
8122 #           '4T4C' and
8123 #           'MRR'"
8124 #  parameters:
8125 #  - "result"
8126 #  - "name"
8127 #  - "tags"
8128 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8129 #  x-axis: "X = CNFs per Service Chain"
8130 #  y-axis: "Y = Number of Service Chains"
8131 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8132 #  layout:
8133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8134 #    layout: "plot-service-density"
8135
8136 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8137 #- type: "plot"
8138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8139 #  algorithm: "plot_nf_heatmap"
8140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8141 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8142 #  filter: "'NIC_Intel-XL710' and
8143 #           'NF_DENSITY' and
8144 #           'DOCKER' and
8145 #           'CHAIN' and
8146 #           'NF_VPPIP4' and
8147 #           'IPSEC' and
8148 #           'TNL_4' and
8149 #           'IMIX' and
8150 #           '1T1C' and
8151 #           'NDRPDR'"
8152 #  parameters:
8153 #  - "throughput"
8154 #  - "name"
8155 #  - "tags"
8156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8157 #  x-axis: "X = CNFs per Service Chain"
8158 #  y-axis: "Y = Number of Service Chains"
8159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8160 #  layout:
8161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8162 #    layout: "plot-service-density"
8163 #
8164 #- type: "plot"
8165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8166 #  algorithm: "plot_nf_heatmap"
8167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8168 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8169 #  filter: "'NIC_Intel-XL710' and
8170 #           'NF_DENSITY' and
8171 #           'DOCKER' and
8172 #           'CHAIN' and
8173 #           'NF_VPPIP4' and
8174 #           'IPSEC' and
8175 #           'TNL_4' and
8176 #           'IMIX' and
8177 #           '2T2C' and
8178 #           'NDRPDR'"
8179 #  parameters:
8180 #  - "throughput"
8181 #  - "name"
8182 #  - "tags"
8183 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8184 #  x-axis: "X = CNFs per Service Chain"
8185 #  y-axis: "Y = Number of Service Chains"
8186 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8187 #  layout:
8188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8189 #    layout: "plot-service-density"
8190 #
8191 #- type: "plot"
8192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8193 #  algorithm: "plot_nf_heatmap"
8194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8195 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8196 #  filter: "'NIC_Intel-XL710' and
8197 #           'NF_DENSITY' and
8198 #           'DOCKER' and
8199 #           'CHAIN' and
8200 #           'NF_VPPIP4' and
8201 #           'IPSEC' and
8202 #           'TNL_4' and
8203 #           'IMIX' and
8204 #           '4T4C' and
8205 #           'NDRPDR'"
8206 #  parameters:
8207 #  - "throughput"
8208 #  - "name"
8209 #  - "tags"
8210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8211 #  x-axis: "X = CNFs per Service Chain"
8212 #  y-axis: "Y = Number of Service Chains"
8213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8214 #  layout:
8215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8216 #    layout: "plot-service-density"
8217 #
8218 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8219 #- type: "plot"
8220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8221 #  algorithm: "plot_nf_heatmap"
8222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8223 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8224 #  filter: "'NIC_Intel-XL710' and
8225 #           'NF_DENSITY' and
8226 #           'DOCKER' and
8227 #           'CHAIN' and
8228 #           'NF_VPPIP4' and
8229 #           'IPSEC' and
8230 #           'TNL_4' and
8231 #           'IMIX' and
8232 #           '1T1C' and
8233 #           'NDRPDR'"
8234 #  parameters:
8235 #  - "throughput"
8236 #  - "name"
8237 #  - "tags"
8238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8239 #  x-axis: "X = CNFs per Service Chain"
8240 #  y-axis: "Y = Number of Service Chains"
8241 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8242 #  layout:
8243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8244 #    layout: "plot-service-density"
8245 #
8246 #- type: "plot"
8247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8248 #  algorithm: "plot_nf_heatmap"
8249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8250 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8251 #  filter: "'NIC_Intel-XL710' and
8252 #           'NF_DENSITY' and
8253 #           'DOCKER' and
8254 #           'CHAIN' and
8255 #           'NF_VPPIP4' and
8256 #           'IPSEC' and
8257 #           'TNL_4' and
8258 #           'IMIX' and
8259 #           '2T2C' and
8260 #           'NDRPDR'"
8261 #  parameters:
8262 #  - "throughput"
8263 #  - "name"
8264 #  - "tags"
8265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8266 #  x-axis: "X = CNFs per Service Chain"
8267 #  y-axis: "Y = Number of Service Chains"
8268 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8269 #  layout:
8270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8271 #    layout: "plot-service-density"
8272 #
8273 #- type: "plot"
8274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8275 #  algorithm: "plot_nf_heatmap"
8276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8277 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8278 #  filter: "'NIC_Intel-XL710' and
8279 #           'NF_DENSITY' and
8280 #           'DOCKER' and
8281 #           'CHAIN' and
8282 #           'NF_VPPIP4' and
8283 #           'IPSEC' and
8284 #           'TNL_4' and
8285 #           'IMIX' and
8286 #           '4T4C' and
8287 #           'NDRPDR'"
8288 #  parameters:
8289 #  - "throughput"
8290 #  - "name"
8291 #  - "tags"
8292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8293 #  x-axis: "X = CNFs per Service Chain"
8294 #  y-axis: "Y = Number of Service Chains"
8295 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8296 #  layout:
8297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8298 #    layout: "plot-service-density"
8299
8300 ###############################################################################
8301
8302 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8303 #- type: "plot"
8304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8305 #  algorithm: "plot_nf_heatmap"
8306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8307 #  data: "plot-vpp-nfv-3n-skx-mrr"
8308 #  filter: "'NIC_Intel-XXV710' and
8309 #           'NF_DENSITY' and
8310 #           'DOCKER' and
8311 #           'CHAIN' and
8312 #           'NF_VPPIP4' and
8313 #           'IPSEC' and
8314 #           'TNL_1000' and
8315 #           'IMIX' and
8316 #           '2T1C' and
8317 #           'MRR'"
8318 #  parameters:
8319 #  - "result"
8320 #  - "name"
8321 #  - "tags"
8322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8323 #  x-axis: "X = CNFs per Service Chain"
8324 #  y-axis: "Y = Number of Service Chains"
8325 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8326 #  layout:
8327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8328 #    layout: "plot-service-density"
8329 #
8330 #- type: "plot"
8331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8332 #  algorithm: "plot_nf_heatmap"
8333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8334 #  data: "plot-vpp-nfv-3n-skx-mrr"
8335 #  filter: "'NIC_Intel-XXV710' and
8336 #           'NF_DENSITY' and
8337 #           'DOCKER' and
8338 #           'CHAIN' and
8339 #           'NF_VPPIP4' and
8340 #           'IPSEC' and
8341 #           'TNL_1000' and
8342 #           'IMIX' and
8343 #           '4T2C' and
8344 #           'MRR'"
8345 #  parameters:
8346 #  - "result"
8347 #  - "name"
8348 #  - "tags"
8349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8350 #  x-axis: "X = CNFs per Service Chain"
8351 #  y-axis: "Y = Number of Service Chains"
8352 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8353 #  layout:
8354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8355 #    layout: "plot-service-density"
8356 #
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8361 #  data: "plot-vpp-nfv-3n-skx-mrr"
8362 #  filter: "'NIC_Intel-XXV710' and
8363 #           'NF_DENSITY' and
8364 #           'DOCKER' and
8365 #           'CHAIN' and
8366 #           'NF_VPPIP4' and
8367 #           'IPSEC' and
8368 #           'TNL_1000' and
8369 #           'IMIX' and
8370 #           '8T4C' and
8371 #           'MRR'"
8372 #  parameters:
8373 #  - "result"
8374 #  - "name"
8375 #  - "tags"
8376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8377 #  x-axis: "X = CNFs per Service Chain"
8378 #  y-axis: "Y = Number of Service Chains"
8379 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8380 #  layout:
8381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8382 #    layout: "plot-service-density"
8383
8384 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8385 - type: "plot"
8386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8387   algorithm: "plot_nf_heatmap"
8388   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8389   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8390   filter: "'NIC_Intel-XXV710' and
8391            'NF_DENSITY' and
8392            'DOCKER' and
8393            'CHAIN' and
8394            'NF_VPPIP4' and
8395            'IPSEC' and
8396            'TNL_1000' and
8397            'IMIX' and
8398            '2T1C' and
8399            'NDRPDR'"
8400   parameters:
8401   - "throughput"
8402   - "name"
8403   - "tags"
8404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8405   x-axis: "X = CNFs per Service Chain"
8406   y-axis: "Y = Number of Service Chains"
8407   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8408   layout:
8409     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8410     layout: "plot-service-density"
8411
8412 - type: "plot"
8413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8414   algorithm: "plot_nf_heatmap"
8415   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8416   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8417   filter: "'NIC_Intel-XXV710' and
8418            'NF_DENSITY' and
8419            'DOCKER' and
8420            'CHAIN' and
8421            'NF_VPPIP4' and
8422            'IPSEC' and
8423            'TNL_1000' and
8424            'IMIX' and
8425            '4T2C' and
8426            'NDRPDR'"
8427   parameters:
8428   - "throughput"
8429   - "name"
8430   - "tags"
8431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8432   x-axis: "X = CNFs per Service Chain"
8433   y-axis: "Y = Number of Service Chains"
8434   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8435   layout:
8436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8437     layout: "plot-service-density"
8438
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8443   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8444   filter: "'NIC_Intel-XXV710' and
8445            'NF_DENSITY' and
8446            'DOCKER' and
8447            'CHAIN' and
8448            'NF_VPPIP4' and
8449            'IPSEC' and
8450            'TNL_1000' and
8451            'IMIX' and
8452            '8T4C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8464     layout: "plot-service-density"
8465
8466 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8467 - type: "plot"
8468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8469   algorithm: "plot_nf_heatmap"
8470   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8471   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8472   filter: "'NIC_Intel-XXV710' and
8473            'NF_DENSITY' and
8474            'DOCKER' and
8475            'CHAIN' and
8476            'NF_VPPIP4' and
8477            'IPSEC' and
8478            'TNL_1000' and
8479            'IMIX' and
8480            '2T1C' and
8481            'NDRPDR'"
8482   parameters:
8483   - "throughput"
8484   - "name"
8485   - "tags"
8486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8487   x-axis: "X = CNFs per Service Chain"
8488   y-axis: "Y = Number of Service Chains"
8489   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8490   layout:
8491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8492     layout: "plot-service-density"
8493
8494 - type: "plot"
8495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8496   algorithm: "plot_nf_heatmap"
8497   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8498   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8499   filter: "'NIC_Intel-XXV710' and
8500            'NF_DENSITY' and
8501            'DOCKER' and
8502            'CHAIN' and
8503            'NF_VPPIP4' and
8504            'IPSEC' and
8505            'TNL_1000' and
8506            'IMIX' and
8507            '4T2C' and
8508            'NDRPDR'"
8509   parameters:
8510   - "throughput"
8511   - "name"
8512   - "tags"
8513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8514   x-axis: "X = CNFs per Service Chain"
8515   y-axis: "Y = Number of Service Chains"
8516   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8517   layout:
8518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8519     layout: "plot-service-density"
8520
8521 - type: "plot"
8522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8523   algorithm: "plot_nf_heatmap"
8524   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8525   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8526   filter: "'NIC_Intel-XXV710' and
8527            'NF_DENSITY' and
8528            'DOCKER' and
8529            'CHAIN' and
8530            'NF_VPPIP4' and
8531            'IPSEC' and
8532            'TNL_1000' and
8533            'IMIX' and
8534            '8T4C' and
8535            'NDRPDR'"
8536   parameters:
8537   - "throughput"
8538   - "name"
8539   - "tags"
8540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8541   x-axis: "X = CNFs per Service Chain"
8542   y-axis: "Y = Number of Service Chains"
8543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8544   layout:
8545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8546     layout: "plot-service-density"
8547
8548 ###############################################################################
8549
8550 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8551 #- type: "plot"
8552 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8553 #  algorithm: "plot_nf_heatmap"
8554 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8555 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8556 #  filter: "'NIC_Intel-XL710' and
8557 #           'NF_DENSITY' and
8558 #           'DOCKER' and
8559 #           'CHAIN' and
8560 #           'NF_VPPIP4' and
8561 #           'IMIX' and
8562 #           'TNL_1000' and
8563 #           '1T1C' and
8564 #           'MRR'"
8565 #  parameters:
8566 #  - "result"
8567 #  - "name"
8568 #  - "tags"
8569 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8570 #  x-axis: "X = CNFs per Service Chain"
8571 #  y-axis: "Y = Number of Service Chains"
8572 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8573 #  layout:
8574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8575 #    layout: "plot-service-density"
8576 #
8577 #- type: "plot"
8578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8579 #  algorithm: "plot_nf_heatmap"
8580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8581 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8582 #  filter: "'NIC_Intel-XL710' and
8583 #           'NF_DENSITY' and
8584 #           'DOCKER' and
8585 #           'CHAIN' and
8586 #           'NF_VPPIP4' and
8587 #           'IPSEC' and
8588 #           'TNL_1000' and
8589 #           'IMIX' and
8590 #           '2T2C' and
8591 #           'MRR'"
8592 #  parameters:
8593 #  - "result"
8594 #  - "name"
8595 #  - "tags"
8596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8597 #  x-axis: "X = CNFs per Service Chain"
8598 #  y-axis: "Y = Number of Service Chains"
8599 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8600 #  layout:
8601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8602 #    layout: "plot-service-density"
8603 #
8604 #- type: "plot"
8605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8606 #  algorithm: "plot_nf_heatmap"
8607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8608 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8609 #  filter: "'NIC_Intel-XL710' and
8610 #           'NF_DENSITY' and
8611 #           'DOCKER' and
8612 #           'CHAIN' and
8613 #           'NF_VPPIP4' and
8614 #           'IPSEC' and
8615 #           'TNL_1000' and
8616 #           'IMIX' and
8617 #           '4T4C' and
8618 #           'MRR'"
8619 #  parameters:
8620 #  - "result"
8621 #  - "name"
8622 #  - "tags"
8623 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8624 #  x-axis: "X = CNFs per Service Chain"
8625 #  y-axis: "Y = Number of Service Chains"
8626 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8627 #  layout:
8628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8629 #    layout: "plot-service-density"
8630
8631 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8632 #- type: "plot"
8633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8634 #  algorithm: "plot_nf_heatmap"
8635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8636 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8637 #  filter: "'NIC_Intel-XL710' and
8638 #           'NF_DENSITY' and
8639 #           'DOCKER' and
8640 #           'CHAIN' and
8641 #           'NF_VPPIP4' and
8642 #           'IPSEC' and
8643 #           'TNL_1000' and
8644 #           'IMIX' and
8645 #           '1T1C' and
8646 #           'NDRPDR'"
8647 #  parameters:
8648 #  - "throughput"
8649 #  - "name"
8650 #  - "tags"
8651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8652 #  x-axis: "X = CNFs per Service Chain"
8653 #  y-axis: "Y = Number of Service Chains"
8654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8655 #  layout:
8656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8657 #    layout: "plot-service-density"
8658 #
8659 #- type: "plot"
8660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8661 #  algorithm: "plot_nf_heatmap"
8662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8663 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8664 #  filter: "'NIC_Intel-XL710' and
8665 #           'NF_DENSITY' and
8666 #           'DOCKER' and
8667 #           'CHAIN' and
8668 #           'NF_VPPIP4' and
8669 #           'IPSEC' and
8670 #           'TNL_1000' and
8671 #           'IMIX' and
8672 #           '2T2C' and
8673 #           'NDRPDR'"
8674 #  parameters:
8675 #  - "throughput"
8676 #  - "name"
8677 #  - "tags"
8678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8679 #  x-axis: "X = CNFs per Service Chain"
8680 #  y-axis: "Y = Number of Service Chains"
8681 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8682 #  layout:
8683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8684 #    layout: "plot-service-density"
8685 #
8686 #- type: "plot"
8687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8688 #  algorithm: "plot_nf_heatmap"
8689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8690 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8691 #  filter: "'NIC_Intel-XL710' and
8692 #           'NF_DENSITY' and
8693 #           'DOCKER' and
8694 #           'CHAIN' and
8695 #           'NF_VPPIP4' and
8696 #           'IPSEC' and
8697 #           'TNL_1000' and
8698 #           'IMIX' and
8699 #           '4T4C' and
8700 #           'NDRPDR'"
8701 #  parameters:
8702 #  - "throughput"
8703 #  - "name"
8704 #  - "tags"
8705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706 #  x-axis: "X = CNFs per Service Chain"
8707 #  y-axis: "Y = Number of Service Chains"
8708 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8709 #  layout:
8710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8711 #    layout: "plot-service-density"
8712 #
8713 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8714 #- type: "plot"
8715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8716 #  algorithm: "plot_nf_heatmap"
8717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8718 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8719 #  filter: "'NIC_Intel-XL710' and
8720 #           'NF_DENSITY' and
8721 #           'DOCKER' and
8722 #           'CHAIN' and
8723 #           'NF_VPPIP4' and
8724 #           'IPSEC' and
8725 #           'TNL_1000' and
8726 #           'IMIX' and
8727 #           '1T1C' and
8728 #           'NDRPDR'"
8729 #  parameters:
8730 #  - "throughput"
8731 #  - "name"
8732 #  - "tags"
8733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8734 #  x-axis: "X = CNFs per Service Chain"
8735 #  y-axis: "Y = Number of Service Chains"
8736 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8737 #  layout:
8738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8739 #    layout: "plot-service-density"
8740 #
8741 #- type: "plot"
8742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8743 #  algorithm: "plot_nf_heatmap"
8744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8745 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8746 #  filter: "'NIC_Intel-XL710' and
8747 #           'NF_DENSITY' and
8748 #           'DOCKER' and
8749 #           'CHAIN' and
8750 #           'NF_VPPIP4' and
8751 #           'IPSEC' and
8752 #           'TNL_1000' and
8753 #           'IMIX' and
8754 #           '2T2C' and
8755 #           'NDRPDR'"
8756 #  parameters:
8757 #  - "throughput"
8758 #  - "name"
8759 #  - "tags"
8760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8761 #  x-axis: "X = CNFs per Service Chain"
8762 #  y-axis: "Y = Number of Service Chains"
8763 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8764 #  layout:
8765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8766 #    layout: "plot-service-density"
8767 #
8768 #- type: "plot"
8769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8770 #  algorithm: "plot_nf_heatmap"
8771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8772 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8773 #  filter: "'NIC_Intel-XL710' and
8774 #           'NF_DENSITY' and
8775 #           'DOCKER' and
8776 #           'CHAIN' and
8777 #           'NF_VPPIP4' and
8778 #           'IPSEC' and
8779 #           'TNL_1000' and
8780 #           'IMIX' and
8781 #           '4T4C' and
8782 #           'NDRPDR'"
8783 #  parameters:
8784 #  - "throughput"
8785 #  - "name"
8786 #  - "tags"
8787 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788 #  x-axis: "X = CNFs per Service Chain"
8789 #  y-axis: "Y = Number of Service Chains"
8790 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8791 #  layout:
8792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8793 #    layout: "plot-service-density"
8794
8795 ###############################################################################
8796
8797 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8798 #- type: "plot"
8799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8800 #  algorithm: "plot_nf_heatmap"
8801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8802 #  data: "plot-vpp-nfv-3n-skx-mrr"
8803 #  filter: "'NIC_Intel-XXV710' and
8804 #           'NF_DENSITY' and
8805 #           'DOCKER' and
8806 #           'CHAIN' and
8807 #           'NF_VPPIP4' and
8808 #           'IPSEC' and
8809 #           'TNL_10000' and
8810 #           'IMIX' and
8811 #           '2T1C' and
8812 #           'MRR'"
8813 #  parameters:
8814 #  - "result"
8815 #  - "name"
8816 #  - "tags"
8817 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8818 #  x-axis: "X = CNFs per Service Chain"
8819 #  y-axis: "Y = Number of Service Chains"
8820 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8821 #  layout:
8822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8823 #    layout: "plot-service-density"
8824 #
8825 #- type: "plot"
8826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8827 #  algorithm: "plot_nf_heatmap"
8828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8829 #  data: "plot-vpp-nfv-3n-skx-mrr"
8830 #  filter: "'NIC_Intel-XXV710' and
8831 #           'NF_DENSITY' and
8832 #           'DOCKER' and
8833 #           'CHAIN' and
8834 #           'NF_VPPIP4' and
8835 #           'IPSEC' and
8836 #           'TNL_10000' and
8837 #           'IMIX' and
8838 #           '4T2C' and
8839 #           'MRR'"
8840 #  parameters:
8841 #  - "result"
8842 #  - "name"
8843 #  - "tags"
8844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8845 #  x-axis: "X = CNFs per Service Chain"
8846 #  y-axis: "Y = Number of Service Chains"
8847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8848 #  layout:
8849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8850 #    layout: "plot-service-density"
8851 #
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8856 #  data: "plot-vpp-nfv-3n-skx-mrr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_10000' and
8864 #           'IMIX' and
8865 #           '8T4C' and
8866 #           'MRR'"
8867 #  parameters:
8868 #  - "result"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8877 #    layout: "plot-service-density"
8878
8879 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8880 - type: "plot"
8881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8882   algorithm: "plot_nf_heatmap"
8883   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8884   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8885   filter: "'NIC_Intel-XXV710' and
8886            'NF_DENSITY' and
8887            'DOCKER' and
8888            'CHAIN' and
8889            'NF_VPPIP4' and
8890            'IPSEC' and
8891            'TNL_10000' and
8892            'IMIX' and
8893            '2T1C' and
8894            'NDRPDR'"
8895   parameters:
8896   - "throughput"
8897   - "name"
8898   - "tags"
8899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8900   x-axis: "X = CNFs per Service Chain"
8901   y-axis: "Y = Number of Service Chains"
8902   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8903   layout:
8904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8905     layout: "plot-service-density"
8906
8907 - type: "plot"
8908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8909   algorithm: "plot_nf_heatmap"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8911   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8912   filter: "'NIC_Intel-XXV710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IPSEC' and
8918            'TNL_10000' and
8919            'IMIX' and
8920            '4T2C' and
8921            'NDRPDR'"
8922   parameters:
8923   - "throughput"
8924   - "name"
8925   - "tags"
8926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8927   x-axis: "X = CNFs per Service Chain"
8928   y-axis: "Y = Number of Service Chains"
8929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8930   layout:
8931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8932     layout: "plot-service-density"
8933
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939   filter: "'NIC_Intel-XXV710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_10000' and
8946            'IMIX' and
8947            '8T4C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8959     layout: "plot-service-density"
8960
8961 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8962 - type: "plot"
8963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8964   algorithm: "plot_nf_heatmap"
8965   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8966   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8967   filter: "'NIC_Intel-XXV710' and
8968            'NF_DENSITY' and
8969            'DOCKER' and
8970            'CHAIN' and
8971            'NF_VPPIP4' and
8972            'IPSEC' and
8973            'TNL_10000' and
8974            'IMIX' and
8975            '2T1C' and
8976            'NDRPDR'"
8977   parameters:
8978   - "throughput"
8979   - "name"
8980   - "tags"
8981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8982   x-axis: "X = CNFs per Service Chain"
8983   y-axis: "Y = Number of Service Chains"
8984   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8985   layout:
8986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8987     layout: "plot-service-density"
8988
8989 - type: "plot"
8990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8991   algorithm: "plot_nf_heatmap"
8992   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8993   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8994   filter: "'NIC_Intel-XXV710' and
8995            'NF_DENSITY' and
8996            'DOCKER' and
8997            'CHAIN' and
8998            'NF_VPPIP4' and
8999            'IPSEC' and
9000            'TNL_10000' and
9001            'IMIX' and
9002            '4T2C' and
9003            'NDRPDR'"
9004   parameters:
9005   - "throughput"
9006   - "name"
9007   - "tags"
9008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9009   x-axis: "X = CNFs per Service Chain"
9010   y-axis: "Y = Number of Service Chains"
9011   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9012   layout:
9013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9014     layout: "plot-service-density"
9015
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9020   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9021   filter: "'NIC_Intel-XXV710' and
9022            'NF_DENSITY' and
9023            'DOCKER' and
9024            'CHAIN' and
9025            'NF_VPPIP4' and
9026            'IPSEC' and
9027            'TNL_10000' and
9028            'IMIX' and
9029            '8T4C' and
9030            'NDRPDR'"
9031   parameters:
9032   - "throughput"
9033   - "name"
9034   - "tags"
9035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9036   x-axis: "X = CNFs per Service Chain"
9037   y-axis: "Y = Number of Service Chains"
9038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9039   layout:
9040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9041     layout: "plot-service-density"
9042
9043 ###############################################################################
9044
9045 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9046 #- type: "plot"
9047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9048 #  algorithm: "plot_nf_heatmap"
9049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9050 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9051 #  filter: "'NIC_Intel-XL710' and
9052 #           'NF_DENSITY' and
9053 #           'DOCKER' and
9054 #           'CHAIN' and
9055 #           'NF_VPPIP4' and
9056 #           'IMIX' and
9057 #           'TNL_10000' and
9058 #           '1T1C' and
9059 #           'MRR'"
9060 #  parameters:
9061 #  - "result"
9062 #  - "name"
9063 #  - "tags"
9064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9065 #  x-axis: "X = CNFs per Service Chain"
9066 #  y-axis: "Y = Number of Service Chains"
9067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9068 #  layout:
9069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9070 #    layout: "plot-service-density"
9071 #
9072 #- type: "plot"
9073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9074 #  algorithm: "plot_nf_heatmap"
9075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9076 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9077 #  filter: "'NIC_Intel-XL710' and
9078 #           'NF_DENSITY' and
9079 #           'DOCKER' and
9080 #           'CHAIN' and
9081 #           'NF_VPPIP4' and
9082 #           'IPSEC' and
9083 #           'TNL_10000' and
9084 #           'IMIX' and
9085 #           '2T2C' and
9086 #           'MRR'"
9087 #  parameters:
9088 #  - "result"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Chain"
9093 #  y-axis: "Y = Number of Service Chains"
9094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9103 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9104 #  filter: "'NIC_Intel-XL710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'CHAIN' and
9108 #           'NF_VPPIP4' and
9109 #           'IPSEC' and
9110 #           'TNL_10000' and
9111 #           'IMIX' and
9112 #           '4T4C' and
9113 #           'MRR'"
9114 #  parameters:
9115 #  - "result"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9124 #    layout: "plot-service-density"
9125
9126 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9127 #- type: "plot"
9128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9129 #  algorithm: "plot_nf_heatmap"
9130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9131 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9132 #  filter: "'NIC_Intel-XL710' and
9133 #           'NF_DENSITY' and
9134 #           'DOCKER' and
9135 #           'CHAIN' and
9136 #           'NF_VPPIP4' and
9137 #           'IPSEC' and
9138 #           'TNL_10000' and
9139 #           'IMIX' and
9140 #           '1T1C' and
9141 #           'NDRPDR'"
9142 #  parameters:
9143 #  - "throughput"
9144 #  - "name"
9145 #  - "tags"
9146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9147 #  x-axis: "X = CNFs per Service Chain"
9148 #  y-axis: "Y = Number of Service Chains"
9149 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9150 #  layout:
9151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9152 #    layout: "plot-service-density"
9153 #
9154 #- type: "plot"
9155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9156 #  algorithm: "plot_nf_heatmap"
9157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9158 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9159 #  filter: "'NIC_Intel-XL710' and
9160 #           'NF_DENSITY' and
9161 #           'DOCKER' and
9162 #           'CHAIN' and
9163 #           'NF_VPPIP4' and
9164 #           'IPSEC' and
9165 #           'TNL_10000' and
9166 #           'IMIX' and
9167 #           '2T2C' and
9168 #           'NDRPDR'"
9169 #  parameters:
9170 #  - "throughput"
9171 #  - "name"
9172 #  - "tags"
9173 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9177 #  layout:
9178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9179 #    layout: "plot-service-density"
9180 #
9181 #- type: "plot"
9182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9183 #  algorithm: "plot_nf_heatmap"
9184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9185 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186 #  filter: "'NIC_Intel-XL710' and
9187 #           'NF_DENSITY' and
9188 #           'DOCKER' and
9189 #           'CHAIN' and
9190 #           'NF_VPPIP4' and
9191 #           'IPSEC' and
9192 #           'TNL_10000' and
9193 #           'IMIX' and
9194 #           '4T4C' and
9195 #           'NDRPDR'"
9196 #  parameters:
9197 #  - "throughput"
9198 #  - "name"
9199 #  - "tags"
9200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201 #  x-axis: "X = CNFs per Service Chain"
9202 #  y-axis: "Y = Number of Service Chains"
9203 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204 #  layout:
9205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9206 #    layout: "plot-service-density"
9207 #
9208 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9209 #- type: "plot"
9210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9211 #  algorithm: "plot_nf_heatmap"
9212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9213 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9214 #  filter: "'NIC_Intel-XL710' and
9215 #           'NF_DENSITY' and
9216 #           'DOCKER' and
9217 #           'CHAIN' and
9218 #           'NF_VPPIP4' and
9219 #           'IPSEC' and
9220 #           'TNL_10000' and
9221 #           'IMIX' and
9222 #           '1T1C' and
9223 #           'NDRPDR'"
9224 #  parameters:
9225 #  - "throughput"
9226 #  - "name"
9227 #  - "tags"
9228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9229 #  x-axis: "X = CNFs per Service Chain"
9230 #  y-axis: "Y = Number of Service Chains"
9231 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9232 #  layout:
9233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9234 #    layout: "plot-service-density"
9235 #
9236 #- type: "plot"
9237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9238 #  algorithm: "plot_nf_heatmap"
9239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9240 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9241 #  filter: "'NIC_Intel-XL710' and
9242 #           'NF_DENSITY' and
9243 #           'DOCKER' and
9244 #           'CHAIN' and
9245 #           'NF_VPPIP4' and
9246 #           'IPSEC' and
9247 #           'TNL_10000' and
9248 #           'IMIX' and
9249 #           '2T2C' and
9250 #           'NDRPDR'"
9251 #  parameters:
9252 #  - "throughput"
9253 #  - "name"
9254 #  - "tags"
9255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9256 #  x-axis: "X = CNFs per Service Chain"
9257 #  y-axis: "Y = Number of Service Chains"
9258 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9259 #  layout:
9260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9261 #    layout: "plot-service-density"
9262 #
9263 #- type: "plot"
9264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9265 #  algorithm: "plot_nf_heatmap"
9266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9267 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9268 #  filter: "'NIC_Intel-XL710' and
9269 #           'NF_DENSITY' and
9270 #           'DOCKER' and
9271 #           'CHAIN' and
9272 #           'NF_VPPIP4' and
9273 #           'IPSEC' and
9274 #           'TNL_10000' and
9275 #           'IMIX' and
9276 #           '4T4C' and
9277 #           'NDRPDR'"
9278 #  parameters:
9279 #  - "throughput"
9280 #  - "name"
9281 #  - "tags"
9282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9283 #  x-axis: "X = CNFs per Service Chain"
9284 #  y-axis: "Y = Number of Service Chains"
9285 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9286 #  layout:
9287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9288 #    layout: "plot-service-density"
9289
9290 ###############################################################################
9291
9292 # Plots - NF Density - CSP - MRR IMIX
9293 - type: "plot"
9294   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9295   algorithm: "plot_nf_heatmap"
9296   output-file-type: ".html"
9297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9298   data: "plot-vpp-nfv-2n-skx-mrr"
9299   filter: "'NIC_Intel-XXV710' and
9300            'NF_DENSITY' and
9301            'DOCKER' and
9302            'PIPELINE' and
9303            'NF_VPPIP4' and
9304            'IMIX' and
9305            '2T1C' and
9306            'MRR'"
9307   parameters:
9308   - "result"
9309   - "name"
9310   - "tags"
9311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9312   x-axis: "X = CNFs per Service Pipeline"
9313   y-axis: "Y = Number of Service Pipelines"
9314   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9315   layout:
9316     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9317     layout: "plot-service-density"
9318
9319 - type: "plot"
9320   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9321   algorithm: "plot_nf_heatmap"
9322   output-file-type: ".html"
9323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9324   data: "plot-vpp-nfv-2n-skx-mrr"
9325   filter: "'NIC_Intel-XXV710' and
9326            'NF_DENSITY' and
9327            'DOCKER' and
9328            'PIPELINE' and
9329            'NF_VPPIP4' and
9330            'IMIX' and
9331            '4T2C' and
9332            'MRR'"
9333   parameters:
9334   - "result"
9335   - "name"
9336   - "tags"
9337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9338   x-axis: "X = CNFs per Service Pipeline"
9339   y-axis: "Y = Number of Service Pipelines"
9340   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9341   layout:
9342     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9343     layout: "plot-service-density"
9344
9345 - type: "plot"
9346   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9347   algorithm: "plot_nf_heatmap"
9348   output-file-type: ".html"
9349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9350   data: "plot-vpp-nfv-2n-skx-mrr"
9351   filter: "'NIC_Intel-XXV710' and
9352            'NF_DENSITY' and
9353            'DOCKER' and
9354            'PIPELINE' and
9355            'NF_VPPIP4' and
9356            'IMIX' and
9357            '8T4C' and
9358            'MRR'"
9359   parameters:
9360   - "result"
9361   - "name"
9362   - "tags"
9363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9364   x-axis: "X = CNFs per Service Pipeline"
9365   y-axis: "Y = Number of Service Pipelines"
9366   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9367   layout:
9368     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9369     layout: "plot-service-density"
9370
9371 # Plots - NF Density - CSP - NDR IMIX
9372 - type: "plot"
9373   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9374   algorithm: "plot_nf_heatmap"
9375   output-file-type: ".html"
9376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9377   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9378   filter: "'NIC_Intel-XXV710' and
9379            'NF_DENSITY' and
9380            'DOCKER' and
9381            'PIPELINE' and
9382            'NF_VPPIP4' and
9383            'IMIX' and
9384            '2T1C' and
9385            'NDRPDR'"
9386   parameters:
9387   - "throughput"
9388   - "name"
9389   - "tags"
9390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9391   x-axis: "X = CNFs per Service Pipeline"
9392   y-axis: "Y = Number of Service Pipelines"
9393   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9394   layout:
9395     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9396     layout: "plot-service-density"
9397
9398 - type: "plot"
9399   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9400   algorithm: "plot_nf_heatmap"
9401   output-file-type: ".html"
9402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9403   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9404   filter: "'NIC_Intel-XXV710' and
9405            'NF_DENSITY' and
9406            'DOCKER' and
9407            'PIPELINE' and
9408            'NF_VPPIP4' and
9409            'IMIX' and
9410            '4T2C' and
9411            'NDRPDR'"
9412   parameters:
9413   - "throughput"
9414   - "name"
9415   - "tags"
9416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9417   x-axis: "X = CNFs per Service Pipeline"
9418   y-axis: "Y = Number of Service Pipelines"
9419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9420   layout:
9421     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9422     layout: "plot-service-density"
9423
9424 - type: "plot"
9425   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9426   algorithm: "plot_nf_heatmap"
9427   output-file-type: ".html"
9428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9429   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9430   filter: "'NIC_Intel-XXV710' and
9431            'NF_DENSITY' and
9432            'DOCKER' and
9433            'PIPELINE' and
9434            'NF_VPPIP4' and
9435            'IMIX' and
9436            '8T4C' and
9437            'NDRPDR'"
9438   parameters:
9439   - "throughput"
9440   - "name"
9441   - "tags"
9442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9443   x-axis: "X = CNFs per Service Pipeline"
9444   y-axis: "Y = Number of Service Pipelines"
9445   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9446   layout:
9447     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9448     layout: "plot-service-density"
9449
9450 # Plots - NF Density - CSP - PDR IMIX
9451 - type: "plot"
9452   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9453   algorithm: "plot_nf_heatmap"
9454   output-file-type: ".html"
9455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9456   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9457   filter: "'NIC_Intel-XXV710' and
9458            'NF_DENSITY' and
9459            'DOCKER' and
9460            'PIPELINE' and
9461            'NF_VPPIP4' and
9462            'IMIX' and
9463            '2T1C' and
9464            'NDRPDR'"
9465   parameters:
9466   - "throughput"
9467   - "name"
9468   - "tags"
9469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9470   x-axis: "X = CNFs per Service Pipeline"
9471   y-axis: "Y = Number of Service Pipelines"
9472   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9473   layout:
9474     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9475     layout: "plot-service-density"
9476
9477 - type: "plot"
9478   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9479   algorithm: "plot_nf_heatmap"
9480   output-file-type: ".html"
9481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9482   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9483   filter: "'NIC_Intel-XXV710' and
9484            'NF_DENSITY' and
9485            'DOCKER' and
9486            'PIPELINE' and
9487            'NF_VPPIP4' and
9488            'IMIX' and
9489            '4T2C' and
9490            'NDRPDR'"
9491   parameters:
9492   - "throughput"
9493   - "name"
9494   - "tags"
9495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9496   x-axis: "X = CNFs per Service Pipeline"
9497   y-axis: "Y = Number of Service Pipelines"
9498   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9499   layout:
9500     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9501     layout: "plot-service-density"
9502
9503 - type: "plot"
9504   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9505   algorithm: "plot_nf_heatmap"
9506   output-file-type: ".html"
9507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9508   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9509   filter: "'NIC_Intel-XXV710' and
9510            'NF_DENSITY' and
9511            'DOCKER' and
9512            'PIPELINE' and
9513            'NF_VPPIP4' and
9514            'IMIX' and
9515            '8T4C' and
9516            'NDRPDR'"
9517   parameters:
9518   - "throughput"
9519   - "name"
9520   - "tags"
9521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9522   x-axis: "X = CNFs per Service Pipeline"
9523   y-axis: "Y = Number of Service Pipelines"
9524   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9525   layout:
9526     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9527     layout: "plot-service-density"
9528
9529 ###############################################################################
9530 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9531
9532 - type: "plot"
9533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9534   algorithm: "plot_nf_heatmap"
9535   output-file-type: ".html"
9536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9537   data: "plot-vpp-nfv-2n-clx-mrr"
9538   filter: "'NIC_Intel-XXV710' and
9539            'NF_DENSITY' and
9540            'VHOST' and
9541            not 'VXLAN' and
9542            'CHAIN' and
9543            'NF_VPPIP4' and
9544            'IMIX' and
9545            '2T1C' and
9546            'MRR'"
9547   parameters:
9548   - "result"
9549   - "name"
9550   - "tags"
9551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9552   x-axis: "X = VNFs per Service Chain"
9553   y-axis: "Y = Number of Service Chains"
9554   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9555   layout:
9556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9557     layout: "plot-service-density"
9558
9559 - type: "plot"
9560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9561   algorithm: "plot_nf_heatmap"
9562   output-file-type: ".html"
9563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9564   data: "plot-vpp-nfv-2n-clx-mrr"
9565   filter: "'NIC_Intel-XXV710' and
9566            'NF_DENSITY' and
9567            'VHOST' and
9568            not 'VXLAN' and
9569            'CHAIN' and
9570            'NF_VPPIP4' and
9571            'IMIX' and
9572            '4T2C' and
9573            'MRR'"
9574   parameters:
9575   - "result"
9576   - "name"
9577   - "tags"
9578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9579   x-axis: "X = VNFs per Service Chain"
9580   y-axis: "Y = Number of Service Chains"
9581   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9582   layout:
9583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9584     layout: "plot-service-density"
9585
9586 - type: "plot"
9587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9588   algorithm: "plot_nf_heatmap"
9589   output-file-type: ".html"
9590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9591   data: "plot-vpp-nfv-2n-clx-mrr"
9592   filter: "'NIC_Intel-XXV710' and
9593            'NF_DENSITY' and
9594            'VHOST' and
9595            not 'VXLAN' and
9596            'CHAIN' and
9597            'NF_VPPIP4' and
9598            'IMIX' and
9599            '8T4C' and
9600            'MRR'"
9601   parameters:
9602   - "result"
9603   - "name"
9604   - "tags"
9605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9606   x-axis: "X = VNFs per Service Chain"
9607   y-axis: "Y = Number of Service Chains"
9608   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9609   layout:
9610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9611     layout: "plot-service-density"
9612
9613 # Plots - NF Density - VSC - NDR IMIX
9614 - type: "plot"
9615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9616   algorithm: "plot_nf_heatmap"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9619   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9620   filter: "'NIC_Intel-XXV710' and
9621            'NF_DENSITY' and
9622            'VHOST' and
9623            not 'VXLAN' and
9624            'CHAIN' and
9625            'NF_VPPIP4' and
9626            'IMIX' and
9627            '2T1C' and
9628            'NDRPDR'"
9629   parameters:
9630   - "throughput"
9631   - "name"
9632   - "tags"
9633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9634   x-axis: "X = VNFs per Service Chain"
9635   y-axis: "Y = Number of Service Chains"
9636   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9637   layout:
9638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9639     layout: "plot-service-density"
9640
9641 - type: "plot"
9642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9643   algorithm: "plot_nf_heatmap"
9644   output-file-type: ".html"
9645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9646   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9647   filter: "'NIC_Intel-XXV710' and
9648            'NF_DENSITY' and
9649            'VHOST' and
9650            not 'VXLAN' and
9651            'CHAIN' and
9652            'NF_VPPIP4' and
9653            'IMIX' and
9654            '4T2C' and
9655            'NDRPDR'"
9656   parameters:
9657   - "throughput"
9658   - "name"
9659   - "tags"
9660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9661   x-axis: "X = VNFs per Service Chain"
9662   y-axis: "Y = Number of Service Chains"
9663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9664   layout:
9665     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9666     layout: "plot-service-density"
9667
9668 - type: "plot"
9669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9670   algorithm: "plot_nf_heatmap"
9671   output-file-type: ".html"
9672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9674   filter: "'NIC_Intel-XXV710' and
9675            'NF_DENSITY' and
9676            'VHOST' and
9677            not 'VXLAN' and
9678            'CHAIN' and
9679            'NF_VPPIP4' and
9680            'IMIX' and
9681            '8T4C' and
9682            'NDRPDR'"
9683   parameters:
9684   - "throughput"
9685   - "name"
9686   - "tags"
9687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9688   x-axis: "X = VNFs per Service Chain"
9689   y-axis: "Y = Number of Service Chains"
9690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9691   layout:
9692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9693     layout: "plot-service-density"
9694
9695 # Plots - NF Density - VSC - PDR IMIX
9696 - type: "plot"
9697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9698   algorithm: "plot_nf_heatmap"
9699   output-file-type: ".html"
9700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9702   filter: "'NIC_Intel-XXV710' and
9703            'NF_DENSITY' and
9704            'VHOST' and
9705            not 'VXLAN' and
9706            'CHAIN' and
9707            'NF_VPPIP4' and
9708            'IMIX' and
9709            '2T1C' and
9710            'NDRPDR'"
9711   parameters:
9712   - "throughput"
9713   - "name"
9714   - "tags"
9715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9716   x-axis: "X = VNFs per Service Chain"
9717   y-axis: "Y = Number of Service Chains"
9718   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9719   layout:
9720     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9721     layout: "plot-service-density"
9722
9723 - type: "plot"
9724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9725   algorithm: "plot_nf_heatmap"
9726   output-file-type: ".html"
9727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9728   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9729   filter: "'NIC_Intel-XXV710' and
9730            'NF_DENSITY' and
9731            'VHOST' and
9732            not 'VXLAN' and
9733            'CHAIN' and
9734            'NF_VPPIP4' and
9735            'IMIX' and
9736            '4T2C' and
9737            'NDRPDR'"
9738   parameters:
9739   - "throughput"
9740   - "name"
9741   - "tags"
9742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9743   x-axis: "X = VNFs per Service Chain"
9744   y-axis: "Y = Number of Service Chains"
9745   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9746   layout:
9747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9748     layout: "plot-service-density"
9749
9750 - type: "plot"
9751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9752   algorithm: "plot_nf_heatmap"
9753   output-file-type: ".html"
9754   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9755   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9756   filter: "'NIC_Intel-XXV710' and
9757            'NF_DENSITY' and
9758            'VHOST' and
9759            not 'VXLAN' and
9760            'CHAIN' and
9761            'NF_VPPIP4' and
9762            'IMIX' and
9763            '8T4C' and
9764            'NDRPDR'"
9765   parameters:
9766   - "throughput"
9767   - "name"
9768   - "tags"
9769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9770   x-axis: "X = VNFs per Service Chain"
9771   y-axis: "Y = Number of Service Chains"
9772   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9773   layout:
9774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9775     layout: "plot-service-density"
9776
9777 # Plots - NF Density - VSC - MRR IMIX
9778 - type: "plot"
9779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9780   algorithm: "plot_nf_heatmap"
9781   output-file-type: ".html"
9782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9783   data: "plot-vpp-nfv-2n-clx-mrr"
9784   filter: "'NIC_Intel-XXV710' and
9785            'NF_DENSITY' and
9786            'VHOST' and
9787            'VXLAN' and
9788            'CHAIN' and
9789            'IMIX' and
9790            '2T1C' and
9791            'MRR'"
9792   parameters:
9793   - "result"
9794   - "name"
9795   - "tags"
9796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9797   x-axis: "X = VNFs per Service Chain"
9798   y-axis: "Y = Number of Service Chains"
9799   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9800   layout:
9801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9802     layout: "plot-service-density"
9803
9804 - type: "plot"
9805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9806   algorithm: "plot_nf_heatmap"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9809   data: "plot-vpp-nfv-2n-clx-mrr"
9810   filter: "'NIC_Intel-XXV710' and
9811            'NF_DENSITY' and
9812            'VHOST' and
9813            'VXLAN' and
9814            'CHAIN' and
9815            'IMIX' and
9816            '4T2C' and
9817            'MRR'"
9818   parameters:
9819   - "result"
9820   - "name"
9821   - "tags"
9822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = VNFs per Service Chain"
9824   y-axis: "Y = Number of Service Chains"
9825   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9828     layout: "plot-service-density"
9829
9830 - type: "plot"
9831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9832   algorithm: "plot_nf_heatmap"
9833   output-file-type: ".html"
9834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9835   data: "plot-vpp-nfv-2n-clx-mrr"
9836   filter: "'NIC_Intel-XXV710' and
9837            'NF_DENSITY' and
9838            'VHOST' and
9839            'VXLAN' and
9840            'CHAIN' and
9841            'IMIX' and
9842            '8T4C' and
9843            'MRR'"
9844   parameters:
9845   - "result"
9846   - "name"
9847   - "tags"
9848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9849   x-axis: "X = VNFs per Service Chain"
9850   y-axis: "Y = Number of Service Chains"
9851   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9852   layout:
9853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9854     layout: "plot-service-density"
9855
9856 # Plots - NF Density - VSC - NDR IMIX
9857 - type: "plot"
9858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9859   algorithm: "plot_nf_heatmap"
9860   output-file-type: ".html"
9861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9862   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9863   filter: "'NIC_Intel-XXV710' and
9864            'NF_DENSITY' and
9865            'VHOST' and
9866            'VXLAN' and
9867            'CHAIN' and
9868            'IMIX' and
9869            '2T1C' and
9870            'NDRPDR'"
9871   parameters:
9872   - "throughput"
9873   - "name"
9874   - "tags"
9875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9876   x-axis: "X = VNFs per Service Chain"
9877   y-axis: "Y = Number of Service Chains"
9878   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9879   layout:
9880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9881     layout: "plot-service-density"
9882
9883 - type: "plot"
9884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9885   algorithm: "plot_nf_heatmap"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9888   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'VHOST' and
9892            'VXLAN' and
9893            'CHAIN' and
9894            'IMIX' and
9895            '4T2C' and
9896            'NDRPDR'"
9897   parameters:
9898   - "throughput"
9899   - "name"
9900   - "tags"
9901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9902   x-axis: "X = VNFs per Service Chain"
9903   y-axis: "Y = Number of Service Chains"
9904   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9905   layout:
9906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9907     layout: "plot-service-density"
9908
9909 - type: "plot"
9910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9911   algorithm: "plot_nf_heatmap"
9912   output-file-type: ".html"
9913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9914   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9915   filter: "'NIC_Intel-XXV710' and
9916            'NF_DENSITY' and
9917            'VHOST' and
9918            'VXLAN' and
9919            'CHAIN' and
9920            'IMIX' and
9921            '8T4C' and
9922            'NDRPDR'"
9923   parameters:
9924   - "throughput"
9925   - "name"
9926   - "tags"
9927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9928   x-axis: "X = VNFs per Service Chain"
9929   y-axis: "Y = Number of Service Chains"
9930   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9931   layout:
9932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9933     layout: "plot-service-density"
9934
9935 # Plots - NF Density - VSC - PDR IMIX
9936 - type: "plot"
9937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9938   algorithm: "plot_nf_heatmap"
9939   output-file-type: ".html"
9940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9941   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9942   filter: "'NIC_Intel-XXV710' and
9943            'NF_DENSITY' and
9944            'VHOST' and
9945            'VXLAN' and
9946            'CHAIN' and
9947            'IMIX' and
9948            '2T1C' and
9949            'NDRPDR'"
9950   parameters:
9951   - "throughput"
9952   - "name"
9953   - "tags"
9954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955   x-axis: "X = VNFs per Service Chain"
9956   y-axis: "Y = Number of Service Chains"
9957   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9958   layout:
9959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9960     layout: "plot-service-density"
9961
9962 - type: "plot"
9963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9964   algorithm: "plot_nf_heatmap"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9967   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9968   filter: "'NIC_Intel-XXV710' and
9969            'NF_DENSITY' and
9970            'VHOST' and
9971            'VXLAN' and
9972            'CHAIN' and
9973            'IMIX' and
9974            '4T2C' and
9975            'NDRPDR'"
9976   parameters:
9977   - "throughput"
9978   - "name"
9979   - "tags"
9980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9981   x-axis: "X = VNFs per Service Chain"
9982   y-axis: "Y = Number of Service Chains"
9983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9984   layout:
9985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9986     layout: "plot-service-density"
9987
9988 - type: "plot"
9989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9990   algorithm: "plot_nf_heatmap"
9991   output-file-type: ".html"
9992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9993   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9994   filter: "'NIC_Intel-XXV710' and
9995            'NF_DENSITY' and
9996            'VHOST' and
9997            'VXLAN' and
9998            'CHAIN' and
9999            'IMIX' and
10000            '8T4C' and
10001            'NDRPDR'"
10002   parameters:
10003   - "throughput"
10004   - "name"
10005   - "tags"
10006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10007   x-axis: "X = VNFs per Service Chain"
10008   y-axis: "Y = Number of Service Chains"
10009   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10010   layout:
10011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10012     layout: "plot-service-density"
10013
10014 # Plots - NF Density - CSC - MRR IMIX
10015 - type: "plot"
10016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10017   algorithm: "plot_nf_heatmap"
10018   output-file-type: ".html"
10019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10020   data: "plot-vpp-nfv-2n-clx-mrr"
10021   filter: "'NIC_Intel-XXV710' and
10022            'NF_DENSITY' and
10023            'DOCKER' and
10024            'CHAIN' and
10025            'NF_VPPIP4' and
10026            'IMIX' and
10027            '2T1C' and
10028            'MRR'"
10029   parameters:
10030   - "result"
10031   - "name"
10032   - "tags"
10033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10034   x-axis: "X = CNFs per Service Chain"
10035   y-axis: "Y = Number of Service Chains"
10036   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10037   layout:
10038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10039     layout: "plot-service-density"
10040
10041 - type: "plot"
10042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10043   algorithm: "plot_nf_heatmap"
10044   output-file-type: ".html"
10045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10046   data: "plot-vpp-nfv-2n-clx-mrr"
10047   filter: "'NIC_Intel-XXV710' and
10048            'NF_DENSITY' and
10049            'DOCKER' and
10050            'CHAIN' and
10051            'NF_VPPIP4' and
10052            'IMIX' and
10053            '4T2C' and
10054            'MRR'"
10055   parameters:
10056   - "result"
10057   - "name"
10058   - "tags"
10059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10060   x-axis: "X = CNFs per Service Chain"
10061   y-axis: "Y = Number of Service Chains"
10062   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10063   layout:
10064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10065     layout: "plot-service-density"
10066
10067 - type: "plot"
10068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10069   algorithm: "plot_nf_heatmap"
10070   output-file-type: ".html"
10071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10072   data: "plot-vpp-nfv-2n-clx-mrr"
10073   filter: "'NIC_Intel-XXV710' and
10074            'NF_DENSITY' and
10075            'DOCKER' and
10076            'CHAIN' and
10077            'NF_VPPIP4' and
10078            'IMIX' and
10079            '8T4C' and
10080            'MRR'"
10081   parameters:
10082   - "result"
10083   - "name"
10084   - "tags"
10085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10086   x-axis: "X = CNFs per Service Chain"
10087   y-axis: "Y = Number of Service Chains"
10088   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10089   layout:
10090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10091     layout: "plot-service-density"
10092
10093 # Plots - NF Density - CSC - NDR IMIX
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10099   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10100   filter: "'NIC_Intel-XXV710' and
10101            'NF_DENSITY' and
10102            'DOCKER' and
10103            'CHAIN' and
10104            'NF_VPPIP4' and
10105            'IMIX' and
10106            '2T1C' and
10107            'NDRPDR'"
10108   parameters:
10109   - "throughput"
10110   - "name"
10111   - "tags"
10112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10113   x-axis: "X = CNFs per Service Chain"
10114   y-axis: "Y = Number of Service Chains"
10115   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10116   layout:
10117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10118     layout: "plot-service-density"
10119
10120 - type: "plot"
10121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10122   algorithm: "plot_nf_heatmap"
10123   output-file-type: ".html"
10124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10125   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10126   filter: "'NIC_Intel-XXV710' and
10127            'NF_DENSITY' and
10128            'DOCKER' and
10129            'CHAIN' and
10130            'NF_VPPIP4' and
10131            'IMIX' and
10132            '4T2C' and
10133            'NDRPDR'"
10134   parameters:
10135   - "throughput"
10136   - "name"
10137   - "tags"
10138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10139   x-axis: "X = CNFs per Service Chain"
10140   y-axis: "Y = Number of Service Chains"
10141   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10142   layout:
10143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10144     layout: "plot-service-density"
10145
10146 - type: "plot"
10147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10148   algorithm: "plot_nf_heatmap"
10149   output-file-type: ".html"
10150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10151   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10152   filter: "'NIC_Intel-XXV710' and
10153            'NF_DENSITY' and
10154            'DOCKER' and
10155            'CHAIN' and
10156            'NF_VPPIP4' and
10157            'IMIX' and
10158            '8T4C' and
10159            'NDRPDR'"
10160   parameters:
10161   - "throughput"
10162   - "name"
10163   - "tags"
10164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10165   x-axis: "X = CNFs per Service Chain"
10166   y-axis: "Y = Number of Service Chains"
10167   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10168   layout:
10169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10170     layout: "plot-service-density"
10171
10172 # Plots - NF Density - CSC - PDR IMIX
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'DOCKER' and
10182            'CHAIN' and
10183            'NF_VPPIP4' and
10184            'IMIX' and
10185            '2T1C' and
10186            'NDRPDR'"
10187   parameters:
10188   - "throughput"
10189   - "name"
10190   - "tags"
10191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = CNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10197     layout: "plot-service-density"
10198
10199 - type: "plot"
10200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10201   algorithm: "plot_nf_heatmap"
10202   output-file-type: ".html"
10203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10204   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10205   filter: "'NIC_Intel-XXV710' and
10206            'NF_DENSITY' and
10207            'DOCKER' and
10208            'CHAIN' and
10209            'NF_VPPIP4' and
10210            'IMIX' and
10211            '4T2C' and
10212            'NDRPDR'"
10213   parameters:
10214   - "throughput"
10215   - "name"
10216   - "tags"
10217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = CNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10223     layout: "plot-service-density"
10224
10225 - type: "plot"
10226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10227   algorithm: "plot_nf_heatmap"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10230   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10231   filter: "'NIC_Intel-XXV710' and
10232            'NF_DENSITY' and
10233            'DOCKER' and
10234            'CHAIN' and
10235            'NF_VPPIP4' and
10236            'IMIX' and
10237            '8T4C' and
10238            'NDRPDR'"
10239   parameters:
10240   - "throughput"
10241   - "name"
10242   - "tags"
10243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10244   x-axis: "X = CNFs per Service Chain"
10245   y-axis: "Y = Number of Service Chains"
10246   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10247   layout:
10248     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10249     layout: "plot-service-density"
10250
10251 # Plots - NF Density - CSP - MRR IMIX
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10257   data: "plot-vpp-nfv-2n-clx-mrr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'DOCKER' and
10261            'PIPELINE' and
10262            'NF_VPPIP4' and
10263            'IMIX' and
10264            '2T1C' and
10265            'MRR'"
10266   parameters:
10267   - "result"
10268   - "name"
10269   - "tags"
10270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = CNFs per Service Pipeline"
10272   y-axis: "Y = Number of Service Pipelines"
10273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10283   data: "plot-vpp-nfv-2n-clx-mrr"
10284   filter: "'NIC_Intel-XXV710' and
10285            'NF_DENSITY' and
10286            'DOCKER' and
10287            'PIPELINE' and
10288            'NF_VPPIP4' and
10289            'IMIX' and
10290            '4T2C' and
10291            'MRR'"
10292   parameters:
10293   - "result"
10294   - "name"
10295   - "tags"
10296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10297   x-axis: "X = CNFs per Service Pipeline"
10298   y-axis: "Y = Number of Service Pipelines"
10299   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10300   layout:
10301     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10302     layout: "plot-service-density"
10303
10304 - type: "plot"
10305   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10306   algorithm: "plot_nf_heatmap"
10307   output-file-type: ".html"
10308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10309   data: "plot-vpp-nfv-2n-clx-mrr"
10310   filter: "'NIC_Intel-XXV710' and
10311            'NF_DENSITY' and
10312            'DOCKER' and
10313            'PIPELINE' and
10314            'NF_VPPIP4' and
10315            'IMIX' and
10316            '8T4C' and
10317            'MRR'"
10318   parameters:
10319   - "result"
10320   - "name"
10321   - "tags"
10322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10323   x-axis: "X = CNFs per Service Pipeline"
10324   y-axis: "Y = Number of Service Pipelines"
10325   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10326   layout:
10327     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10328     layout: "plot-service-density"
10329
10330 # Plots - NF Density - CSP - NDR IMIX
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10336   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'DOCKER' and
10340            'PIPELINE' and
10341            'NF_VPPIP4' and
10342            'IMIX' and
10343            '2T1C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = CNFs per Service Pipeline"
10351   y-axis: "Y = Number of Service Pipelines"
10352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10355     layout: "plot-service-density"
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10362   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'DOCKER' and
10366            'PIPELINE' and
10367            'NF_VPPIP4' and
10368            'IMIX' and
10369            '4T2C' and
10370            'NDRPDR'"
10371   parameters:
10372   - "throughput"
10373   - "name"
10374   - "tags"
10375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = CNFs per Service Pipeline"
10377   y-axis: "Y = Number of Service Pipelines"
10378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10381     layout: "plot-service-density"
10382
10383 - type: "plot"
10384   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10385   algorithm: "plot_nf_heatmap"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10388   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10389   filter: "'NIC_Intel-XXV710' and
10390            'NF_DENSITY' and
10391            'DOCKER' and
10392            'PIPELINE' and
10393            'NF_VPPIP4' and
10394            'IMIX' and
10395            '8T4C' and
10396            'NDRPDR'"
10397   parameters:
10398   - "throughput"
10399   - "name"
10400   - "tags"
10401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10402   x-axis: "X = CNFs per Service Pipeline"
10403   y-axis: "Y = Number of Service Pipelines"
10404   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10405   layout:
10406     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10407     layout: "plot-service-density"
10408
10409 # Plots - NF Density - CSP - PDR IMIX
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'PIPELINE' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '2T1C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Pipeline"
10430   y-axis: "Y = Number of Service Pipelines"
10431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'DOCKER' and
10445            'PIPELINE' and
10446            'NF_VPPIP4' and
10447            'IMIX' and
10448            '4T2C' and
10449            'NDRPDR'"
10450   parameters:
10451   - "throughput"
10452   - "name"
10453   - "tags"
10454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = CNFs per Service Pipeline"
10456   y-axis: "Y = Number of Service Pipelines"
10457   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10460     layout: "plot-service-density"
10461
10462 - type: "plot"
10463   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10464   algorithm: "plot_nf_heatmap"
10465   output-file-type: ".html"
10466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10467   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10468   filter: "'NIC_Intel-XXV710' and
10469            'NF_DENSITY' and
10470            'DOCKER' and
10471            'PIPELINE' and
10472            'NF_VPPIP4' and
10473            'IMIX' and
10474            '8T4C' and
10475            'NDRPDR'"
10476   parameters:
10477   - "throughput"
10478   - "name"
10479   - "tags"
10480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10481   x-axis: "X = CNFs per Service Pipeline"
10482   y-axis: "Y = Number of Service Pipelines"
10483   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10484   layout:
10485     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10486     layout: "plot-service-density"
10487
10488 ################################################################################
10489
10490 # Packet Throughput
10491
10492 - type: "plot"
10493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10494   algorithm: "plot_perf_box_name"
10495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10497   include:
10498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10502   layout:
10503     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10504     layout: "plot-throughput"
10505
10506 - type: "plot"
10507   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10508   algorithm: "plot_perf_box_name"
10509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10511   include:
10512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10516   layout:
10517     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10518     layout: "plot-throughput"
10519
10520 - type: "plot"
10521   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10522   algorithm: "plot_perf_box_name"
10523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10525   include:
10526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10530   layout:
10531     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10532     layout: "plot-throughput"
10533
10534 - type: "plot"
10535   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10536   algorithm: "plot_perf_box_name"
10537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10539   include:
10540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10544   layout:
10545     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10546     layout: "plot-throughput"
10547
10548 - type: "plot"
10549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10550   algorithm: "plot_perf_box_name"
10551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10553   include:
10554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10559   layout:
10560     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10561     layout: "plot-throughput"
10562
10563 - type: "plot"
10564   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10565   algorithm: "plot_perf_box_name"
10566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10568   include:
10569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10574   layout:
10575     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10576     layout: "plot-throughput"
10577
10578 - type: "plot"
10579   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10580   algorithm: "plot_perf_box_name"
10581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10583   include:
10584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10589   layout:
10590     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10591     layout: "plot-throughput"
10592
10593 - type: "plot"
10594   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10595   algorithm: "plot_perf_box_name"
10596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10598   include:
10599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10604   layout:
10605     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10606     layout: "plot-throughput"
10607
10608 - type: "plot"
10609   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10610   algorithm: "plot_perf_box_name"
10611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10613   include:
10614     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10615     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10616     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10617     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10618     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10619   layout:
10620     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10621     layout: "plot-throughput"
10622
10623 - type: "plot"
10624   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10625   algorithm: "plot_perf_box_name"
10626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10628   include:
10629     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10631     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10632     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10633     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10634   layout:
10635     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10636     layout: "plot-throughput"
10637
10638 - type: "plot"
10639   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10640   algorithm: "plot_perf_box_name"
10641   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10643   include:
10644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10650   layout:
10651     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10652     layout: "plot-throughput"
10653
10654 - type: "plot"
10655   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10656   algorithm: "plot_perf_box_name"
10657   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10659   include:
10660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10666   layout:
10667     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10668     layout: "plot-throughput"
10669
10670 - type: "plot"
10671   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10672   algorithm: "plot_perf_box_name"
10673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10675   include:
10676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10681   layout:
10682     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10683     layout: "plot-throughput"
10684
10685 - type: "plot"
10686   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10687   algorithm: "plot_perf_box_name"
10688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10690   include:
10691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10696   layout:
10697     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10698     layout: "plot-throughput"
10699
10700 - type: "plot"
10701   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10702   algorithm: "plot_perf_box_name"
10703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10705   include:
10706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10709   layout:
10710     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10711     layout: "plot-throughput"
10712
10713 - type: "plot"
10714   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10715   algorithm: "plot_perf_box_name"
10716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10718   include:
10719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10722   layout:
10723     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10724     layout: "plot-throughput"
10725
10726 - type: "plot"
10727   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10728   algorithm: "plot_perf_box_name"
10729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10731   include:
10732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10737   layout:
10738     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10739     layout: "plot-throughput"
10740
10741 - type: "plot"
10742   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10743   algorithm: "plot_perf_box_name"
10744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10746   include:
10747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10752   layout:
10753     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10754     layout: "plot-throughput"
10755
10756 - type: "plot"
10757   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10758   algorithm: "plot_perf_box_name"
10759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10761   include:
10762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10765   layout:
10766     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10767     layout: "plot-throughput"
10768
10769 - type: "plot"
10770   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10771   algorithm: "plot_perf_box_name"
10772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10774   include:
10775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10778   layout:
10779     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10780     layout: "plot-throughput"
10781
10782 - type: "plot"
10783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10784   algorithm: "plot_perf_box_name"
10785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10787   include:
10788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10794   layout:
10795     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10796     layout: "plot-throughput"
10797
10798 - type: "plot"
10799   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10800   algorithm: "plot_perf_box_name"
10801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10803   include:
10804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10810   layout:
10811     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10812     layout: "plot-throughput"
10813
10814 - type: "plot"
10815   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10816   algorithm: "plot_perf_box_name"
10817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10819   include:
10820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10826   layout:
10827     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10828     layout: "plot-throughput"
10829
10830 - type: "plot"
10831   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10832   algorithm: "plot_perf_box_name"
10833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10835   include:
10836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10842   layout:
10843     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10844     layout: "plot-throughput"
10845
10846 - type: "plot"
10847   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10848   algorithm: "plot_perf_box_name"
10849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10851   include:
10852     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10855   layout:
10856     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10857     layout: "plot-throughput"
10858
10859 - type: "plot"
10860   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10861   algorithm: "plot_perf_box_name"
10862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10864   include:
10865     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10866     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10868   layout:
10869     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10874   algorithm: "plot_perf_box_name"
10875   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10877   include:
10878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10880 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10881 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10882 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10883   layout:
10884     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10885     layout: "plot-throughput"
10886
10887 - type: "plot"
10888   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10889   algorithm: "plot_perf_box_name"
10890   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10892   include:
10893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10895 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10896 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10897 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10898   layout:
10899     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10900     layout: "plot-throughput"
10901
10902 - type: "plot"
10903   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10904   algorithm: "plot_perf_box_name"
10905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10907   include:
10908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10913   layout:
10914     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10922   include:
10923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10928   layout:
10929     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10943   layout:
10944     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10945     layout: "plot-throughput"
10946
10947 - type: "plot"
10948   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10949   algorithm: "plot_perf_box_name"
10950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10952   include:
10953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10958   layout:
10959     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10960     layout: "plot-throughput"
10961
10962 - type: "plot"
10963   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10964   algorithm: "plot_perf_box_name"
10965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10967   include:
10968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10972   layout:
10973     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10974     layout: "plot-throughput"
10975
10976 - type: "plot"
10977   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10978   algorithm: "plot_perf_box_name"
10979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10981   include:
10982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10986   layout:
10987     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10988     layout: "plot-throughput"
10989
10990 - type: "plot"
10991   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10992   algorithm: "plot_perf_box_name"
10993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10995   include:
10996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11001   layout:
11002     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11003     layout: "plot-throughput"
11004
11005 - type: "plot"
11006   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11007   algorithm: "plot_perf_box_name"
11008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11010   include:
11011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11016   layout:
11017     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11018     layout: "plot-throughput"
11019
11020 - type: "plot"
11021   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11022   algorithm: "plot_perf_box_name"
11023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11025   include:
11026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11031   layout:
11032     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11033     layout: "plot-throughput"
11034
11035 - type: "plot"
11036   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11037   algorithm: "plot_perf_box_name"
11038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11040   include:
11041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11046   layout:
11047     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11060   layout:
11061     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11062     layout: "plot-throughput"
11063
11064 - type: "plot"
11065   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11066   algorithm: "plot_perf_box_name"
11067   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11068   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11069   include:
11070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11074   layout:
11075     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11076     layout: "plot-throughput"
11077
11078 - type: "plot"
11079   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11080   algorithm: "plot_perf_box_name"
11081   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11082   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11083   include:
11084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11089   layout:
11090     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11091     layout: "plot-throughput"
11092
11093 - type: "plot"
11094   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11095   algorithm: "plot_perf_box_name"
11096   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11097   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11098   include:
11099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11104   layout:
11105     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11106     layout: "plot-throughput"
11107
11108 - type: "plot"
11109   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11110   algorithm: "plot_perf_box_name"
11111   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11112   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11113   include:
11114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11120   layout:
11121     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11122     layout: "plot-throughput"
11123
11124 - type: "plot"
11125   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11126   algorithm: "plot_perf_box_name"
11127   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11128   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11129   include:
11130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11136   layout:
11137     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11138     layout: "plot-throughput"
11139
11140 - type: "plot"
11141   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11142   algorithm: "plot_perf_box_name"
11143   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11144   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11145   include:
11146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11151   layout:
11152     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11153     layout: "plot-throughput"
11154
11155 - type: "plot"
11156   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11157   algorithm: "plot_perf_box_name"
11158   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11159   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11160   include:
11161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11166   layout:
11167     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11168     layout: "plot-throughput"
11169
11170 - type: "plot"
11171   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11172   algorithm: "plot_perf_box_name"
11173   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11174   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11175   include:
11176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11181   layout:
11182     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11183     layout: "plot-throughput"
11184
11185 - type: "plot"
11186   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11187   algorithm: "plot_perf_box_name"
11188   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11189   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11190   include:
11191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11196   layout:
11197     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11198     layout: "plot-throughput"
11199
11200 - type: "plot"
11201   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11202   algorithm: "plot_perf_box_name"
11203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11205   include:
11206     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11208   layout:
11209     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11220   layout:
11221     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11222     layout: "plot-throughput"
11223
11224 - type: "plot"
11225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11226   algorithm: "plot_perf_box_name"
11227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11229   include:
11230     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11234   layout:
11235     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11248   layout:
11249     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11250     layout: "plot-throughput"
11251
11252 - type: "plot"
11253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11254   algorithm: "plot_perf_box_name"
11255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11257   include:
11258     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11262   layout:
11263     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11264     layout: "plot-throughput"
11265
11266 - type: "plot"
11267   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11268   algorithm: "plot_perf_box_name"
11269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11271   include:
11272     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11276   layout:
11277     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11282   algorithm: "plot_perf_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11285   include:
11286     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11290   layout:
11291     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11299   include:
11300     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11304   layout:
11305     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11306     layout: "plot-throughput"
11307
11308 - type: "plot"
11309   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11312   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11313   include:
11314     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11318   layout:
11319     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11320     layout: "plot-throughput"
11321
11322 - type: "plot"
11323   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11324   algorithm: "plot_perf_box_name"
11325   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11326   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11327   include:
11328     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11332   layout:
11333     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11334     layout: "plot-throughput"
11335
11336 - type: "plot"
11337   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11338   algorithm: "plot_perf_box_name"
11339   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11341   include:
11342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11348   layout:
11349     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11350     layout: "plot-throughput"
11351
11352 - type: "plot"
11353   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11354   algorithm: "plot_perf_box_name"
11355   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11357   include:
11358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11364   layout:
11365     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11366     layout: "plot-throughput"
11367
11368 - type: "plot"
11369   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11370   algorithm: "plot_perf_box_name"
11371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11373   include:
11374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11379   layout:
11380     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11381     layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11385   algorithm: "plot_perf_box_name"
11386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11388   include:
11389     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11394   layout:
11395     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11400   algorithm: "plot_perf_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11403   include:
11404     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11409   layout:
11410     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11418   include:
11419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11424   layout:
11425     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11426     layout: "plot-throughput"
11427
11428 - type: "plot"
11429   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11430   algorithm: "plot_perf_box_name"
11431   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11433   include:
11434     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11437   layout:
11438     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11439     layout: "plot-throughput"
11440
11441 - type: "plot"
11442   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11443   algorithm: "plot_perf_box_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11446   include:
11447     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11450   layout:
11451     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11452     layout: "plot-throughput"
11453
11454 - type: "plot"
11455   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11456   algorithm: "plot_perf_box_name"
11457   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11459   include:
11460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11463   layout:
11464     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11476   layout:
11477     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11485   include:
11486     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11491   layout:
11492     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11500   include:
11501     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11506   layout:
11507     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11521   layout:
11522     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11530   include:
11531     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11536   layout:
11537     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11545   include:
11546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11551   layout:
11552     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11560   include:
11561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11566   layout:
11567     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11568     layout: "plot-throughput"
11569
11570 - type: "plot"
11571   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11572   algorithm: "plot_perf_box_name"
11573   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11574   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11575   include:
11576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11581   layout:
11582     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11589   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11590   include:
11591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11596   layout:
11597     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11598     layout: "plot-throughput"
11599
11600 - type: "plot"
11601   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11602   algorithm: "plot_perf_box_name"
11603   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11604   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11605   include:
11606     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11611   layout:
11612     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11620   include:
11621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11626   layout:
11627     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11628     layout: "plot-throughput"
11629
11630 - type: "plot"
11631   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11632   algorithm: "plot_perf_box_name"
11633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11635   include:
11636     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11637     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11638     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11639     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11640     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11641     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11642   layout:
11643     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11651   include:
11652     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11653     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11654     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11655     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11656     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11657     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11658   layout:
11659     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11660     layout: "plot-throughput"
11661
11662 - type: "plot"
11663   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11664   algorithm: "plot_perf_box_name"
11665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11667   include:
11668     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11669     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11670     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11671     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11672   layout:
11673     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11674     layout: "plot-throughput"
11675
11676 - type: "plot"
11677   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11678   algorithm: "plot_perf_box_name"
11679   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11681   include:
11682     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11685     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11686   layout:
11687     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11688     layout: "plot-throughput"
11689
11690 - type: "plot"
11691   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11692   algorithm: "plot_perf_box_name"
11693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11695   include:
11696     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11697     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11698     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11699     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11700     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11701     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11702   layout:
11703     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11708   algorithm: "plot_perf_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11711   include:
11712     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11713     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11714     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11715     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11716     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11717     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11718   layout:
11719     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11729     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11730     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11731     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11732     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11733     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11734   layout:
11735     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11743   include:
11744     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11745     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11746     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11747     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11748     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11749     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11750   layout:
11751     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11759   include:
11760     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11761     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11762     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11763     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11764     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11765     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11766   layout:
11767     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11775   include:
11776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11778     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11779     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11780     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11781     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11782   layout:
11783     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11791   include:
11792     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11793     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11794     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11795     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11796     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11797     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11798   layout:
11799     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11807   include:
11808     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11809     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11810     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11811     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11812     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11813     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11814   layout:
11815     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11823   include:
11824     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11825     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11826     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11827     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11828     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11829     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11830   layout:
11831     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11839   include:
11840     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11841     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11843     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11844     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11845     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11846   layout:
11847     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11848     layout: "plot-throughput"
11849
11850 - type: "plot"
11851   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11855   include:
11856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11862   layout:
11863     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11871   include:
11872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11878   layout:
11879     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11887   include:
11888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11894   layout:
11895     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11903   include:
11904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11910   layout:
11911     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11919   include:
11920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11926   layout:
11927     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11935   include:
11936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11942   layout:
11943     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11951   include:
11952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11956   layout:
11957     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11965   include:
11966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11970   layout:
11971     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11979   include:
11980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11984   layout:
11985     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11998   layout:
11999     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12007   include:
12008     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12009     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12010     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12011     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12014   layout:
12015     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12023   include:
12024     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12025     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12030   layout:
12031     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12039   include:
12040     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12042     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12045   layout:
12046     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12047     layout: "plot-throughput"
12048
12049 - type: "plot"
12050   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12051   algorithm: "plot_perf_box_name"
12052   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12054   include:
12055     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12058     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12060   layout:
12061     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12069   include:
12070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12075   layout:
12076     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12090   layout:
12091     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12104   layout:
12105     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12118   layout:
12119     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12127   include:
12128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12150   layout:
12151     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12166   layout:
12167     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12182   layout:
12183     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12191   include:
12192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12198   layout:
12199     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12214   layout:
12215     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12230   layout:
12231     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12246   layout:
12247     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12255   include:
12256     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12259     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12260   layout:
12261     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12266   algorithm: "plot_perf_box_name"
12267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12269   include:
12270     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12272     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12274   layout:
12275     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12283   include:
12284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12285     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12290   layout:
12291     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12299   include:
12300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12306   layout:
12307     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12315   include:
12316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12322   layout:
12323     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12331   include:
12332     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12338   layout:
12339     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12340     layout: "plot-throughput"
12341
12342 #- type: "plot"
12343 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12344 #  algorithm: "plot_perf_box_name"
12345 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12346 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12347 #  include:
12348 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12349 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12350 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12351 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12352 #  layout:
12353 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12354 #    layout: "plot-throughput"
12355 #
12356 #- type: "plot"
12357 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12358 #  algorithm: "plot_perf_box_name"
12359 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12360 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12361 #  include:
12362 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12363 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12364 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12365 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12366 #  layout:
12367 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12368 #    layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12372   algorithm: "plot_perf_box_name"
12373   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12374   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12375   include:
12376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12382   layout:
12383     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12390   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12391   include:
12392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12398   layout:
12399     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12400     layout: "plot-throughput"
12401
12402 #- type: "plot"
12403 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12404 #  algorithm: "plot_perf_box_name"
12405 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12406 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12407 #  include:
12408 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12409 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12410 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12411 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12412 #  layout:
12413 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12414 #    layout: "plot-throughput"
12415 #
12416 #- type: "plot"
12417 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12418 #  algorithm: "plot_perf_box_name"
12419 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12420 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12421 #  include:
12422 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12423 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12424 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12425 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12426 #  layout:
12427 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12428 #    layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12434   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12435   include:
12436     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12442   layout:
12443     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12451   include:
12452     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12458   layout:
12459     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12460     layout: "plot-throughput"
12461
12462 #- type: "plot"
12463 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12464 #  algorithm: "plot_perf_box_name"
12465 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12466 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12467 #  include:
12468 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12469 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12470 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12471 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12472 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12473 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12474 #  layout:
12475 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12476 #    layout: "plot-throughput"
12477 #
12478 #- type: "plot"
12479 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12480 #  algorithm: "plot_perf_box_name"
12481 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12482 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12483 #  include:
12484 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12485 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12486 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12487 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12488 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12489 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12490 #  layout:
12491 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12492 #    layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12499   include:
12500     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12501     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12502     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12503     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12504     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12505     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12506   layout:
12507     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12515   include:
12516     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12517     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12518     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12519     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12520     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12521     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12522   layout:
12523     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12533     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12534     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12538   layout:
12539     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12549     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12550     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12554   layout:
12555     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12565     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12566     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12567     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12568     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12569     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12581     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12582     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12583     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12584     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12585     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12595   include:
12596     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12597     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12598     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12599     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12600     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12602   layout:
12603     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12611   include:
12612     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12618   layout:
12619     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12620     layout: "plot-throughput"
12621
12622 #- type: "plot"
12623 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12624 #  algorithm: "plot_perf_box_name"
12625 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12626 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12627 #  include:
12628 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12631 #  layout:
12632 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12633 #    layout: "plot-throughput"
12634 #
12635 #- type: "plot"
12636 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12637 #  algorithm: "plot_perf_box_name"
12638 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12639 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12640 #  include:
12641 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12643 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12644 #  layout:
12645 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12646 #    layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12653   include:
12654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12659   layout:
12660     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12661     layout: "plot-throughput"
12662
12663 - type: "plot"
12664   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12665   algorithm: "plot_perf_box_name"
12666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12668   include:
12669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12674   layout:
12675     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683   include:
12684     - "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"
12685     - "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"
12686     - "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"
12687     - "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"
12688     - "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"
12689   layout:
12690     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12691     layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12698   include:
12699     - "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"
12700     - "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"
12701     - "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"
12702     - "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"
12703     - "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"
12704   layout:
12705     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12713   include:
12714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12719   layout:
12720     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12721     layout: "plot-throughput"
12722
12723 - type: "plot"
12724   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12725   algorithm: "plot_perf_box_name"
12726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12728   include:
12729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12734   layout:
12735     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12743   include:
12744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12749   layout:
12750     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12755   algorithm: "plot_perf_box_name"
12756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12758   include:
12759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12764   layout:
12765     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12773   include:
12774     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12775     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12776     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12777     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12778     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12779   layout:
12780     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12788   include:
12789     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12790     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12791     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12792     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12793     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12794   layout:
12795     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12803   include:
12804     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12805     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12809   layout:
12810     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12811     layout: "plot-throughput"
12812
12813 - type: "plot"
12814   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12815   algorithm: "plot_perf_box_name"
12816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12818   include:
12819     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12823     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12824   layout:
12825     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12833   include:
12834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12838   layout:
12839     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847   include:
12848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12852   layout:
12853     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12861   include:
12862     - "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"
12863     - "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"
12864     - "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"
12865     - "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"
12866   layout:
12867     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12875   include:
12876     - "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"
12877     - "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"
12878     - "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"
12879     - "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"
12880   layout:
12881     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12889   include:
12890     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12891     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12896   layout:
12897     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12905   include:
12906     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12912   layout:
12913     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12921   include:
12922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12924     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12925     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12928   layout:
12929     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12937   include:
12938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12939     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12940     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12941     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12942     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12943     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12944   layout:
12945     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12953   include:
12954     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12955     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12956     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12960   layout:
12961     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12976   layout:
12977     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12978     layout: "plot-throughput"
12979
12980 - type: "plot"
12981   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12982   algorithm: "plot_perf_box_name"
12983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12985   include:
12986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12991   layout:
12992     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12993     layout: "plot-throughput"
12994
12995 - type: "plot"
12996   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12997   algorithm: "plot_perf_box_name"
12998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13000   include:
13001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13030   layout:
13031     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13032     layout: "plot-throughput"
13033
13034 - type: "plot"
13035   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13036   algorithm: "plot_perf_box_name"
13037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13039   include:
13040     - "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"
13041     - "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"
13042   layout:
13043     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13051   include:
13052     - "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"
13053     - "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"
13054   layout:
13055     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13063   include:
13064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13066   layout:
13067     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13075   include:
13076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13078   layout:
13079     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13087   include:
13088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13090   layout:
13091     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13092     layout: "plot-throughput"
13093
13094 - type: "plot"
13095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13096   algorithm: "plot_perf_box_name"
13097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13099   include:
13100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13102   layout:
13103     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13111   include:
13112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13118   layout:
13119     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13127   include:
13128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13134   layout:
13135     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13143   include:
13144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13150   layout:
13151     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13159   include:
13160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13166   layout:
13167     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13168     layout: "plot-throughput"
13169
13170 #- type: "plot"
13171 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13172 #  algorithm: "plot_perf_box_name"
13173 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13174 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13175 #  include:
13176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13182 #  layout:
13183 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13184 #    layout: "plot-throughput"
13185 #
13186 #- type: "plot"
13187 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13188 #  algorithm: "plot_perf_box_name"
13189 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13190 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13191 #  include:
13192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13198 #  layout:
13199 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13200 #    layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13207   include:
13208     - "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"
13209     - "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"
13210     - "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"
13211     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13214   layout:
13215     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13223   include:
13224     - "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"
13225     - "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"
13226     - "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"
13227     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13230   layout:
13231     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13232     layout: "plot-throughput"
13233
13234 ################################################################################
13235
13236 # Packet Speedup
13237
13238 - type: "plot"
13239   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13240   algorithm: "plot_tsa_name"
13241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13243   include:
13244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13248   layout:
13249     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13250     layout: "plot-throughput-speedup-analysis"
13251
13252 - type: "plot"
13253   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13254   algorithm: "plot_tsa_name"
13255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13257   include:
13258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13262   layout:
13263     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13264     layout: "plot-throughput-speedup-analysis"
13265
13266 - type: "plot"
13267   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13268   algorithm: "plot_tsa_name"
13269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13271   include:
13272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13276   layout:
13277     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13278     layout: "plot-throughput-speedup-analysis"
13279
13280 - type: "plot"
13281   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13282   algorithm: "plot_tsa_name"
13283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13285   include:
13286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13290   layout:
13291     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13292     layout: "plot-throughput-speedup-analysis"
13293
13294 - type: "plot"
13295   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13296   algorithm: "plot_tsa_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13299   include:
13300     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13301     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13302     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13303     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13304     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13305   layout:
13306     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13307     layout: "plot-throughput-speedup-analysis"
13308
13309 - type: "plot"
13310   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13311   algorithm: "plot_tsa_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13314   include:
13315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13318     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13320   layout:
13321     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13322     layout: "plot-throughput-speedup-analysis"
13323
13324 - type: "plot"
13325   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13326   algorithm: "plot_tsa_name"
13327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13329   include:
13330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13332     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13333     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13334     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13335   layout:
13336     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13337     layout: "plot-throughput-speedup-analysis"
13338
13339 - type: "plot"
13340   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13341   algorithm: "plot_tsa_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13344   include:
13345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13349     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13350   layout:
13351     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13352     layout: "plot-throughput-speedup-analysis"
13353
13354 - type: "plot"
13355   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13356   algorithm: "plot_tsa_name"
13357   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13359   include:
13360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13366   layout:
13367     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13368     layout: "plot-throughput-speedup-analysis"
13369
13370 - type: "plot"
13371   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13372   algorithm: "plot_tsa_name"
13373   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13375   include:
13376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13382   layout:
13383     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13384     layout: "plot-throughput-speedup-analysis"
13385
13386 - type: "plot"
13387   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13388   algorithm: "plot_tsa_name"
13389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13391   include:
13392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13397   layout:
13398     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13399     layout: "plot-throughput-speedup-analysis"
13400
13401 - type: "plot"
13402   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13403   algorithm: "plot_tsa_name"
13404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13412   layout:
13413     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13414     layout: "plot-throughput-speedup-analysis"
13415
13416 - type: "plot"
13417   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13418   algorithm: "plot_tsa_name"
13419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13421   include:
13422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13425   layout:
13426     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13427     layout: "plot-throughput-speedup-analysis"
13428
13429 - type: "plot"
13430   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13431   algorithm: "plot_tsa_name"
13432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13438   layout:
13439     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13440     layout: "plot-throughput-speedup-analysis"
13441
13442 - type: "plot"
13443   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13444   algorithm: "plot_tsa_name"
13445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13453   layout:
13454     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13455     layout: "plot-throughput-speedup-analysis"
13456
13457 - type: "plot"
13458   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13459   algorithm: "plot_tsa_name"
13460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13462   include:
13463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13468   layout:
13469     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13470     layout: "plot-throughput-speedup-analysis"
13471
13472 - type: "plot"
13473   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13474   algorithm: "plot_tsa_name"
13475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13477   include:
13478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13481   layout:
13482     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13483     layout: "plot-throughput-speedup-analysis"
13484
13485 - type: "plot"
13486   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13487   algorithm: "plot_tsa_name"
13488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13494   layout:
13495     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13496     layout: "plot-throughput-speedup-analysis"
13497
13498 - type: "plot"
13499   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13500   algorithm: "plot_tsa_name"
13501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13503   include:
13504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13510   layout:
13511     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13512     layout: "plot-throughput-speedup-analysis"
13513
13514 - type: "plot"
13515   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13516   algorithm: "plot_tsa_name"
13517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13519   include:
13520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13526   layout:
13527     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13528     layout: "plot-throughput-speedup-analysis"
13529
13530 - type: "plot"
13531   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13532   algorithm: "plot_tsa_name"
13533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13535   include:
13536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13542   layout:
13543     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13544     layout: "plot-throughput-speedup-analysis"
13545
13546 - type: "plot"
13547   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13548   algorithm: "plot_tsa_name"
13549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13551   include:
13552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13558   layout:
13559     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13560     layout: "plot-throughput-speedup-analysis"
13561
13562 - type: "plot"
13563   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13564   algorithm: "plot_tsa_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13567   include:
13568     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13569     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13570     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13571   layout:
13572     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13573     layout: "plot-throughput-speedup-analysis"
13574
13575 - type: "plot"
13576   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13577   algorithm: "plot_tsa_name"
13578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13580   include:
13581     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13582     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13583     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13584   layout:
13585     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13586     layout: "plot-throughput-speedup-analysis"
13587
13588 - type: "plot"
13589   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13590   algorithm: "plot_tsa_name"
13591   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13593   include:
13594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13597 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13598 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13599   layout:
13600     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13601     layout: "plot-throughput-speedup-analysis"
13602
13603 - type: "plot"
13604   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13605   algorithm: "plot_tsa_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13612 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13613 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13614   layout:
13615     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13626     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13627     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13629   layout:
13630     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13631     layout: "plot-throughput-speedup-analysis"
13632
13633 - type: "plot"
13634   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13635   algorithm: "plot_tsa_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13638   include:
13639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13644   layout:
13645     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13646     layout: "plot-throughput-speedup-analysis"
13647
13648 - type: "plot"
13649   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13650   algorithm: "plot_tsa_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13659   layout:
13660     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13661     layout: "plot-throughput-speedup-analysis"
13662
13663 - type: "plot"
13664   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13665   algorithm: "plot_tsa_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13674   layout:
13675     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13676     layout: "plot-throughput-speedup-analysis"
13677
13678 - type: "plot"
13679   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13680   algorithm: "plot_tsa_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13688   layout:
13689     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13690     layout: "plot-throughput-speedup-analysis"
13691
13692 - type: "plot"
13693   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13694   algorithm: "plot_tsa_name"
13695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13697   include:
13698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13702   layout:
13703     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13704     layout: "plot-throughput-speedup-analysis"
13705
13706 - type: "plot"
13707   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13708   algorithm: "plot_tsa_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13717   layout:
13718     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13719     layout: "plot-throughput-speedup-analysis"
13720
13721 - type: "plot"
13722   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13723   algorithm: "plot_tsa_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13726   include:
13727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13734     layout: "plot-throughput-speedup-analysis"
13735
13736 - type: "plot"
13737   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13738   algorithm: "plot_tsa_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13741   include:
13742     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13744   layout:
13745     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13746     layout: "plot-throughput-speedup-analysis"
13747
13748 - type: "plot"
13749   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13750   algorithm: "plot_tsa_name"
13751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13753   include:
13754     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13755     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13756   layout:
13757     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13758     layout: "plot-throughput-speedup-analysis"
13759
13760 - type: "plot"
13761   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13762   algorithm: "plot_tsa_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13770   layout:
13771     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13772     layout: "plot-throughput-speedup-analysis"
13773
13774 - type: "plot"
13775   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13776   algorithm: "plot_tsa_name"
13777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13779   include:
13780     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13784   layout:
13785     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13786     layout: "plot-throughput-speedup-analysis"
13787
13788 - type: "plot"
13789   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13790   algorithm: "plot_tsa_name"
13791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13800     layout: "plot-throughput-speedup-analysis"
13801
13802 - type: "plot"
13803   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13804   algorithm: "plot_tsa_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13812   layout:
13813     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13814     layout: "plot-throughput-speedup-analysis"
13815
13816 - type: "plot"
13817   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13818   algorithm: "plot_tsa_name"
13819   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13828   layout:
13829     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13830     layout: "plot-throughput-speedup-analysis"
13831
13832 - type: "plot"
13833   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13834   algorithm: "plot_tsa_name"
13835   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13837   include:
13838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13844   layout:
13845     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13846     layout: "plot-throughput-speedup-analysis"
13847
13848 - type: "plot"
13849   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13850   algorithm: "plot_tsa_name"
13851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13859   layout:
13860     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13861     layout: "plot-throughput-speedup-analysis"
13862
13863 - type: "plot"
13864   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13865   algorithm: "plot_tsa_name"
13866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13868   include:
13869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13874   layout:
13875     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13876     layout: "plot-throughput-speedup-analysis"
13877
13878 - type: "plot"
13879   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13880   algorithm: "plot_tsa_name"
13881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13889   layout:
13890     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13891     layout: "plot-throughput-speedup-analysis"
13892
13893 - type: "plot"
13894   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13895   algorithm: "plot_tsa_name"
13896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13898   include:
13899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13904   layout:
13905     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13906     layout: "plot-throughput-speedup-analysis"
13907
13908 - type: "plot"
13909   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13910   algorithm: "plot_tsa_name"
13911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13913   include:
13914     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13917   layout:
13918     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13919     layout: "plot-throughput-speedup-analysis"
13920
13921 - type: "plot"
13922   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13923   algorithm: "plot_tsa_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13926   include:
13927     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13930   layout:
13931     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13932     layout: "plot-throughput-speedup-analysis"
13933
13934 - type: "plot"
13935   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13936   algorithm: "plot_tsa_name"
13937   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13943   layout:
13944     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13945     layout: "plot-throughput-speedup-analysis"
13946
13947 - type: "plot"
13948   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13949   algorithm: "plot_tsa_name"
13950   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13956   layout:
13957     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 - type: "plot"
13961   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13962   algorithm: "plot_tsa_name"
13963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13971   layout:
13972     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13973     layout: "plot-throughput-speedup-analysis"
13974
13975 - type: "plot"
13976   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13977   algorithm: "plot_tsa_name"
13978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13980   include:
13981     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13986   layout:
13987     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13995   include:
13996     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14001   layout:
14002     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14003     layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14010   include:
14011     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14016   layout:
14017     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14018     layout: "plot-throughput-speedup-analysis"
14019
14020 - type: "plot"
14021   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14022   algorithm: "plot_tsa_name"
14023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14025   include:
14026     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14027     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14028     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14029     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14030     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14031     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14032   layout:
14033     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14034     layout: "plot-throughput-speedup-analysis"
14035
14036 - type: "plot"
14037   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14038   algorithm: "plot_tsa_name"
14039   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14041   include:
14042     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14043     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14044     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14045     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14046     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14047     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14048   layout:
14049     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14057   include:
14058     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14059     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14060     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14061     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14062   layout:
14063     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14071   include:
14072     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14073     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14074     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14075     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14076   layout:
14077     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14089     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14090     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14091     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14092   layout:
14093     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14094     layout: "plot-throughput-speedup-analysis"
14095
14096 - type: "plot"
14097   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14098   algorithm: "plot_tsa_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14103     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14104     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14105     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14106     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14107     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14108   layout:
14109     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14110     layout: "plot-throughput-speedup-analysis"
14111
14112 - type: "plot"
14113   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14114   algorithm: "plot_tsa_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14119     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14120     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14121     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14122     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14124   layout:
14125     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14126     layout: "plot-throughput-speedup-analysis"
14127
14128 - type: "plot"
14129   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14130   algorithm: "plot_tsa_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14135     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14136     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14137     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14138     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14139     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14140   layout:
14141     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14142     layout: "plot-throughput-speedup-analysis"
14143
14144 - type: "plot"
14145   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14146   algorithm: "plot_tsa_name"
14147   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14149   include:
14150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14156   layout:
14157     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 - type: "plot"
14161   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14162   algorithm: "plot_tsa_name"
14163   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14172   layout:
14173     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14174     layout: "plot-throughput-speedup-analysis"
14175
14176 - type: "plot"
14177   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14178   algorithm: "plot_tsa_name"
14179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14181   include:
14182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14188   layout:
14189     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14204   layout:
14205     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14206     layout: "plot-throughput-speedup-analysis"
14207
14208 - type: "plot"
14209   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14210   algorithm: "plot_tsa_name"
14211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14220   layout:
14221     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14222     layout: "plot-throughput-speedup-analysis"
14223
14224 - type: "plot"
14225   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14226   algorithm: "plot_tsa_name"
14227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14229   include:
14230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14236   layout:
14237     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14238     layout: "plot-throughput-speedup-analysis"
14239
14240 - type: "plot"
14241   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14242   algorithm: "plot_tsa_name"
14243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14245   include:
14246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14250   layout:
14251     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14264   layout:
14265     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14266     layout: "plot-throughput-speedup-analysis"
14267
14268 - type: "plot"
14269   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14270   algorithm: "plot_tsa_name"
14271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14273   include:
14274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14278   layout:
14279     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14280     layout: "plot-throughput-speedup-analysis"
14281
14282 - type: "plot"
14283   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14284   algorithm: "plot_tsa_name"
14285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14287   include:
14288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14292   layout:
14293     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14294     layout: "plot-throughput-speedup-analysis"
14295
14296 - type: "plot"
14297   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14298   algorithm: "plot_tsa_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14301   include:
14302     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14304     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14308   layout:
14309     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14310     layout: "plot-throughput-speedup-analysis"
14311
14312 - type: "plot"
14313   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14314   algorithm: "plot_tsa_name"
14315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14317   include:
14318     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14324   layout:
14325     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14326     layout: "plot-throughput-speedup-analysis"
14327
14328 - type: "plot"
14329   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14330   algorithm: "plot_tsa_name"
14331   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14333   include:
14334     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14336     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14337     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14338     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14339   layout:
14340     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14341     layout: "plot-throughput-speedup-analysis"
14342
14343 - type: "plot"
14344   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14345   algorithm: "plot_tsa_name"
14346   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14348   include:
14349     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14353     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14354   layout:
14355     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14356     layout: "plot-throughput-speedup-analysis"
14357
14358 - type: "plot"
14359   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14360   algorithm: "plot_tsa_name"
14361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14363   include:
14364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14369   layout:
14370     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 - type: "plot"
14374   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14375   algorithm: "plot_tsa_name"
14376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14378   include:
14379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14384   layout:
14385     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14398   layout:
14399     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14407   include:
14408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14412   layout:
14413     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14421   include:
14422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14444   layout:
14445     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14453   include:
14454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14460   layout:
14461     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 - type: "plot"
14465   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14466   algorithm: "plot_tsa_name"
14467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14469   include:
14470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14476   layout:
14477     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14478     layout: "plot-throughput-speedup-analysis"
14479
14480 - type: "plot"
14481   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14482   algorithm: "plot_tsa_name"
14483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14485   include:
14486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14492   layout:
14493     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14501   include:
14502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14508   layout:
14509     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14510     layout: "plot-throughput-speedup-analysis"
14511
14512 - type: "plot"
14513   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14514   algorithm: "plot_tsa_name"
14515   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14517   include:
14518     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14519     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14520     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14521     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14522     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14523     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14524   layout:
14525     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14526     layout: "plot-throughput-speedup-analysis"
14527
14528 - type: "plot"
14529   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14530   algorithm: "plot_tsa_name"
14531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14533   include:
14534     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14535     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14536     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14537     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14538     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14539     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14540   layout:
14541     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14551     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14552     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14553     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14554     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14555     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14556   layout:
14557     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14567     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14568     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14569     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14570     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14571     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14572   layout:
14573     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14581   include:
14582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14587   layout:
14588     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14596   include:
14597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14602   layout:
14603     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14604     layout: "plot-throughput-speedup-analysis"
14605
14606 - type: "plot"
14607   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14608   algorithm: "plot_tsa_name"
14609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14611   include:
14612     - "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"
14613     - "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"
14614     - "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"
14615     - "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"
14616     - "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"
14617   layout:
14618     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14626   include:
14627     - "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"
14628     - "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"
14629     - "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"
14630     - "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"
14631     - "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"
14632   layout:
14633     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14647   layout:
14648     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14677   layout:
14678     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14686   include:
14687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14692   layout:
14693     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14701   include:
14702     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14703     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14704     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14705     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14706     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14707   layout:
14708     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14716   include:
14717     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14718     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14719     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14720     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14721     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14722   layout:
14723     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14731   include:
14732     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14733     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14734     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14735     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14736     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14737   layout:
14738     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14746   include:
14747     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14748     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14749     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14750     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14751     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14752   layout:
14753     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14761   include:
14762     - "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"
14763     - "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"
14764     - "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"
14765     - "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"
14766   layout:
14767     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14775   include:
14776     - "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"
14777     - "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"
14778     - "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"
14779     - "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"
14780   layout:
14781     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14789   include:
14790     - "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"
14791     - "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"
14792     - "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"
14793     - "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"
14794   layout:
14795     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14803   include:
14804     - "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"
14805     - "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"
14806     - "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"
14807     - "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"
14808   layout:
14809     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14810     layout: "plot-throughput-speedup-analysis"
14811
14812 - type: "plot"
14813   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14817   include:
14818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14819     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14824   layout:
14825     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14833   include:
14834     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14840   layout:
14841     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14849   include:
14850     - "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"
14851     - "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"
14852     - "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"
14853     - "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"
14854     - "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"
14855     - "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"
14856   layout:
14857     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14865   include:
14866     - "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"
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871     - "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"
14872   layout:
14873     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14881   include:
14882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14888   layout:
14889     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14897   include:
14898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14902     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14904   layout:
14905     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14906     layout: "plot-throughput-speedup-analysis"
14907
14908 - type: "plot"
14909   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14910   algorithm: "plot_tsa_name"
14911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14913   include:
14914     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14919   layout:
14920     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14921     layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14928   include:
14929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14934   layout:
14935     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14943   include:
14944     - "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"
14945     - "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"
14946   layout:
14947     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "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"
14957     - "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"
14958   layout:
14959     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14967   include:
14968     - "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"
14969     - "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"
14970   layout:
14971     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14972     layout: "plot-throughput-speedup-analysis"
14973
14974 - type: "plot"
14975   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14976   algorithm: "plot_tsa_name"
14977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14979   include:
14980     - "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"
14981     - "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"
14982   layout:
14983     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14991   include:
14992     - "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"
14993     - "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"
14994     - "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"
14995     - "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"
14996     - "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"
14997     - "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"
14998   layout:
14999     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15007   include:
15008     - "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"
15009     - "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"
15010     - "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"
15011     - "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"
15012     - "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"
15013     - "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"
15014   layout:
15015     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15023   include:
15024     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15025     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15026     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15027     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15028     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15029   layout:
15030     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15038   include:
15039     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15040     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15041     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15042     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15043     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15044   layout:
15045     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15053   include:
15054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15059   layout:
15060     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15068   include:
15069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15074   layout:
15075     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15083   include:
15084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15088   layout:
15089     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15097   include:
15098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15102   layout:
15103     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15111   include:
15112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15116   layout:
15117     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15125   include:
15126     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15130   layout:
15131     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15139   include:
15140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15145   layout:
15146     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15154   include:
15155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15160   layout:
15161     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15169   include:
15170     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15176   layout:
15177     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15185   include:
15186     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15188     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15192   layout:
15193     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15201   include:
15202     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15206   layout:
15207     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15215   include:
15216     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15217     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15220   layout:
15221     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15229   include:
15230     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15236   layout:
15237     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15245   include:
15246     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15252   layout:
15253     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15261   include:
15262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15268   layout:
15269     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15277   include:
15278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15284   layout:
15285     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15286     layout: "plot-throughput-speedup-analysis"
15287
15288 - type: "plot"
15289   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15290   algorithm: "plot_tsa_name"
15291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15293   include:
15294     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15295     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15296     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15297     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15298     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15299     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15300   layout:
15301     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15302     layout: "plot-throughput-speedup-analysis"
15303
15304 - type: "plot"
15305   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15306   algorithm: "plot_tsa_name"
15307   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15308   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15309   include:
15310     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15311     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15312     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15313     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15314     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15315     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15316   layout:
15317     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15325   include:
15326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15332   layout:
15333     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15341   include:
15342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15348   layout:
15349     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15357   include:
15358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15364   layout:
15365     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15373   include:
15374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15380   layout:
15381     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 #- type: "plot"
15385 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15386 #  algorithm: "plot_tsa_name"
15387 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15388 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15389 #  include:
15390 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15391 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15393 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15394 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15395 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15396 #  layout:
15397 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15398 #    layout: "plot-throughput-speedup-analysis"
15399 #
15400 #- type: "plot"
15401 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15402 #  algorithm: "plot_tsa_name"
15403 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15404 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15405 #  include:
15406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15412 #  layout:
15413 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15414 #    layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15421   include:
15422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15427   layout:
15428     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15436   include:
15437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15442   layout:
15443     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15451   include:
15452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15458   layout:
15459     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15460     layout: "plot-throughput-speedup-analysis"
15461
15462 - type: "plot"
15463   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15464   algorithm: "plot_tsa_name"
15465   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15466   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15467   include:
15468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15474   layout:
15475     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15483   include:
15484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15489   layout:
15490     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15498   include:
15499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15504   layout:
15505     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 #- type: "plot"
15509 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15510 #  algorithm: "plot_tsa_name"
15511 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15512 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15513 #  include:
15514 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15515 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15516 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15517 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15518 #  layout:
15519 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15520 #    layout: "plot-throughput-speedup-analysis"
15521 #
15522 #- type: "plot"
15523 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15524 #  algorithm: "plot_tsa_name"
15525 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15526 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15527 #  include:
15528 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15529 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15530 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15531 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15532 #  layout:
15533 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15534 #    layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15541   include:
15542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15548   layout:
15549     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15550     layout: "plot-throughput-speedup-analysis"
15551
15552 - type: "plot"
15553   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15554   algorithm: "plot_tsa_name"
15555   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15556   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15557   include:
15558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15564   layout:
15565     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15573   include:
15574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15579   layout:
15580     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15588   include:
15589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15594   layout:
15595     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15603   include:
15604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15609   layout:
15610     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15611     layout: "plot-throughput-speedup-analysis"
15612
15613 - type: "plot"
15614   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15615   algorithm: "plot_tsa_name"
15616   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15617   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15618   include:
15619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15624   layout:
15625     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15633   include:
15634     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15638   layout:
15639     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15640     layout: "plot-throughput-speedup-analysis"
15641
15642 - type: "plot"
15643   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15644   algorithm: "plot_tsa_name"
15645   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15646   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15647   include:
15648     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15651     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15652   layout:
15653     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15661   include:
15662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15667   layout:
15668     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15676   include:
15677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15682   layout:
15683     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15691   include:
15692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15693     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15694     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15695     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15696     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15697     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15698   layout:
15699     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15707   include:
15708     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15709     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15710     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15711     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15712     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15713     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15714   layout:
15715     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 #- type: "plot"
15719 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15720 #  algorithm: "plot_tsa_name"
15721 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15722 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15723 #  include:
15724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15728 #  layout:
15729 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15730 #    layout: "plot-throughput-speedup-analysis"
15731 #
15732 #- type: "plot"
15733 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15734 #  algorithm: "plot_tsa_name"
15735 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15736 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15737 #  include:
15738 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15739 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15742 #  layout:
15743 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15744 #    layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15751   include:
15752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15758   layout:
15759     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15767   include:
15768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15774   layout:
15775     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 #- type: "plot"
15779 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15780 #  algorithm: "plot_tsa_name"
15781 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15782 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15783 #  include:
15784 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15785 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15786 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15790 #  layout:
15791 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15792 #    layout: "plot-throughput-speedup-analysis"
15793 #
15794 #- type: "plot"
15795 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15796 #  algorithm: "plot_tsa_name"
15797 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15798 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15799 #  include:
15800 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15801 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15802 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15804 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15806 #  layout:
15807 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15808 #    layout: "plot-throughput-speedup-analysis"
15809
15810 #- type: "plot"
15811 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15812 #  algorithm: "plot_tsa_name"
15813 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15814 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15815 #  include:
15816 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15817 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15818 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15819 #  layout:
15820 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15821 #    layout: "plot-throughput-speedup-analysis"
15822 #
15823 #- type: "plot"
15824 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15825 #  algorithm: "plot_tsa_name"
15826 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15827 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15828 #  include:
15829 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15830 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15831 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15832 #  layout:
15833 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15834 #    layout: "plot-throughput-speedup-analysis"
15835
15836 ################################################################################
15837
15838 # Packet Throughput - DPDK
15839
15840 # 2n-skx-xxv710
15841
15842 - type: "plot"
15843   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15844   algorithm: "plot_perf_box_name"
15845   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15846   data: "plot-dpdk-throughput-latency-2n-skx"
15847   include:
15848     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15849     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15850   layout:
15851     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15852     layout: "plot-throughput"
15853
15854 - type: "plot"
15855   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15856   algorithm: "plot_perf_box_name"
15857   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15858   data: "plot-dpdk-throughput-latency-2n-skx"
15859   include:
15860     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15861     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15862   layout:
15863     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15864     layout: "plot-throughput"
15865
15866 - type: "plot"
15867   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15868   algorithm: "plot_perf_box_name"
15869   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15870   data: "plot-dpdk-throughput-latency-2n-skx"
15871   include:
15872     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15873     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15874   layout:
15875     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15876     layout: "plot-throughput"
15877
15878 - type: "plot"
15879   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15880   algorithm: "plot_perf_box_name"
15881   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15882   data: "plot-dpdk-throughput-latency-2n-skx"
15883   include:
15884     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15885     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15886   layout:
15887     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15888     layout: "plot-throughput"
15889
15890 # 2n-skx-x710
15891
15892 - type: "plot"
15893   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15894   algorithm: "plot_perf_box_name"
15895   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15896   data: "plot-dpdk-throughput-latency-2n-skx"
15897   include:
15898     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15899     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15900   layout:
15901     title: "2n-skx-x710-64b-2t1c-base-ndr"
15902     layout: "plot-throughput"
15903
15904 - type: "plot"
15905   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15906   algorithm: "plot_perf_box_name"
15907   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15908   data: "plot-dpdk-throughput-latency-2n-skx"
15909   include:
15910     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15911     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15912   layout:
15913     title: "2n-skx-x710-64b-4t2c-base-ndr"
15914     layout: "plot-throughput"
15915
15916 - type: "plot"
15917   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15918   algorithm: "plot_perf_box_name"
15919   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15920   data: "plot-dpdk-throughput-latency-2n-skx"
15921   include:
15922     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15923     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15924   layout:
15925     title: "2n-skx-x710-64b-2t1c-base-pdr"
15926     layout: "plot-throughput"
15927
15928 - type: "plot"
15929   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15930   algorithm: "plot_perf_box_name"
15931   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15932   data: "plot-dpdk-throughput-latency-2n-skx"
15933   include:
15934     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15935     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15936   layout:
15937     title: "2n-skx-x710-64b-4t2c-base-pdr"
15938     layout: "plot-throughput"
15939
15940 # 3n-skx-xxv710
15941
15942 - type: "plot"
15943   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15944   algorithm: "plot_perf_box_name"
15945   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15946   data: "plot-dpdk-throughput-latency-3n-skx"
15947   include:
15948     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15949     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15950   layout:
15951     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15952     layout: "plot-throughput"
15953
15954 - type: "plot"
15955   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15956   algorithm: "plot_perf_box_name"
15957   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15958   data: "plot-dpdk-throughput-latency-3n-skx"
15959   include:
15960     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15961     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15962   layout:
15963     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15964     layout: "plot-throughput"
15965
15966 - type: "plot"
15967   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15968   algorithm: "plot_perf_box_name"
15969   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15970   data: "plot-dpdk-throughput-latency-3n-skx"
15971   include:
15972     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15973     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15974   layout:
15975     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15976     layout: "plot-throughput"
15977
15978 - type: "plot"
15979   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15980   algorithm: "plot_perf_box_name"
15981   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15982   data: "plot-dpdk-throughput-latency-3n-skx"
15983   include:
15984     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15985     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15986   layout:
15987     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15988     layout: "plot-throughput"
15989
15990 # 3n-skx-x710
15991
15992 - type: "plot"
15993   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15994   algorithm: "plot_perf_box_name"
15995   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15996   data: "plot-dpdk-throughput-latency-3n-skx"
15997   include:
15998     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15999     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16000   layout:
16001     title: "3n-skx-x710-64b-2t1c-base-ndr"
16002     layout: "plot-throughput"
16003
16004 - type: "plot"
16005   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16006   algorithm: "plot_perf_box_name"
16007   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16008   data: "plot-dpdk-throughput-latency-3n-skx"
16009   include:
16010     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16011     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16012   layout:
16013     title: "3n-skx-x710-64b-4t2c-base-ndr"
16014     layout: "plot-throughput"
16015
16016 - type: "plot"
16017   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16018   algorithm: "plot_perf_box_name"
16019   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16020   data: "plot-dpdk-throughput-latency-3n-skx"
16021   include:
16022     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16023     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16024   layout:
16025     title: "3n-skx-x710-64b-2t1c-base-pdr"
16026     layout: "plot-throughput"
16027
16028 - type: "plot"
16029   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16030   algorithm: "plot_perf_box_name"
16031   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16032   data: "plot-dpdk-throughput-latency-3n-skx"
16033   include:
16034     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16035     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16036   layout:
16037     title: "3n-skx-x710-64b-4t2c-base-pdr"
16038     layout: "plot-throughput"
16039
16040 # 3n-hsw-xl710
16041
16042 - type: "plot"
16043   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16044   algorithm: "plot_perf_box_name"
16045   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16046   data: "plot-dpdk-throughput-latency-3n-hsw"
16047   include:
16048     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16049     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16050   layout:
16051     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16052     layout: "plot-throughput"
16053
16054 - type: "plot"
16055   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16056   algorithm: "plot_perf_box_name"
16057   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16058   data: "plot-dpdk-throughput-latency-3n-hsw"
16059   include:
16060     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16061     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16062   layout:
16063     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16064     layout: "plot-throughput"
16065
16066 - type: "plot"
16067   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16068   algorithm: "plot_perf_box_name"
16069   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16070   data: "plot-dpdk-throughput-latency-3n-hsw"
16071   include:
16072     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16073     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16074   layout:
16075     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16076     layout: "plot-throughput"
16077
16078 - type: "plot"
16079   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16080   algorithm: "plot_perf_box_name"
16081   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16082   data: "plot-dpdk-throughput-latency-3n-hsw"
16083   include:
16084     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16085     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16086   layout:
16087     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16088     layout: "plot-throughput"
16089
16090 # 3n-hsw-x710
16091
16092 - type: "plot"
16093   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16094   algorithm: "plot_perf_box_name"
16095   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16096   data: "plot-dpdk-throughput-latency-3n-hsw"
16097   include:
16098     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16099     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16100   layout:
16101     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16102     layout: "plot-throughput"
16103
16104 - type: "plot"
16105   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16106   algorithm: "plot_perf_box_name"
16107   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16108   data: "plot-dpdk-throughput-latency-3n-hsw"
16109   include:
16110     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16111     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16112   layout:
16113     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16114     layout: "plot-throughput"
16115
16116 - type: "plot"
16117   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16118   algorithm: "plot_perf_box_name"
16119   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16120   data: "plot-dpdk-throughput-latency-3n-hsw"
16121   include:
16122     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16123     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16124   layout:
16125     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16126     layout: "plot-throughput"
16127
16128 - type: "plot"
16129   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16130   algorithm: "plot_perf_box_name"
16131   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16132   data: "plot-dpdk-throughput-latency-3n-hsw"
16133   include:
16134     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16135     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16136   layout:
16137     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16138     layout: "plot-throughput"
16139
16140 # 2n-dnv-x553
16141
16142 - type: "plot"
16143   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16144   algorithm: "plot_perf_box_name"
16145   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16146   data: "plot-dpdk-throughput-latency-2n-dnv"
16147   include:
16148     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16149     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16150   layout:
16151     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16152     layout: "plot-throughput"
16153
16154 - type: "plot"
16155   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16156   algorithm: "plot_perf_box_name"
16157   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16158   data: "plot-dpdk-throughput-latency-2n-dnv"
16159   include:
16160     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16161     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16162   layout:
16163     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16164     layout: "plot-throughput"
16165
16166 - type: "plot"
16167   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16168   algorithm: "plot_perf_box_name"
16169   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16170   data: "plot-dpdk-throughput-latency-2n-dnv"
16171   include:
16172     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16173     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16174   layout:
16175     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16176     layout: "plot-throughput"
16177
16178 - type: "plot"
16179   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16180   algorithm: "plot_perf_box_name"
16181   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16182   data: "plot-dpdk-throughput-latency-2n-dnv"
16183   include:
16184     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16185     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16186   layout:
16187     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16188     layout: "plot-throughput"
16189
16190 # 3n-dnv-x553
16191
16192 - type: "plot"
16193   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16194   algorithm: "plot_perf_box_name"
16195   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16196   data: "plot-dpdk-throughput-latency-3n-dnv"
16197   include:
16198     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16199     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16200   layout:
16201     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16202     layout: "plot-throughput"
16203
16204 - type: "plot"
16205   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16206   algorithm: "plot_perf_box_name"
16207   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16208   data: "plot-dpdk-throughput-latency-3n-dnv"
16209   include:
16210     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16211     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16212   layout:
16213     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16214     layout: "plot-throughput"
16215
16216 - type: "plot"
16217   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16218   algorithm: "plot_perf_box_name"
16219   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16220   data: "plot-dpdk-throughput-latency-3n-dnv"
16221   include:
16222     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16223     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16224   layout:
16225     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16226     layout: "plot-throughput"
16227
16228 - type: "plot"
16229   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16230   algorithm: "plot_perf_box_name"
16231   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16232   data: "plot-dpdk-throughput-latency-3n-dnv"
16233   include:
16234     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16235     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16236   layout:
16237     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16238     layout: "plot-throughput"
16239
16240 # 3n-tsh-x520
16241
16242 - type: "plot"
16243   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16244   algorithm: "plot_perf_box_name"
16245   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16246   data: "plot-dpdk-throughput-latency-3n-tsh"
16247   include:
16248     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16249     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16250   layout:
16251     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16252     layout: "plot-throughput"
16253
16254 - type: "plot"
16255   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16256   algorithm: "plot_perf_box_name"
16257   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16258   data: "plot-dpdk-throughput-latency-3n-tsh"
16259   include:
16260     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16261     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16262   layout:
16263     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16264     layout: "plot-throughput"
16265
16266 - type: "plot"
16267   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16268   algorithm: "plot_perf_box_name"
16269   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16270   data: "plot-dpdk-throughput-latency-3n-tsh"
16271   include:
16272     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16273     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16274   layout:
16275     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16276     layout: "plot-throughput"
16277
16278 - type: "plot"
16279   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16280   algorithm: "plot_perf_box_name"
16281   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16282   data: "plot-dpdk-throughput-latency-3n-tsh"
16283   include:
16284     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16285     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16286   layout:
16287     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16288     layout: "plot-throughput"
16289
16290 ################################################################################
16291 ###   2n-clx                                                                 ###
16292 ################################################################################
16293
16294 # Packet Throughput
16295
16296 - type: "plot"
16297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16298   algorithm: "plot_perf_box_name"
16299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16301   include:
16302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16306   layout:
16307     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16308     layout: "plot-throughput"
16309
16310 - type: "plot"
16311   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16312   algorithm: "plot_perf_box_name"
16313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16315   include:
16316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16320   layout:
16321     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16322     layout: "plot-throughput"
16323
16324 - type: "plot"
16325   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16326   algorithm: "plot_perf_box_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16329   include:
16330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16334   layout:
16335     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16336     layout: "plot-throughput"
16337
16338 - type: "plot"
16339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16340   algorithm: "plot_perf_box_name"
16341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16343   include:
16344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16348   layout:
16349     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16350     layout: "plot-throughput"
16351
16352 - type: "plot"
16353   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16354   algorithm: "plot_perf_box_name"
16355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16357   include:
16358 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16359     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16360     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16361     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16362   layout:
16363     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16364     layout: "plot-throughput"
16365
16366 - type: "plot"
16367   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16368   algorithm: "plot_perf_box_name"
16369   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16371   include:
16372 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16373     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16374     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16375     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16376   layout:
16377     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16378     layout: "plot-throughput"
16379
16380 - type: "plot"
16381   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16382   algorithm: "plot_perf_box_name"
16383   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16385   include:
16386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16392   layout:
16393     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16394     layout: "plot-throughput"
16395
16396 - type: "plot"
16397   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16398   algorithm: "plot_perf_box_name"
16399   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16401   include:
16402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16408   layout:
16409     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16410     layout: "plot-throughput"
16411
16412 - type: "plot"
16413   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16414   algorithm: "plot_perf_box_name"
16415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16417   include:
16418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16422   layout:
16423     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16424     layout: "plot-throughput"
16425
16426 - type: "plot"
16427   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16428   algorithm: "plot_perf_box_name"
16429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16431   include:
16432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16436   layout:
16437     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16438     layout: "plot-throughput"
16439
16440 - type: "plot"
16441   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16442   algorithm: "plot_perf_box_name"
16443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16445   include:
16446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16449   layout:
16450     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16451     layout: "plot-throughput"
16452
16453 - type: "plot"
16454   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16455   algorithm: "plot_perf_box_name"
16456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16458   include:
16459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16462   layout:
16463     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16464     layout: "plot-throughput"
16465
16466 - type: "plot"
16467   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16468   algorithm: "plot_perf_box_name"
16469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16471   include:
16472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16477   layout:
16478     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16479     layout: "plot-throughput"
16480
16481 - type: "plot"
16482   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16483   algorithm: "plot_perf_box_name"
16484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16486   include:
16487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16492   layout:
16493     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16494     layout: "plot-throughput"
16495
16496 - type: "plot"
16497   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16498   algorithm: "plot_perf_box_name"
16499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16501   include:
16502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16505   layout:
16506     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16507     layout: "plot-throughput"
16508
16509 - type: "plot"
16510   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16511   algorithm: "plot_perf_box_name"
16512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16514   include:
16515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16518   layout:
16519     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16520     layout: "plot-throughput"
16521
16522 - type: "plot"
16523   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16524   algorithm: "plot_perf_box_name"
16525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16527   include:
16528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16534   layout:
16535     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16536     layout: "plot-throughput"
16537
16538 - type: "plot"
16539   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16540   algorithm: "plot_perf_box_name"
16541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16543   include:
16544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16550   layout:
16551     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16552     layout: "plot-throughput"
16553
16554 - type: "plot"
16555   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16556   algorithm: "plot_perf_box_name"
16557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16559   include:
16560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16566   layout:
16567     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16568     layout: "plot-throughput"
16569
16570 - type: "plot"
16571   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16572   algorithm: "plot_perf_box_name"
16573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16575   include:
16576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16582   layout:
16583     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16591   include:
16592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16598   layout:
16599     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16600     layout: "plot-throughput"
16601
16602 - type: "plot"
16603   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16604   algorithm: "plot_perf_box_name"
16605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16607   include:
16608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16614   layout:
16615     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16616     layout: "plot-throughput"
16617
16618 - type: "plot"
16619   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16620   algorithm: "plot_perf_box_name"
16621   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16623   include:
16624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16626   layout:
16627     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16628     layout: "plot-throughput"
16629
16630 - type: "plot"
16631   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16632   algorithm: "plot_perf_box_name"
16633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16635   include:
16636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16638   layout:
16639     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16640     layout: "plot-throughput"
16641
16642 - type: "plot"
16643   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16644   algorithm: "plot_perf_box_name"
16645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16647   include:
16648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16654   layout:
16655     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16656     layout: "plot-throughput"
16657
16658 - type: "plot"
16659   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16663   include:
16664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16670   layout:
16671     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16686   layout:
16687     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16688     layout: "plot-throughput"
16689
16690 - type: "plot"
16691   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16692   algorithm: "plot_perf_box_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16695   include:
16696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16702   layout:
16703     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16711   include:
16712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16718   layout:
16719     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16720     layout: "plot-throughput"
16721
16722 - type: "plot"
16723   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16724   algorithm: "plot_perf_box_name"
16725   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16727   include:
16728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16734   layout:
16735     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16743   include:
16744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16749   layout:
16750     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16751     layout: "plot-throughput"
16752
16753 - type: "plot"
16754   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16755   algorithm: "plot_perf_box_name"
16756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16758   include:
16759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16764   layout:
16765     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16766     layout: "plot-throughput"
16767
16768 - type: "plot"
16769   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16770   algorithm: "plot_perf_box_name"
16771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16773   include:
16774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16779   layout:
16780     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16781     layout: "plot-throughput"
16782
16783 - type: "plot"
16784   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16785   algorithm: "plot_perf_box_name"
16786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16788   include:
16789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16794   layout:
16795     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16800   algorithm: "plot_perf_box_name"
16801   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16803   include:
16804     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16809   layout:
16810     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16811     layout: "plot-throughput"
16812
16813 - type: "plot"
16814   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16815   algorithm: "plot_perf_box_name"
16816   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16818   include:
16819     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16824   layout:
16825     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16826     layout: "plot-throughput"
16827
16828 - type: "plot"
16829   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16830   algorithm: "plot_perf_box_name"
16831   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16833   include:
16834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16839   layout:
16840     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16841     layout: "plot-throughput"
16842
16843 - type: "plot"
16844   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16845   algorithm: "plot_perf_box_name"
16846   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16848   include:
16849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16854   layout:
16855     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16863   include:
16864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16869   layout:
16870     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16871     layout: "plot-throughput"
16872
16873 - type: "plot"
16874   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16875   algorithm: "plot_perf_box_name"
16876   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16878   include:
16879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16884   layout:
16885     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16893   include:
16894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16900   layout:
16901     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16902     layout: "plot-throughput"
16903
16904 - type: "plot"
16905   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16906   algorithm: "plot_perf_box_name"
16907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16909   include:
16910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16916   layout:
16917     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16925   include:
16926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16930   layout:
16931     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16939   include:
16940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16944   layout:
16945     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16946     layout: "plot-throughput"
16947
16948 - type: "plot"
16949   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16950   algorithm: "plot_perf_box_name"
16951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16953   include:
16954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16960   layout:
16961     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16962     layout: "plot-throughput"
16963
16964 - type: "plot"
16965   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16966   algorithm: "plot_perf_box_name"
16967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16969   include:
16970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16976   layout:
16977     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16982   algorithm: "plot_perf_box_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16985   include:
16986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16990   layout:
16991     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16999   include:
17000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17004   layout:
17005     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17006     layout: "plot-throughput"
17007
17008 - type: "plot"
17009   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17013   include:
17014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17020   layout:
17021     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17026   algorithm: "plot_perf_box_name"
17027   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17029   include:
17030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17036   layout:
17037     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17038     layout: "plot-throughput"
17039
17040 - type: "plot"
17041   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17042   algorithm: "plot_perf_box_name"
17043   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17045   include:
17046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17050   layout:
17051     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17052     layout: "plot-throughput"
17053
17054 - type: "plot"
17055   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17056   algorithm: "plot_perf_box_name"
17057   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17059   include:
17060     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17061     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17064   layout:
17065     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17066     layout: "plot-throughput"
17067
17068 - type: "plot"
17069   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17070   algorithm: "plot_perf_box_name"
17071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17073   include:
17074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17079   layout:
17080     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17081     layout: "plot-throughput"
17082
17083 - type: "plot"
17084   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17085   algorithm: "plot_perf_box_name"
17086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17088   include:
17089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17094   layout:
17095     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17096     layout: "plot-throughput"
17097
17098 - type: "plot"
17099   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17100   algorithm: "plot_perf_box_name"
17101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17103   include:
17104     - "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"
17105     - "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"
17106     - "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"
17107     - "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"
17108     - "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"
17109   layout:
17110     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "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"
17120     - "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"
17121     - "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"
17122     - "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"
17123     - "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"
17124   layout:
17125     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17130   algorithm: "plot_perf_box_name"
17131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17133   include:
17134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17139   layout:
17140     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17148   include:
17149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17154   layout:
17155     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17163   include:
17164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17169   layout:
17170     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17178   include:
17179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17184   layout:
17185     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17198   layout:
17199     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17200     layout: "plot-throughput"
17201
17202 - type: "plot"
17203   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17204   algorithm: "plot_perf_box_name"
17205   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17207   include:
17208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17212   layout:
17213     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17221   include:
17222     - "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"
17223     - "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"
17224     - "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"
17225     - "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"
17226   layout:
17227     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17235   include:
17236     - "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"
17237     - "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"
17238     - "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"
17239     - "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"
17240   layout:
17241     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17249   include:
17250     - "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"
17251     - "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"
17252     - "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"
17253     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17254     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17255     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17256   layout:
17257     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17265   include:
17266     - "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"
17267     - "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"
17268     - "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"
17269     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17270     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17271     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17272   layout:
17273     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17274     layout: "plot-throughput"
17275
17276 ################################################################################
17277
17278 # Packet Speedup
17279
17280 - type: "plot"
17281   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17282   algorithm: "plot_tsa_name"
17283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17285   include:
17286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17290   layout:
17291     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17292     layout: "plot-throughput-speedup-analysis"
17293
17294 - type: "plot"
17295   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17296   algorithm: "plot_tsa_name"
17297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17299   include:
17300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17304   layout:
17305     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17306     layout: "plot-throughput-speedup-analysis"
17307
17308 - type: "plot"
17309   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17310   algorithm: "plot_tsa_name"
17311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17313   include:
17314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17315     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17318   layout:
17319     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17320     layout: "plot-throughput-speedup-analysis"
17321
17322 - type: "plot"
17323   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17324   algorithm: "plot_tsa_name"
17325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17327   include:
17328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17332   layout:
17333     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17334     layout: "plot-throughput-speedup-analysis"
17335
17336 - type: "plot"
17337   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17338   algorithm: "plot_tsa_name"
17339   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17341   include:
17342     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17343     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17344     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17345     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17346   layout:
17347     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17348     layout: "plot-throughput-speedup-analysis"
17349
17350 - type: "plot"
17351   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17352   algorithm: "plot_tsa_name"
17353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17355   include:
17356     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17357     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17358     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17359     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17360   layout:
17361     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17362     layout: "plot-throughput-speedup-analysis"
17363
17364 - type: "plot"
17365   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17366   algorithm: "plot_tsa_name"
17367   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17369   include:
17370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17376   layout:
17377     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17378     layout: "plot-throughput-speedup-analysis"
17379
17380 - type: "plot"
17381   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17382   algorithm: "plot_tsa_name"
17383   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385   include:
17386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17392   layout:
17393     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17394     layout: "plot-throughput-speedup-analysis"
17395
17396 - type: "plot"
17397   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17398   algorithm: "plot_tsa_name"
17399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401   include:
17402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17406   layout:
17407     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17408     layout: "plot-throughput-speedup-analysis"
17409
17410 - type: "plot"
17411   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17412   algorithm: "plot_tsa_name"
17413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17415   include:
17416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17420   layout:
17421     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17422     layout: "plot-throughput-speedup-analysis"
17423
17424 - type: "plot"
17425   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17426   algorithm: "plot_tsa_name"
17427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17429   include:
17430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17433   layout:
17434     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17435     layout: "plot-throughput-speedup-analysis"
17436
17437 - type: "plot"
17438   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17439   algorithm: "plot_tsa_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17446   layout:
17447     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17448     layout: "plot-throughput-speedup-analysis"
17449
17450 - type: "plot"
17451   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17452   algorithm: "plot_tsa_name"
17453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17455   include:
17456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17461   layout:
17462     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17463     layout: "plot-throughput-speedup-analysis"
17464
17465 - type: "plot"
17466   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17467   algorithm: "plot_tsa_name"
17468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17470   include:
17471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17476   layout:
17477     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17478     layout: "plot-throughput-speedup-analysis"
17479
17480 - type: "plot"
17481   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17482   algorithm: "plot_tsa_name"
17483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17485   include:
17486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17489   layout:
17490     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17491     layout: "plot-throughput-speedup-analysis"
17492
17493 - type: "plot"
17494   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17495   algorithm: "plot_tsa_name"
17496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17498   include:
17499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17502   layout:
17503     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17504     layout: "plot-throughput-speedup-analysis"
17505
17506 - type: "plot"
17507   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17508   algorithm: "plot_tsa_name"
17509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17511   include:
17512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17518   layout:
17519     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17520     layout: "plot-throughput-speedup-analysis"
17521
17522 - type: "plot"
17523   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17524   algorithm: "plot_tsa_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17534   layout:
17535     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17536     layout: "plot-throughput-speedup-analysis"
17537
17538 - type: "plot"
17539   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17540   algorithm: "plot_tsa_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17550   layout:
17551     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr"
17552     layout: "plot-throughput-speedup-analysis"
17553
17554 - type: "plot"
17555   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17556   algorithm: "plot_tsa_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr"
17568     layout: "plot-throughput-speedup-analysis"
17569
17570 - type: "plot"
17571   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17572   algorithm: "plot_tsa_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17582   layout:
17583     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17584     layout: "plot-throughput-speedup-analysis"
17585
17586 - type: "plot"
17587   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17588   algorithm: "plot_tsa_name"
17589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17591   include:
17592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17598   layout:
17599     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17600     layout: "plot-throughput-speedup-analysis"
17601
17602 - type: "plot"
17603   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17604   algorithm: "plot_tsa_name"
17605   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607   include:
17608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17610   layout:
17611     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17612     layout: "plot-throughput-speedup-analysis"
17613
17614 - type: "plot"
17615   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17616   algorithm: "plot_tsa_name"
17617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17619   include:
17620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17622   layout:
17623     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17624     layout: "plot-throughput-speedup-analysis"
17625
17626 - type: "plot"
17627   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17628   algorithm: "plot_tsa_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17638   layout:
17639     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17640     layout: "plot-throughput-speedup-analysis"
17641
17642 - type: "plot"
17643   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17644   algorithm: "plot_tsa_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17654   layout:
17655     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17656     layout: "plot-throughput-speedup-analysis"
17657
17658 - type: "plot"
17659   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17660   algorithm: "plot_tsa_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17670   layout:
17671     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17672     layout: "plot-throughput-speedup-analysis"
17673
17674 - type: "plot"
17675   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17676   algorithm: "plot_tsa_name"
17677   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17679   include:
17680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17686   layout:
17687     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17688     layout: "plot-throughput-speedup-analysis"
17689
17690 - type: "plot"
17691   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17692   algorithm: "plot_tsa_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17702   layout:
17703     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17704     layout: "plot-throughput-speedup-analysis"
17705
17706 - type: "plot"
17707   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17708   algorithm: "plot_tsa_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17718   layout:
17719     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17720     layout: "plot-throughput-speedup-analysis"
17721
17722 - type: "plot"
17723   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17724   algorithm: "plot_tsa_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17735     layout: "plot-throughput-speedup-analysis"
17736
17737 - type: "plot"
17738   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17739   algorithm: "plot_tsa_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17750     layout: "plot-throughput-speedup-analysis"
17751
17752 - type: "plot"
17753   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17754   algorithm: "plot_tsa_name"
17755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17757   include:
17758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17765     layout: "plot-throughput-speedup-analysis"
17766
17767 - type: "plot"
17768   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17769   algorithm: "plot_tsa_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17780     layout: "plot-throughput-speedup-analysis"
17781
17782 - type: "plot"
17783   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17784   algorithm: "plot_tsa_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17793   layout:
17794     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17795     layout: "plot-throughput-speedup-analysis"
17796
17797 - type: "plot"
17798   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17799   algorithm: "plot_tsa_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17808   layout:
17809     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17810     layout: "plot-throughput-speedup-analysis"
17811
17812 - type: "plot"
17813   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17814   algorithm: "plot_tsa_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17823   layout:
17824     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17825     layout: "plot-throughput-speedup-analysis"
17826
17827 - type: "plot"
17828   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17829   algorithm: "plot_tsa_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17838   layout:
17839     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17853   layout:
17854     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17868   layout:
17869     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17870     layout: "plot-throughput-speedup-analysis"
17871
17872 - type: "plot"
17873   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17874   algorithm: "plot_tsa_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17884   layout:
17885     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17886     layout: "plot-throughput-speedup-analysis"
17887
17888 - type: "plot"
17889   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17890   algorithm: "plot_tsa_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17900   layout:
17901     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17902     layout: "plot-throughput-speedup-analysis"
17903
17904 - type: "plot"
17905   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17906   algorithm: "plot_tsa_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17914   layout:
17915     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17916     layout: "plot-throughput-speedup-analysis"
17917
17918 - type: "plot"
17919   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17920   algorithm: "plot_tsa_name"
17921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17923   include:
17924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17930     layout: "plot-throughput-speedup-analysis"
17931
17932 - type: "plot"
17933   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17934   algorithm: "plot_tsa_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17944   layout:
17945     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17946     layout: "plot-throughput-speedup-analysis"
17947
17948 - type: "plot"
17949   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17950   algorithm: "plot_tsa_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17960   layout:
17961     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17962     layout: "plot-throughput-speedup-analysis"
17963
17964 - type: "plot"
17965   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17966   algorithm: "plot_tsa_name"
17967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17969   include:
17970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17974   layout:
17975     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17976     layout: "plot-throughput-speedup-analysis"
17977
17978 - type: "plot"
17979   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17980   algorithm: "plot_tsa_name"
17981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17983   include:
17984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17988   layout:
17989     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17990     layout: "plot-throughput-speedup-analysis"
17991
17992 - type: "plot"
17993   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17994   algorithm: "plot_tsa_name"
17995   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17997   include:
17998     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18004   layout:
18005     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18006     layout: "plot-throughput-speedup-analysis"
18007
18008 - type: "plot"
18009   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18010   algorithm: "plot_tsa_name"
18011   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18013   include:
18014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18015     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18020   layout:
18021     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18022     layout: "plot-throughput-speedup-analysis"
18023
18024 - type: "plot"
18025   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18026   algorithm: "plot_tsa_name"
18027   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18029   include:
18030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18031     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18034   layout:
18035     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18036     layout: "plot-throughput-speedup-analysis"
18037
18038 - type: "plot"
18039   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18040   algorithm: "plot_tsa_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18045     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18048   layout:
18049     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18050     layout: "plot-throughput-speedup-analysis"
18051
18052 - type: "plot"
18053   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18054   algorithm: "plot_tsa_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18063   layout:
18064     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18065     layout: "plot-throughput-speedup-analysis"
18066
18067 - type: "plot"
18068   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18069   algorithm: "plot_tsa_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18078   layout:
18079     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18080     layout: "plot-throughput-speedup-analysis"
18081
18082 - type: "plot"
18083   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18084   algorithm: "plot_tsa_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "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"
18089     - "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"
18090     - "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"
18091     - "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"
18092     - "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"
18093   layout:
18094     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "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"
18104     - "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"
18105     - "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"
18106     - "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"
18107     - "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"
18108   layout:
18109     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18110     layout: "plot-throughput-speedup-analysis"
18111
18112 - type: "plot"
18113   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18114   algorithm: "plot_tsa_name"
18115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18117   include:
18118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18123   layout:
18124     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18125     layout: "plot-throughput-speedup-analysis"
18126
18127 - type: "plot"
18128   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18129   algorithm: "plot_tsa_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18138   layout:
18139     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18140     layout: "plot-throughput-speedup-analysis"
18141
18142 - type: "plot"
18143   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18144   algorithm: "plot_tsa_name"
18145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18147   include:
18148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18153   layout:
18154     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18155     layout: "plot-throughput-speedup-analysis"
18156
18157 - type: "plot"
18158   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18159   algorithm: "plot_tsa_name"
18160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18162   include:
18163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18168   layout:
18169     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18170     layout: "plot-throughput-speedup-analysis"
18171
18172 - type: "plot"
18173   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18174   algorithm: "plot_tsa_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18182   layout:
18183     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18184     layout: "plot-throughput-speedup-analysis"
18185
18186 - type: "plot"
18187   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18188   algorithm: "plot_tsa_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18196   layout:
18197     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18198     layout: "plot-throughput-speedup-analysis"
18199
18200 - type: "plot"
18201   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18202   algorithm: "plot_tsa_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "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"
18207     - "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"
18208     - "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"
18209     - "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"
18210   layout:
18211     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18212     layout: "plot-throughput-speedup-analysis"
18213
18214 - type: "plot"
18215   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18216   algorithm: "plot_tsa_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "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"
18221     - "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"
18222     - "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"
18223     - "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"
18224   layout:
18225     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "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"
18235     - "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"
18236     - "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"
18237     - "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"
18238     - "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"
18239     - "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"
18240   layout:
18241     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18242     layout: "plot-throughput-speedup-analysis"
18243
18244 - type: "plot"
18245   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18246   algorithm: "plot_tsa_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "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"
18251     - "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"
18252     - "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"
18253     - "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"
18254     - "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"
18255     - "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"
18256   layout:
18257     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18258     layout: "plot-throughput-speedup-analysis"
18259
18260 ################################################################################
18261
18262 # Packet Throughput - DPDK
18263
18264 # 2n-clx-xxv710
18265
18266 - type: "plot"
18267   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18268   algorithm: "plot_perf_box_name"
18269   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18270   data: "plot-dpdk-throughput-latency-2n-clx"
18271   include:
18272     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18273     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18274   layout:
18275     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18276     layout: "plot-throughput"
18277
18278 - type: "plot"
18279   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18280   algorithm: "plot_perf_box_name"
18281   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18282   data: "plot-dpdk-throughput-latency-2n-clx"
18283   include:
18284     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18285     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18286   layout:
18287     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18294   data: "plot-dpdk-throughput-latency-2n-clx"
18295   include:
18296     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18297     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18298   layout:
18299     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18300     layout: "plot-throughput"
18301
18302 - type: "plot"
18303   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18304   algorithm: "plot_perf_box_name"
18305   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18306   data: "plot-dpdk-throughput-latency-2n-clx"
18307   include:
18308     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18309     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18310   layout:
18311     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18312     layout: "plot-throughput"
18313
18314 # 2n-clx-x710
18315
18316 - type: "plot"
18317   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18318   algorithm: "plot_perf_box_name"
18319   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18320   data: "plot-dpdk-throughput-latency-2n-clx"
18321   include:
18322     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18323     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18324   layout:
18325     title: "2n-clx-x710-64b-2t1c-base-ndr"
18326     layout: "plot-throughput"
18327
18328 - type: "plot"
18329   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18330   algorithm: "plot_perf_box_name"
18331   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18332   data: "plot-dpdk-throughput-latency-2n-clx"
18333   include:
18334     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18335     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18336   layout:
18337     title: "2n-clx-x710-64b-4t2c-base-ndr"
18338     layout: "plot-throughput"
18339
18340 - type: "plot"
18341   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18342   algorithm: "plot_perf_box_name"
18343   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18344   data: "plot-dpdk-throughput-latency-2n-clx"
18345   include:
18346     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18347     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18348   layout:
18349     title: "2n-clx-x710-64b-2t1c-base-pdr"
18350     layout: "plot-throughput"
18351
18352 - type: "plot"
18353   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18354   algorithm: "plot_perf_box_name"
18355   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18356   data: "plot-dpdk-throughput-latency-2n-clx"
18357   include:
18358     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18359     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18360   layout:
18361     title: "2n-clx-x710-64b-4t2c-base-pdr"
18362     layout: "plot-throughput"
18363
18364 ################################################################################
18365
18366 - type: "plot"
18367   title: "Latency by percentile: 2n-skx"
18368   algorithm: "plot_hdrh_lat_by_percentile"
18369   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18370   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18371   target-links: "../../_static/vpp"
18372   data: "plot-vpp-hdrh-lat-2n-skx"
18373   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18374   layout:
18375     layout: "plot-hdrh-latency-by-percentile"
18376
18377 - type: "plot"
18378   title: "Latency by percentile: 3n-skx"
18379   algorithm: "plot_hdrh_lat_by_percentile"
18380   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18381   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18382   target-links: "../../_static/vpp"
18383   data: "plot-vpp-hdrh-lat-3n-skx"
18384   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18385   layout:
18386     layout: "plot-hdrh-latency-by-percentile"
18387
18388 - type: "plot"
18389   title: "Latency by percentile: 2n-clx"
18390   algorithm: "plot_hdrh_lat_by_percentile"
18391   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18392   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18393   target-links: "../../_static/vpp"
18394   data: "plot-vpp-hdrh-lat-2n-clx"
18395   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18396   layout:
18397     layout: "plot-hdrh-latency-by-percentile"
18398
18399 - type: "plot"
18400   title: "Latency by percentile: 3n-hsw"
18401   algorithm: "plot_hdrh_lat_by_percentile"
18402   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18403   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18404   target-links: "../../_static/vpp"
18405   data: "plot-vpp-hdrh-lat-3n-hsw"
18406   filter: "'1T1C' and 'NIC_Intel-XL710'"
18407   layout:
18408     layout: "plot-hdrh-latency-by-percentile"
18409
18410 - type: "plot"
18411   title: "Latency by percentile: 3n-tsh"
18412   algorithm: "plot_hdrh_lat_by_percentile"
18413   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18414   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18415   target-links: "../../_static/vpp"
18416   data: "plot-vpp-hdrh-lat-3n-tsh"
18417   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18418   layout:
18419     layout: "plot-hdrh-latency-by-percentile"
18420
18421 - type: "plot"
18422   title: "Latency by percentile: DPDK 2n-skx"
18423   algorithm: "plot_hdrh_lat_by_percentile"
18424   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18425   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18426   target-links: "../../_static/dpdk"
18427   data: "plot-dpdk-hdrh-lat-2n-skx"
18428   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18429   layout:
18430     layout: "plot-hdrh-latency-by-percentile"
18431
18432 - type: "plot"
18433   title: "Latency by percentile: DPDK 3n-skx"
18434   algorithm: "plot_hdrh_lat_by_percentile"
18435   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18436   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18437   target-links: "../../_static/dpdk"
18438   data: "plot-dpdk-hdrh-lat-3n-skx"
18439   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18440   layout:
18441     layout: "plot-hdrh-latency-by-percentile"
18442
18443 - type: "plot"
18444   title: "Latency by percentile: DPDK 2n-clx"
18445   algorithm: "plot_hdrh_lat_by_percentile"
18446   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18447   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18448   target-links: "../../_static/dpdk"
18449   data: "plot-dpdk-hdrh-lat-2n-clx"
18450   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18451   layout:
18452     layout: "plot-hdrh-latency-by-percentile"
18453
18454 - type: "plot"
18455   title: "Latency by percentile: DPDK 3n-hsw"
18456   algorithm: "plot_hdrh_lat_by_percentile"
18457   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18458   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18459   target-links: "../../_static/dpdk"
18460   data: "plot-dpdk-hdrh-lat-3n-hsw"
18461   filter: "'1T1C' and 'NIC_Intel-XL710'"
18462   layout:
18463     layout: "plot-hdrh-latency-by-percentile"
18464
18465 - type: "plot"
18466   title: "Latency by percentile: DPDK 3n-tsh"
18467   algorithm: "plot_hdrh_lat_by_percentile"
18468   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18469   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18470   target-links: "../../_static/dpdk"
18471   data: "plot-dpdk-hdrh-lat-3n-tsh"
18472   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18473   layout:
18474     layout: "plot-hdrh-latency-by-percentile"