feat(jobspec): Unify soak jobspecs
[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         - 3  # RC1 NDRPDR sel env5
157
158     plot-vpp-hdrh-lat-3n-hsw:
159       # TODO: Add:
160       csit-vpp-perf-report-iterative-2009-3n-hsw:
161         - 3  # RC1 NDRPDR sel env5
162
163     plot-vpp-hoststack-3n-hsw:
164       # TODO: Replace:
165       # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
166       # csit-vpp-perf-verify-2009-3n-hsw:
167       csit-vpp-perf-verify-2005-3n-hsw:
168         - 3   # hoststack
169         - 5   # hoststack
170         - 6   # hoststack
171         - 7   # hoststack
172         - 8   # hoststack
173         - 9   # hoststack
174         - 10  # hoststack
175         - 11  # hoststack
176         - 12  # hoststack
177         - 13  # hoststack
178
179     plot-dpdk-throughput-latency-3n-hsw:
180       # TODO: Add:
181       csit-dpdk-perf-report-iterative-2009-3n-hsw:
182         - 3  # RC1 NDRPDR sel env5
183
184     plot-dpdk-hdrh-lat-3n-hsw:
185       # TODO: Add:
186       csit-dpdk-perf-report-iterative-2009-3n-hsw:
187         - 3  # RC1 NDRPDR sel env5
188
189     # 3n-skx
190
191     plot-vpp-throughput-lat-tsa-3n-skx:
192       # TODO: Add:
193       csit-vpp-perf-report-iterative-2009-3n-skx:
194         - 3  # RC1 NDRPDR sel env5
195
196     plot-vpp-hdrh-lat-3n-skx:
197       # TODO: Add:
198       csit-vpp-perf-report-iterative-2009-3n-skx:
199         - 3  # RC1 NDRPDR sel env5
200
201     plot-vpp-nfv-3n-skx-ndrpdr:
202       # TODO: Replace:
203       # csit-vpp-perf-report-iterative-2009-3n-skx:
204       csit-vpp-perf-report-iterative-2005-3n-skx:
205         - 4   # NDRPDR sel
206         - 5   # NDRPDR sel ??? all x710 failed
207         - 33  # NDRPDR sel
208         - 28  # NDRPDR sel
209         - 34  # NDRPDR sel
210
211     plot-vpp-nfv-3n-skx-mrr:
212       # TODO: Replace:
213       # csit-vpp-perf-report-iterative-2009-3n-skx:
214       csit-vpp-perf-report-iterative-2005-3n-skx:
215         - 49  # MRR sel env 4
216
217     plot-dpdk-throughput-latency-3n-skx:
218       # TODO: Add:
219       csit-dpdk-perf-report-iterative-2009-3n-skx:
220         - 3  # RC1 NDRPDR sel env5
221
222     plot-dpdk-hdrh-lat-3n-skx:
223       # TODO: Add:
224       csit-dpdk-perf-report-iterative-2009-3n-skx:
225         - 3  # RC1 NDRPDR sel env5
226
227     # 2n-skx
228
229     plot-vpp-throughput-lat-tsa-2n-skx:
230       # TODO: Add:
231       csit-vpp-perf-report-iterative-2009-2n-skx:
232         - 3  # RC1 NDRPDR sel env5
233
234     plot-vpp-hdrh-lat-2n-skx:
235       # TODO: Add:
236       csit-vpp-perf-report-iterative-2009-2n-skx:
237         - 3  # RC1 NDRPDR sel env5
238
239     plot-vpp-soak-2n-skx:
240       # TODO: Replace:
241       # csit-vpp-perf-report-iterative-2009-2n-skx:
242       csit-vpp-perf-report-iterative-2005-2n-skx:
243         - 122 # Soak
244         - 123 # Soak
245
246     plot-vpp-nfv-2n-skx-ndrpdr:
247       # TODO: Replace:
248       # csit-vpp-perf-report-iterative-2009-2n-skx:
249       csit-vpp-perf-report-iterative-2005-2n-skx:
250         - 113 # nf-density-sel env 4
251         - 114 # nf-density-sel env 4
252         - 124 # nf-density-sel env 4
253         - 128 # nf-density-sel env 4
254         - 129 # nf-density-sel env 4
255         - 131 # nf-density-sel env 4
256         - 132 # nf-density-sel env 4
257         - 135 # nf-density-sel env 4
258         - 136 # nf-density-sel env 4
259         - 139 # nf-density-sel env 4
260
261     plot-vpp-nfv-2n-skx-mrr:
262       # TODO: Replace:
263       # csit-vpp-perf-report-iterative-2009-2n-skx:
264       csit-vpp-perf-report-iterative-2005-2n-skx:
265         - 115 # nf-density-sel env 4
266
267     plot-vpp-nfv-reconf-2n-skx:
268       # TODO: Replace:
269       # csit-vpp-perf-report-iterative-2009-2n-skx:
270       csit-vpp-perf-report-iterative-2005-2n-skx:
271         - 106 # Reconf env 4
272         - 107 # Reconf env 4
273         - 108 # Reconf env 4
274         - 109 # Reconf env 4
275         - 110 # Reconf env 4
276         - 111 # Reconf env 4
277         - 112 # Reconf env 4
278         - 118 # Reconf env 4
279         - 120 # Reconf env 4
280         - 121 # Reconf env 4
281
282     plot-dpdk-throughput-latency-2n-skx:
283       # TODO: Add:
284       csit-dpdk-perf-report-iterative-2009-2n-skx:
285         - 3  # RC1 NDRPDR sel env5
286
287     plot-dpdk-hdrh-lat-2n-skx:
288       # TODO: Add:
289       csit-dpdk-perf-report-iterative-2009-2n-skx:
290         - 3  # RC1 NDRPDR sel env5
291
292     # 2n-clx
293
294     plot-vpp-throughput-lat-tsa-2n-clx:
295       # TODO: Add:
296       csit-vpp-perf-report-iterative-2009-2n-clx:
297         - 3  # RC1 NDRPDR sel env5
298
299     plot-vpp-hdrh-lat-2n-clx:
300       # TODO: Add:
301       csit-vpp-perf-report-iterative-2009-2n-clx:
302         - 3  # RC1 NDRPDR sel env5
303
304     plot-vpp-nfv-2n-clx-ndrpdr:
305       # TODO: Replace:
306       # csit-vpp-perf-report-iterative-2009-2n-clx:
307       csit-vpp-perf-report-iterative-2005-2n-clx:
308         - 91  # nfv-density-00 env 4
309         - 92  # nfv-density-00 env 4
310         - 93  # nfv-density-00 env 4
311         - 97  # nfv-density-00 env 4
312         - 98  # nfv-density-00 env 4
313         - 99  # nfv-density-00 env 4
314         - 100 # nfv-density-00 env 4
315         - 105 # nfv-density-00 env 4
316         - 106 # nfv-density-00 env 4
317         - 108 # nfv-density-00 env 4
318
319     plot-vpp-nfv-2n-clx-mrr:
320       # TODO: Replace:
321       # csit-vpp-perf-report-iterative-2009-2n-clx:
322       csit-vpp-perf-report-iterative-2005-2n-clx:
323         - 96  # MRR
324
325     plot-vpp-nfv-reconf-2n-clx:
326       # TODO: Replace:
327       # csit-vpp-perf-report-iterative-2009-2n-clx:
328       csit-vpp-perf-report-iterative-2005-2n-clx:
329         - 81  # Reconf env 4
330         - 82  # Reconf env 4
331         - 83  # Reconf env 4
332         - 84  # Reconf env 4
333         - 85  # Reconf env 4
334         - 86  # Reconf env 4
335         - 87  # Reconf env 4
336         - 88  # Reconf env 4
337         - 89  # Reconf env 4
338         - 90  # Reconf env 4
339
340     plot-vpp-soak-2n-clx:
341       # TODO: Replace:
342       # csit-vpp-perf-report-iterative-2009-2n-clx:
343       csit-vpp-perf-report-iterative-2005-2n-clx:
344         - 101 # Soak
345         - 102 # Soak
346
347     plot-dpdk-throughput-latency-2n-clx:
348       # TODO: Add:
349       csit-dpdk-perf-report-iterative-2009-2n-clx:
350         - 3  # RC1 NDRPDR sel env5
351
352     plot-dpdk-hdrh-lat-2n-clx:
353       # TODO: Add:
354       csit-dpdk-perf-report-iterative-2009-2n-clx:
355         - 3  # RC1 NDRPDR sel env5
356
357     # 3n-tsh
358
359     plot-vpp-throughput-lat-tsa-3n-tsh:
360       # TODO: Replace:
361       # csit-vpp-perf-report-iterative-2009-3n-tsh:
362       csit-vpp-perf-report-iterative-2005-3n-tsh:
363         - 23  # NDRPDR sel env 4
364         - 25  # NDRPDR sel env 4
365         - 33  # NDRPDR sel env 4
366         - 34  # NDRPDR sel env 4
367         - 35  # NDRPDR sel env 4
368         - 36  # NDRPDR sel env 4
369         - 37  # NDRPDR sel env 4
370         - 38  # NDRPDR sel env 4
371         - 39  # NDRPDR sel env 4
372         - 40  # NDRPDR sel env 4
373
374     plot-vpp-hdrh-lat-3n-tsh:
375       # TODO: Replace:
376       # csit-vpp-perf-report-iterative-2009-3n-tsh:
377       csit-vpp-perf-report-iterative-2005-3n-tsh:
378         - 35  # NDRPDR sel env 4
379
380     plot-dpdk-throughput-latency-3n-tsh:
381       # TODO: Add:
382       csit-dpdk-perf-report-iterative-2009-3n-tsh:
383         - 1  # RC1 NDRPDR sel env5
384
385     plot-dpdk-hdrh-lat-3n-tsh:
386       # TODO: Add:
387       csit-dpdk-perf-report-iterative-2009-3n-tsh:
388         - 1  # RC1 NDRPDR sel env5
389
390     # 3n-dnv
391
392     plot-vpp-throughput-lat-tsa-3n-dnv:
393       # TODO: Replace:
394       # csit-vpp-perf-report-iterative-2009-3n-dnv:
395       csit-vpp-perf-report-iterative-2005-3n-dnv:
396         - 2   # NDRPDR sel
397         - 3   # NDRPDR sel
398         - 4   # NDRPDR sel
399         - 5   # NDRPDR sel
400         - 6   # NDRPDR sel
401         - 7   # NDRPDR sel
402         - 9   # NDRPDR sel
403         - 10  # NDRPDR sel
404         - 11  # NDRPDR sel
405         - 12  # NDRPDR sel
406
407     plot-dpdk-throughput-latency-3n-dnv:
408       # TODO: Replace:
409       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
410       csit-dpdk-perf-report-iterative-2005-3n-dnv:
411         - 6   # NDRPDR sel
412         - 7   # NDRPDR sel
413         - 8   # NDRPDR sel
414         - 9   # NDRPDR sel
415         - 10  # NDRPDR sel
416         - 11  # NDRPDR sel
417         - 12  # NDRPDR sel
418         - 13  # NDRPDR sel
419         - 14  # NDRPDR sel
420         - 16  # NDRPDR sel
421
422     # 2n-dnv
423
424     plot-vpp-throughput-lat-tsa-2n-dnv:
425       # TODO: Replace:
426       # csit-vpp-perf-report-iterative-2009-2n-dnv:
427       csit-vpp-perf-report-iterative-2005-2n-dnv:
428         - 3   # NDRPDR sel
429         - 6   # NDRPDR sel
430         - 7   # NDRPDR sel
431         - 8   # NDRPDR sel
432         - 9   # NDRPDR sel
433         - 10  # NDRPDR sel
434         - 11  # NDRPDR sel
435         - 12  # NDRPDR sel
436         - 13  # NDRPDR sel
437         - 14  # NDRPDR sel
438
439     plot-dpdk-throughput-latency-2n-dnv:
440       # TODO: Replace:
441       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
442       csit-dpdk-perf-report-iterative-2005-2n-dnv:
443         - 8   # NDRPDR sel
444         - 9   # NDRPDR sel
445         - 10  # NDRPDR sel
446         - 11  # NDRPDR sel
447         - 12  # NDRPDR sel
448         - 13  # NDRPDR sel
449         - 14  # NDRPDR sel
450         - 15  # NDRPDR sel
451         - 16  # NDRPDR sel
452         - 17  # NDRPDR sel
453
454     ###########################################################################
455     # Simple tables (only one data set):
456
457     # NIC Comparisons
458
459     vpp-nic-comparison-3n-skx:
460       # TODO: Add:
461       csit-vpp-perf-report-iterative-2009-3n-skx:
462         - 3  # RC1 NDRPDR sel env5
463
464     vpp-nic-comparison-2n-skx:
465       # TODO: Add:
466       csit-vpp-perf-report-iterative-2009-2n-skx:
467         - 3  # RC1 NDRPDR sel env5
468
469     vpp-nic-comparison-3n-skx-mrr:
470       # TODO: Replace:
471       # csit-vpp-perf-report-iterative-2009-3n-skx:
472       csit-vpp-perf-report-iterative-2005-3n-skx:
473         - 49  # MRR sel env 4
474
475     vpp-nic-comparison-2n-skx-mrr:
476       # TODO: Replace:
477       # csit-vpp-perf-report-iterative-2009-2n-skx:
478       csit-vpp-perf-report-iterative-2005-2n-skx:
479         - 99  # MRR sel env 4
480
481     # Results
482
483     vpp-perf-results-3n-hsw:
484       # TODO: Replace:
485       # csit-vpp-perf-report-coverage-2009-3n-hsw:
486       csit-vpp-perf-report-coverage-2005-3n-hsw:
487         - 74  # crypto-00
488         - 75  # crypto-01
489         - 76  # crypto-02
490         - 77  # crypto-03
491         - 78  # ip4-00
492         - 79  # ip4-01
493         - 80  # ip4-02
494         - 81  # ip4-03
495         - 73  # ip4-04
496         - 82  # ip4-05
497         - 83  # ip4-06
498         - 84  # ip4-07
499         - 85  # ip4-08
500         - 86  # ip4tun-00
501         - 87  # ip4tun-01
502         - 88  # ip4tun-02
503         - 89  # ip6-00
504         - 90  # ip6-01
505         - 91  # ip6tun-00
506         - 92  # l2-00
507         - 93  # l2-01
508         - 94  # l2-02
509         - 95  # l2-03
510         - 96  # l2-04
511         - 97  # l2-05
512         - 98  # l2-06
513         - 99  # l2-07
514         - 100 # l2-08
515         - 101 # l2-09
516         - 102 # l2-10
517         - 103 # memif-00
518         - 104 # srv6-00
519         - 105 # srv6-01
520         - 106 # vhost-00
521         - 107 # vhost-01
522         - 109 # vhost-02
523
524     vpp-perf-results-3n-skx:
525       # TODO: Replace:
526       # csit-vpp-perf-report-coverage-2009-3n-skx:
527       csit-vpp-perf-report-coverage-2005-3n-skx:
528         - 45  # crypto-00
529         - 46  # crypto-01
530         - 47  # crypto-02
531         - 83  # crypto-03
532         - 50  # ip4-00
533         - 51  # ip4-01
534         - 52  # ip4-02
535         - 53  # ip4-03
536         - 54  # ip4-04
537         - 55  # ip4-05
538         - 56  # ip4-06
539         - 57  # ip4-07
540         - 58  # ip4-08
541         - 59  # ip4tun-00
542         - 60  # ip4tun-01
543         - 61  # ip4tun-02
544         - 62  # ip6-00
545         - 63  # ip6-01
546         - 64  # ip6tun-00
547         - 65  # l2-00
548         - 66  # l2-01
549         - 67  # l2-02
550         - 68  # l2-03
551         - 69  # l2-04
552         - 84  # l2-05
553         - 71  # l2-06
554         - 72  # l2-07
555         - 73  # l2-08
556         - 85  # l2-09
557         - 75  # l2-10
558         - 76  # memif-00
559         - 77  # srv6-00
560         - 78  # srv6-01
561         - 88  # vhost-00
562         - 89  # vhost-01
563         - 81  # vhost-02
564         - 83  # vhost-03
565
566     vpp-perf-results-2n-skx:
567       # TODO: Replace:
568       # csit-vpp-perf-report-coverage-2009-2n-skx:
569       csit-vpp-perf-report-coverage-2005-2n-skx:
570         - 28  # ip4-00
571         - 29  # ip4-01
572         - 30  # ip4-02
573         - 31  # ip4-03
574         - 32  # ip4-04
575         - 33  # ip4-05
576         - 34  # ip6-00
577         - 35  # ip6-01
578         - 36  # l2-00
579         - 37  # l2-01
580         - 38  # lb-00
581         - 39  # memif-00
582         - 40  # vhost-00
583         - 41  # vhost-01
584         - 42  # vts-00
585
586     vpp-perf-results-2n-clx:
587       # TODO: Replace:
588       # csit-vpp-perf-report-coverage-2009-2n-clx:
589       csit-vpp-perf-report-coverage-2005-2n-clx:
590         - 24  # ip4-00
591         - 25  # ip4-01
592         - 26  # ip4-02
593         - 27  # ip4-03
594         - 28  # ip4-04
595         - 29  # ip4-05
596         - 34  # ip6-00
597         - 36  # ip6-01
598         - 31  # l2-00
599         - 41  # l2-01
600         - 39  # lb-00
601         - 37  # memif-00
602         - 32  # vhost-00
603         - 33  # vhost-01
604         - 40  # vts-00
605
606     vpp-perf-results-3n-tsh:
607       # TODO: Replace:
608       # csit-vpp-perf-report-iterative-2009-3n-tsh:
609       csit-vpp-perf-report-iterative-2005-3n-tsh:
610         - 35  # NDRPDR sel env 4
611
612     vpp-perf-results-3n-dnv:
613       # TODO: Replace:
614       # csit-vpp-perf-report-coverage-2009-3n-dnv:
615       csit-vpp-perf-report-coverage-2005-3n-dnv:
616         - 1   # perf-full-3n-dnv-crypto_I
617         - 24  # perf-full-3n-dnv-crypto_II
618         - 5   # perf-full-3n-dnv-ip4_I
619         - 13  # perf-full-3n-dnv-ip4_II
620         - 17  # perf-full-3n-dnv-ip6_I
621         - 18  # perf-full-3n-dnv-ip6_II
622         - 21  # perf-full-3n-dnv-l2_I
623         - 22  # perf-full-3n-dnv-l2_II
624         - 23  # perf-full-3n-dnv-ip4-tunnels_I
625
626     vpp-perf-results-2n-dnv:
627       # TODO: Replace:
628       # csit-vpp-perf-report-coverage-2009-2n-dnv:
629       csit-vpp-perf-report-coverage-2005-2n-dnv:
630         - 1   # perf-full-2n-dnv-ip4_I
631         - 2   # perf-full-2n-dnv-ip4_II
632         - 3   # perf-full-2n-dnv-ip6_I
633         - 4   # perf-full-2n-dnv-ip6_II
634         - 5   # perf-full-2n-dnv-l2_I
635         - 6   # perf-full-2n-dnv-l2_II
636
637     vpp-mrr-results-3n-hsw:
638       # TODO: Replace:
639       # csit-vpp-perf-report-iterative-2009-3n-hsw:
640       csit-vpp-perf-report-iterative-2005-3n-hsw:
641         - 30  # MRR env 4
642
643     vpp-mrr-results-3n-skx:
644       # TODO: Replace:
645       # csit-vpp-perf-report-iterative-2009-3n-skx:
646       csit-vpp-perf-report-iterative-2005-3n-skx:
647         - 49  # MRR sel env 4
648
649     vpp-mrr-results-2n-skx:
650       # TODO: Replace:
651       # csit-vpp-perf-report-iterative-2009-2n-skx:
652       csit-vpp-perf-report-iterative-2005-2n-skx:
653         - 99  # MRR sel env 4
654
655     vpp-mrr-results-2n-clx:
656       # TODO: Replace:
657       # csit-vpp-perf-report-iterative-2009-2n-clx:
658       csit-vpp-perf-report-iterative-2005-2n-clx:
659         - 72  # MRR env 4
660
661     vpp-mrr-results-3n-tsh:
662       # TODO: Replace:
663       # csit-vpp-perf-report-iterative-2009-3n-tsh:
664       csit-vpp-perf-report-iterative-2005-3n-tsh:
665         - 27  # MRR sel env 4
666
667     vpp-mrr-results-3n-dnv:
668       # TODO: Replace:
669       # csit-vpp-perf-report-iterative-2009-3n-dnv:
670       csit-vpp-perf-report-iterative-2005-3n-dnv:
671         - 8   # MRR
672
673     vpp-mrr-results-2n-dnv:
674       # TODO: Replace:
675       # csit-vpp-perf-report-iterative-2009-2n-dnv:
676       csit-vpp-perf-report-iterative-2005-2n-dnv:
677         - 15  # MRR sel
678
679     vpp-device-results-ubuntu:
680       # TODO: Replace:
681       # csit-vpp-device-2009-ubuntu1804-1n-skx:
682       csit-vpp-device-2005-ubuntu1804-1n-skx:
683         - 35
684
685     dpdk-perf-results-3n-hsw:
686       csit-dpdk-perf-report-iterative-2009-3n-hsw:
687         - 3  # RC1 NDRPDR sel env5
688
689     dpdk-perf-results-3n-skx:
690       csit-dpdk-perf-report-iterative-2009-3n-skx:
691         - 3  # RC1 NDRPDR sel env5
692
693     dpdk-perf-results-2n-skx:
694       csit-dpdk-perf-report-iterative-2009-2n-skx:
695         - 3  # RC1 NDRPDR sel env5
696
697     dpdk-perf-results-2n-clx:
698       csit-dpdk-perf-report-iterative-2009-2n-clx:
699         - 3  # RC1 NDRPDR sel env5
700
701     dpdk-perf-results-2n-dnv:
702       # TODO: Replace:
703       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
704       csit-dpdk-perf-report-iterative-2005-2n-dnv:
705         - 8   # NDRPDR sel
706
707     dpdk-perf-results-3n-dnv:
708       # TODO: Replace:
709       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
710       csit-dpdk-perf-report-iterative-2005-3n-dnv:
711         - 6   # NDRPDR sel
712
713     dpdk-perf-results-3n-tsh:
714       csit-dpdk-perf-report-iterative-2009-3n-tsh:
715         - 1  # RC1 NDRPDR sel env5
716
717 ###########################################################################
718     # Tables (more than one data set)
719
720     # Performance changes
721
722     vpp-performance-changes-3n-hsw-h1:
723       csit-vpp-perf-report-iterative-2005-3n-hsw:
724         - 31  # NDRPDR sel 2001.0-4
725         - 32  # NDRPDR sel 2001.0-4
726         - 33  # NDRPDR sel 2001.0-4
727         - 34  # NDRPDR sel 2001.0-4
728         - 35  # NDRPDR sel 2001.0-4
729         - 36  # NDRPDR sel 2001.0-4
730         - 38  # NDRPDR sel 2001.0-4
731     vpp-performance-changes-3n-hsw-ref:
732       csit-vpp-perf-report-iterative-2005-3n-hsw:
733         - 20  # NDRPDR sel env 4
734         - 21  # NDRPDR sel env 4
735         - 22  # NDRPDR sel env 4
736         - 23  # NDRPDR sel env 4
737         - 24  # NDRPDR sel env 4
738         - 25  # NDRPDR sel env 4
739         - 26  # NDRPDR sel env 4
740         - 27  # NDRPDR sel env 4
741         - 28  # NDRPDR sel env 4
742         - 29  # NDRPDR sel env 4
743     vpp-performance-changes-3n-hsw-cmp:
744       # TODO: Add:
745       csit-vpp-perf-report-iterative-2009-3n-hsw:
746         - 3  # RC1 NDRPDR sel env5
747
748     vpp-performance-changes-3n-skx-h1:
749       csit-vpp-perf-report-iterative-2005-3n-skx:
750         - 50  # NDRPDR sel 2001.0-4
751         - 51  # NDRPDR sel 2001.0-4
752         - 52  # NDRPDR sel 2001.0-4
753         - 53  # NDRPDR sel 2001.0-4
754         - 54  # NDRPDR sel 2001.0-4
755     vpp-performance-changes-3n-skx-ref:
756       csit-vpp-perf-report-iterative-2005-3n-skx:
757         - 42  # NDRPDR sel env 4
758         - 43  # NDRPDR sel env 4
759         - 44  # NDRPDR sel env 4
760         - 45  # NDRPDR sel env 4
761         - 47  # NDRPDR sel env 4
762         - 55  # NDRPDR sel env 4
763         - 56  # NDRPDR sel env 4
764         - 57  # NDRPDR sel env 4
765         - 61  # NDRPDR sel env 4
766         - 62  # NDRPDR sel env 4
767     vpp-performance-changes-3n-skx-cmp:
768       # TODO: Add:
769       csit-vpp-perf-report-iterative-2009-3n-skx:
770         - 3  # RC1 NDRPDR sel env5
771
772     vpp-performance-changes-2n-skx-h1:
773       csit-vpp-perf-report-iterative-2005-2n-skx:
774         - 100 # NDRPDR sel 2001.0-4
775         - 101 # NDRPDR sel 2001.0-4
776         - 102 # NDRPDR sel 2001.0-4
777         - 103 # NDRPDR sel 2001.0-4
778         - 104 # NDRPDR sel 2001.0-4
779         - 105 # NDRPDR sel 2001.0-4
780     vpp-performance-changes-2n-skx-ref:
781       csit-vpp-perf-report-iterative-2005-2n-skx:
782         - 88  # NDRPDR sel env 4
783         - 89  # NDRPDR sel env 4
784         - 90  # NDRPDR sel env 4
785         - 91  # NDRPDR sel env 4
786         - 92  # NDRPDR sel env 4
787         - 93  # NDRPDR sel env 4
788         - 94  # NDRPDR sel env 4
789         - 125 # NDRPDR sel env 4
790         - 126 # NDRPDR sel env 4
791         - 127 # NDRPDR sel env 4
792     vpp-performance-changes-2n-skx-cmp:
793       # TODO: Add:
794       csit-vpp-perf-report-iterative-2009-2n-skx:
795         - 3  # RC1 NDRPDR sel env5
796
797     vpp-performance-changes-2n-clx-h1:
798       csit-vpp-perf-report-iterative-2005-2n-clx:
799         - 73  # NDRPDR sel 2001.0-4
800         - 74  # NDRPDR sel 2001.0-4
801         - 75  # NDRPDR sel 2001.0-4
802         - 76  # NDRPDR sel 2001.0-4
803         - 77  # NDRPDR sel 2001.0-4
804         - 78  # NDRPDR sel 2001.0-4
805         - 79  # NDRPDR sel 2001.0-4
806         - 80  # NDRPDR sel 2001.0-4
807     vpp-performance-changes-2n-clx-ref:
808       csit-vpp-perf-report-iterative-2005-2n-clx:
809         - 62  # NDRPDR sel env 4
810         - 63  # NDRPDR sel env 4
811         - 64  # NDRPDR sel env 4
812         - 65  # NDRPDR sel env 4
813         - 66  # NDRPDR sel env 4
814         - 68  # NDRPDR sel env 4
815         - 69  # NDRPDR sel env 4
816         - 70  # NDRPDR sel env 4
817         - 103 # NDRPDR sel env 4
818         - 104 # NDRPDR sel env 4
819     vpp-performance-changes-2n-clx-cmp:
820       # TODO: Add:
821       csit-vpp-perf-report-iterative-2009-2n-clx:
822         - 3  # RC1 NDRPDR sel env5
823
824     vpp-performance-changes-2n-dnv-h1:
825       csit-vpp-perf-verify-2001-2n-dnv:
826         - 4   # NDRPDR sel
827         - 5   # NDRPDR sel
828         - 6   # NDRPDR sel
829         - 7   # NDRPDR sel
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 11  # NDRPDR sel
834         - 13  # NDRPDR sel
835         - 16  # NDRPDR sel
836     vpp-performance-changes-2n-dnv-ref:
837       csit-vpp-perf-report-iterative-2005-2n-dnv:
838         - 3   # NDRPDR sel
839         - 6   # NDRPDR sel
840         - 7   # NDRPDR sel
841         - 8   # NDRPDR sel
842         - 9   # NDRPDR sel
843         - 10  # NDRPDR sel
844         - 11  # NDRPDR sel
845         - 12  # NDRPDR sel
846         - 13  # NDRPDR sel
847         - 14  # NDRPDR sel
848     vpp-performance-changes-2n-dnv-cmp:
849       # TODO: Replace:
850       # csit-vpp-perf-report-iterative-2009-2n-dnv:
851       csit-vpp-perf-report-iterative-2005-2n-dnv:
852         - 3   # NDRPDR sel
853         - 6   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856         - 9   # NDRPDR sel
857         - 10  # NDRPDR sel
858         - 11  # NDRPDR sel
859         - 12  # NDRPDR sel
860         - 13  # NDRPDR sel
861         - 14  # NDRPDR sel
862
863     vpp-performance-changes-3n-dnv-h1:
864       csit-vpp-perf-verify-2001-3n-dnv:
865         - 5   # NDRPDR sel
866         - 6   # NDRPDR sel
867         - 7   # NDRPDR sel
868         - 8   # NDRPDR sel
869         - 9   # NDRPDR sel
870         - 10  # NDRPDR sel
871         - 12  # NDRPDR sel
872         - 16  # NDRPDR sel
873         - 17  # NDRPDR sel
874         - 18  # NDRPDR sel
875     vpp-performance-changes-3n-dnv-ref:
876       csit-vpp-perf-report-iterative-2005-3n-dnv:
877         - 2   # NDRPDR sel
878         - 3   # NDRPDR sel
879         - 4   # NDRPDR sel
880         - 5   # NDRPDR sel
881         - 6   # NDRPDR sel
882         - 7   # NDRPDR sel
883         - 9   # NDRPDR sel
884         - 10  # NDRPDR sel
885         - 11  # NDRPDR sel
886         - 12  # NDRPDR sel
887     vpp-performance-changes-3n-dnv-cmp:
888       # TODO: Replace:
889       # csit-vpp-perf-report-iterative-2009-3n-dnv:
890       csit-vpp-perf-report-iterative-2005-3n-dnv:
891         - 2   # NDRPDR sel
892         - 3   # NDRPDR sel
893         - 4   # NDRPDR sel
894         - 5   # NDRPDR sel
895         - 6   # NDRPDR sel
896         - 7   # NDRPDR sel
897         - 9   # NDRPDR sel
898         - 10  # NDRPDR sel
899         - 11  # NDRPDR sel
900         - 12  # NDRPDR sel
901
902     vpp-performance-changes-3n-tsh-h1:
903       csit-vpp-perf-report-iterative-2005-3n-tsh:
904         - 28  # NDRPDR sel 2001.0-4
905         - 29  # NDRPDR sel 2001.0-4
906         - 31  # NDRPDR sel 2001.0-4
907     vpp-performance-changes-3n-tsh-ref:
908       csit-vpp-perf-report-iterative-2005-3n-tsh:
909         - 23  # NDRPDR sel env 4
910         - 25  # NDRPDR sel env 4
911         - 33  # NDRPDR sel env 4
912         - 34  # NDRPDR sel env 4
913         - 35  # NDRPDR sel env 4
914         - 36  # NDRPDR sel env 4
915         - 37  # NDRPDR sel env 4
916         - 38  # NDRPDR sel env 4
917         - 39  # NDRPDR sel env 4
918         - 40  # NDRPDR sel env 4
919     vpp-performance-changes-3n-tsh-cmp:
920       # TODO: Replace:
921       # csit-vpp-perf-report-iterative-2009-3n-tsh:
922       csit-vpp-perf-report-iterative-2005-3n-tsh:
923         - 23  # NDRPDR sel env 4
924         - 25  # NDRPDR sel env 4
925         - 33  # NDRPDR sel env 4
926         - 34  # NDRPDR sel env 4
927         - 35  # NDRPDR sel env 4
928         - 36  # NDRPDR sel env 4
929         - 37  # NDRPDR sel env 4
930         - 38  # NDRPDR sel env 4
931         - 39  # NDRPDR sel env 4
932         - 40  # NDRPDR sel env 4
933
934     vpp-soak-vs-ndr-2n-skx-ref:
935       # TODO: Replace:
936       # csit-vpp-perf-report-iterative-2009-2n-skx:
937       csit-vpp-perf-report-iterative-2005-2n-skx:
938         - 88  # NDRPDR sel env 4
939         - 89  # NDRPDR sel env 4
940         - 90  # NDRPDR sel env 4
941         - 91  # NDRPDR sel env 4
942         - 92  # NDRPDR sel env 4
943         - 93  # NDRPDR sel env 4
944         - 94  # NDRPDR sel env 4
945         - 125 # NDRPDR sel env 4
946         - 126 # NDRPDR sel env 4
947         - 127 # NDRPDR sel env 4
948     vpp-soak-vs-ndr-2n-skx-cmp:
949       # TODO: Replace:
950       # csit-vpp-perf-report-iterative-2009-2n-skx:
951       csit-vpp-perf-report-iterative-2005-2n-skx:
952         - 122 # Soak
953         - 123 # Soak
954     vpp-soak-vs-ndr-2n-skx:
955       # TODO: Replace:
956       # csit-vpp-perf-report-iterative-2009-2n-skx:
957       csit-vpp-perf-report-iterative-2005-2n-skx:
958         - 88  # NDRPDR sel env 4
959         - 89  # NDRPDR sel env 4
960         - 90  # NDRPDR sel env 4
961         - 91  # NDRPDR sel env 4
962         - 92  # NDRPDR sel env 4
963         - 93  # NDRPDR sel env 4
964         - 94  # NDRPDR sel env 4
965         - 125 # NDRPDR sel env 4
966         - 126 # NDRPDR sel env 4
967         - 127 # NDRPDR sel env 4
968         - 122 # Soak
969         - 123 # Soak
970
971     vpp-soak-vs-ndr-2n-clx-ref:
972       # TODO: Replace:
973       # csit-vpp-perf-report-iterative-2009-2n-clx:
974       csit-vpp-perf-report-iterative-2005-2n-clx:
975         - 62  # NDRPDR sel env 4
976         - 63  # NDRPDR sel env 4
977         - 64  # NDRPDR sel env 4
978         - 65  # NDRPDR sel env 4
979         - 66  # NDRPDR sel env 4
980         - 68  # NDRPDR sel env 4
981         - 69  # NDRPDR sel env 4
982         - 70  # NDRPDR sel env 4
983         - 103 # NDRPDR sel env 4
984         - 104 # NDRPDR sel env 4
985     vpp-soak-vs-ndr-2n-clx-cmp:
986       # TODO: Replace:
987       # csit-vpp-perf-report-iterative-2009-2n-clx:
988       csit-vpp-perf-report-iterative-2005-2n-clx:
989         - 101 # Soak
990         - 102 # Soak
991     vpp-soak-vs-ndr-2n-clx:
992       # TODO: Replace:
993       # csit-vpp-perf-report-iterative-2009-2n-clx:
994       csit-vpp-perf-report-iterative-2005-2n-clx:
995         - 62  # NDRPDR sel env 4
996         - 63  # NDRPDR sel env 4
997         - 64  # NDRPDR sel env 4
998         - 65  # NDRPDR sel env 4
999         - 66  # NDRPDR sel env 4
1000         - 68  # NDRPDR sel env 4
1001         - 69  # NDRPDR sel env 4
1002         - 70  # NDRPDR sel env 4
1003         - 103 # NDRPDR sel env 4
1004         - 104 # NDRPDR sel env 4
1005         - 101 # Soak
1006         - 102 # Soak
1007
1008     vpp-performance-changes-3n-hsw-mrr-h1:
1009       csit-vpp-perf-verify-2001-3n-hsw:
1010         - 17  # MRR sel
1011     vpp-performance-changes-3n-hsw-mrr-ref:
1012       csit-vpp-perf-report-iterative-2005-3n-hsw:
1013         - 30  # MRR env 4
1014     vpp-performance-changes-3n-hsw-mrr-cmp:
1015       # TODO: Replace:
1016       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1017       csit-vpp-perf-report-iterative-2005-3n-hsw:
1018         - 30  # MRR env 4
1019
1020     vpp-performance-changes-3n-skx-mrr-h1:
1021       csit-vpp-perf-verify-2001-3n-skx:
1022         - 50  # MRR sel
1023         - 53  # MRR sel addition
1024     vpp-performance-changes-3n-skx-mrr-ref:
1025       csit-vpp-perf-report-iterative-2005-3n-skx:
1026         - 49  # MRR sel env 4
1027     vpp-performance-changes-3n-skx-mrr-cmp:
1028       # TODO: Replace:
1029       # csit-vpp-perf-report-iterative-2009-3n-skx:
1030       csit-vpp-perf-report-iterative-2005-3n-skx:
1031         - 49  # MRR sel env 4
1032
1033     vpp-performance-changes-2n-skx-mrr-h1:
1034       csit-vpp-perf-verify-2001-2n-skx:
1035         - 101 # MRR sel
1036         - 128 # MRR sel addition
1037     vpp-performance-changes-2n-skx-mrr-ref:
1038       csit-vpp-perf-report-iterative-2005-2n-skx:
1039         - 99  # MRR sel env 4
1040     vpp-performance-changes-2n-skx-mrr-cmp:
1041       # TODO: Replace:
1042       # csit-vpp-perf-report-iterative-2009-2n-skx:
1043       csit-vpp-perf-report-iterative-2005-2n-skx:
1044         - 99  # MRR sel env 4
1045
1046     vpp-performance-changes-2n-clx-mrr-h1:
1047       csit-vpp-perf-verify-2001-2n-clx:
1048         - 39  # MRR
1049     vpp-performance-changes-2n-clx-mrr-ref:
1050       csit-vpp-perf-report-iterative-2005-2n-clx:
1051         - 72   # MRR sel env 4
1052     vpp-performance-changes-2n-clx-mrr-cmp:
1053       # TODO: Replace:
1054       # csit-vpp-perf-report-iterative-2009-2n-clx:
1055       csit-vpp-perf-report-iterative-2005-2n-clx:
1056         - 72   # MRR sel env 4
1057
1058 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1059 #      csit-vpp-perf-verify-1908-2n-skx:
1060 #        - 71  # NFV MRR
1061 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1062 #      # csit-vpp-perf-verify-2001-2n-skx:
1063 #      csit-vpp-perf-verify-1908-2n-skx:
1064 #        - 71  # NFV MRR
1065
1066     vpp-performance-changes-2n-dnv-mrr-h1:
1067       csit-vpp-perf-verify-2001-2n-dnv:
1068         - 12  # MRR sel
1069     vpp-performance-changes-2n-dnv-mrr-ref:
1070       csit-vpp-perf-report-iterative-2005-2n-dnv:
1071         - 15  # MRR sel
1072     vpp-performance-changes-2n-dnv-mrr-cmp:
1073       # TODO: Replace:
1074       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1075       csit-vpp-perf-report-iterative-2005-2n-dnv:
1076         - 15  # MRR sel
1077
1078     vpp-performance-changes-3n-dnv-mrr-h1:
1079       csit-vpp-perf-verify-2001-3n-dnv:
1080         - 11  # MRR sel
1081     vpp-performance-changes-3n-dnv-mrr-ref:
1082       csit-vpp-perf-report-iterative-2005-3n-dnv:
1083         - 8   # MRR
1084     vpp-performance-changes-3n-dnv-mrr-cmp:
1085       # TODO: Replace:
1086       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1087       csit-vpp-perf-report-iterative-2005-3n-dnv:
1088         - 8   # MRR
1089
1090     vpp-performance-changes-3n-tsh-mrr-h1:
1091       csit-vpp-perf-verify-2001-3n-tsh:
1092         - 9   # MRR sel
1093     vpp-performance-changes-3n-tsh-mrr-ref:
1094       csit-vpp-perf-report-iterative-2005-3n-tsh:
1095         - 27  # MRR sel env 4
1096     vpp-performance-changes-3n-tsh-mrr-cmp:
1097       # TODO: Replace:
1098       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1099       csit-vpp-perf-report-iterative-2005-3n-tsh:
1100         - 27  # MRR sel env 4
1101
1102     dpdk-performance-changes-3n-hsw-h1:
1103       csit-dpdk-perf-verify-2001-3n-hsw:
1104         - 4   # NDRPDR sel
1105         - 5   # NDRPDR sel
1106         - 6   # NDRPDR sel
1107         - 7   # NDRPDR sel
1108         - 8   # NDRPDR sel
1109         - 9   # NDRPDR sel
1110         - 10  # NDRPDR sel
1111         - 11  # NDRPDR sel
1112         - 12  # NDRPDR sel
1113         - 13  # NDRPDR sel
1114         - 15  # NDRPDR sel
1115         - 16  # NDRPDR sel
1116         - 17  # NDRPDR sel
1117         - 18  # NDRPDR sel
1118         - 19  # NDRPDR sel
1119         - 20  # NDRPDR sel
1120         - 21  # NDRPDR sel
1121         - 22  # NDRPDR sel
1122         - 23  # NDRPDR sel
1123         - 24  # NDRPDR sel
1124     dpdk-performance-changes-3n-hsw-ref:
1125       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1126         - 25  # NDRPDR iter
1127         - 26  # NDRPDR iter
1128         - 27  # NDRPDR iter
1129         - 28  # NDRPDR iter
1130         - 29  # NDRPDR iter
1131         - 30  # NDRPDR iter
1132         - 31  # NDRPDR iter
1133         - 32  # NDRPDR iter
1134         - 33  # NDRPDR iter
1135         - 34  # NDRPDR iter
1136     dpdk-performance-changes-3n-hsw-cmp:
1137       # TODO: Add:
1138       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1139         - 3  # RC1 NDRPDR sel env5
1140
1141     dpdk-performance-changes-3n-skx-h1:
1142       csit-dpdk-perf-verify-2001-3n-skx:
1143         - 29  # NDRPDR sel xxv710
1144         - 33  # NDRPDR sel xxv710
1145         - 34  # NDRPDR sel xxv710
1146         - 35  # NDRPDR sel xxv710
1147         - 36  # NDRPDR sel xxv710
1148         - 37  # NDRPDR sel xxv710
1149         - 41  # NDRPDR sel xxv710
1150         - 42  # NDRPDR sel xxv710
1151         - 43  # NDRPDR sel xxv710
1152         - 45  # NDRPDR sel xxv710
1153         - 30  # NDRPDR sel x710
1154         - 31  # NDRPDR sel x710
1155         - 32  # NDRPDR sel x710
1156         - 38  # NDRPDR sel x710
1157         - 39  # NDRPDR sel x710
1158         - 40  # NDRPDR sel x710
1159         - 44  # NDRPDR sel x710
1160         - 46  # NDRPDR sel x710
1161         - 47  # NDRPDR sel x710
1162         - 48  # NDRPDR sel x710
1163     dpdk-performance-changes-3n-skx-ref:
1164       csit-dpdk-perf-report-iterative-2005-3n-skx:
1165         - 28  # NDRPDR iter
1166         - 29  # NDRPDR iter
1167         - 30  # NDRPDR iter
1168         - 31  # NDRPDR iter
1169         - 32  # NDRPDR iter
1170         - 33  # NDRPDR iter
1171         - 34  # NDRPDR iter
1172         - 35  # NDRPDR iter
1173         - 36  # NDRPDR iter
1174         - 37  # NDRPDR iter
1175     dpdk-performance-changes-3n-skx-cmp:
1176       # TODO: Add:
1177       csit-dpdk-perf-report-iterative-2009-3n-skx:
1178         - 3  # RC1 NDRPDR sel env5
1179
1180     dpdk-performance-changes-2n-skx-h1:
1181       csit-dpdk-perf-verify-2001-2n-skx:
1182         - 35  # NDRPDR sel xxv710
1183         - 36  # NDRPDR sel xxv710
1184         - 37  # NDRPDR sel xxv710
1185         - 41  # NDRPDR sel xxv710
1186         - 42  # NDRPDR sel xxv710
1187         - 43  # NDRPDR sel xxv710
1188         - 46  # NDRPDR sel xxv710
1189         - 47  # NDRPDR sel xxv710
1190         - 52  # NDRPDR sel xxv710
1191         - 53  # NDRPDR sel xxv710
1192         - 38  # NDRPDR sel x710
1193         - 39  # NDRPDR sel x710
1194         - 40  # NDRPDR sel x710
1195         - 44  # NDRPDR sel x710
1196         - 45  # NDRPDR sel x710
1197         - 48  # NDRPDR sel x710
1198         - 49  # NDRPDR sel x710
1199         - 50  # NDRPDR sel x710
1200         - 51  # NDRPDR sel x710
1201         - 54  # NDRPDR sel x710
1202     dpdk-performance-changes-2n-skx-ref:
1203       csit-dpdk-perf-report-iterative-2005-2n-skx:
1204         - 20  # NDRPDR iter
1205         - 21  # NDRPDR iter
1206         - 22  # NDRPDR iter
1207         - 23  # NDRPDR iter
1208         - 24  # NDRPDR iter
1209         - 25  # NDRPDR iter
1210         - 26  # NDRPDR iter
1211         - 27  # NDRPDR iter
1212         - 28  # NDRPDR iter
1213         - 29  # NDRPDR iter
1214     dpdk-performance-changes-2n-skx-cmp:
1215       # TODO: Add:
1216       csit-dpdk-perf-report-iterative-2009-2n-skx:
1217         - 3  # RC1 NDRPDR sel env5
1218
1219     dpdk-performance-changes-2n-clx-h1:
1220       csit-dpdk-perf-verify-2001-2n-clx:
1221         - 15  # NDRPDR sel
1222         - 16  # NDRPDR sel
1223         - 17  # NDRPDR sel
1224         - 18  # NDRPDR sel
1225         - 19  # NDRPDR sel
1226         - 20  # NDRPDR sel
1227         - 21  # NDRPDR sel
1228         - 22  # NDRPDR sel
1229         - 23  # NDRPDR sel
1230         - 24  # NDRPDR sel
1231         - 25  # NDRPDR sel
1232         - 26  # NDRPDR sel
1233         - 27  # NDRPDR sel
1234         - 28  # NDRPDR sel
1235         - 29  # NDRPDR sel
1236         - 30  # NDRPDR sel
1237         - 31  # NDRPDR sel
1238         - 32  # NDRPDR sel
1239         - 33  # NDRPDR sel
1240         - 34  # NDRPDR sel
1241     dpdk-performance-changes-2n-clx-ref:
1242       csit-dpdk-perf-report-iterative-2005-2n-clx:
1243         - 20  # NDRPDR iter
1244         - 21  # NDRPDR iter
1245         - 22  # NDRPDR iter
1246         - 23  # NDRPDR iter
1247         - 24  # NDRPDR iter
1248         - 25  # NDRPDR iter
1249         - 26  # NDRPDR iter
1250         - 27  # NDRPDR iter
1251         - 28  # NDRPDR iter
1252         - 29  # NDRPDR iter
1253     dpdk-performance-changes-2n-clx-cmp:
1254       # TODO: Add:
1255       csit-dpdk-perf-report-iterative-2009-2n-clx:
1256         - 3  # RC1 NDRPDR sel env5
1257
1258     dpdk-performance-changes-2n-dnv-h1:
1259       csit-dpdk-perf-verify-2001-2n-dnv:
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262         - 11  # NDRPDR sel
1263         - 12  # NDRPDR sel
1264         - 13  # NDRPDR sel
1265         - 14  # NDRPDR sel
1266         - 15  # NDRPDR sel
1267         - 16  # NDRPDR sel
1268         - 17  # NDRPDR sel
1269         - 18  # NDRPDR sel
1270     dpdk-performance-changes-2n-dnv-ref:
1271       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1272         - 8   # NDRPDR sel
1273         - 9   # NDRPDR sel
1274         - 10  # NDRPDR sel
1275         - 11  # NDRPDR sel
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     dpdk-performance-changes-2n-dnv-cmp:
1283       # TODO: Replace:
1284       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1285       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1286         - 8   # NDRPDR sel
1287         - 9   # NDRPDR sel
1288         - 10  # NDRPDR sel
1289         - 11  # NDRPDR sel
1290         - 12  # NDRPDR sel
1291         - 13  # NDRPDR sel
1292         - 14  # NDRPDR sel
1293         - 15  # NDRPDR sel
1294         - 16  # NDRPDR sel
1295         - 17  # NDRPDR sel
1296
1297     dpdk-performance-changes-3n-dnv-h1:
1298       csit-dpdk-perf-verify-2001-3n-dnv:
1299         - 12  # NDRPDR sel
1300         - 13  # NDRPDR sel
1301         - 14  # NDRPDR sel
1302         - 15  # NDRPDR sel
1303         - 16  # NDRPDR sel
1304         - 17  # NDRPDR sel
1305         - 18  # NDRPDR sel
1306         - 19  # NDRPDR sel
1307         - 20  # NDRPDR sel
1308         - 22  # NDRPDR sel
1309     dpdk-performance-changes-3n-dnv-ref:
1310       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1311         - 6   # NDRPDR sel
1312         - 7   # NDRPDR sel
1313         - 8   # NDRPDR sel
1314         - 9   # NDRPDR sel
1315         - 10  # NDRPDR sel
1316         - 11  # NDRPDR sel
1317         - 12  # NDRPDR sel
1318         - 13  # NDRPDR sel
1319         - 14  # NDRPDR sel
1320         - 16  # NDRPDR sel
1321     dpdk-performance-changes-3n-dnv-cmp:
1322       # TODO: Replace:
1323       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1324       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1325         - 6   # NDRPDR sel
1326         - 7   # NDRPDR sel
1327         - 8   # NDRPDR sel
1328         - 9   # NDRPDR sel
1329         - 10  # NDRPDR sel
1330         - 11  # NDRPDR sel
1331         - 12  # NDRPDR sel
1332         - 13  # NDRPDR sel
1333         - 14  # NDRPDR sel
1334         - 16  # NDRPDR sel
1335
1336     dpdk-performance-changes-3n-tsh-h1:
1337       csit-dpdk-perf-verify-2001-3n-tsh:
1338         - 3   # NDRPDR sel
1339         - 4   # NDRPDR sel
1340         - 5   # NDRPDR sel
1341         - 9   # NDRPDR sel
1342         - 10  # NDRPDR sel
1343         - 11  # NDRPDR sel
1344         - 12  # NDRPDR sel
1345         - 14  # NDRPDR sel
1346         - 15  # NDRPDR sel
1347         - 18  # NDRPDR sel
1348     dpdk-performance-changes-3n-tsh-ref:
1349       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1350         - 5   # NDRPDR sel
1351     dpdk-performance-changes-3n-tsh-cmp:
1352       # TODO: Add:
1353       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1354         - 1  # RC1 NDRPDR sel env5
1355
1356     # Compare testbeds
1357
1358     vpp-compare-testbeds-ref:
1359       # TODO: Add:
1360       csit-vpp-perf-report-iterative-2009-3n-hsw:
1361         - 3  # RC1 NDRPDR sel env5
1362     vpp-compare-testbeds-cmp:
1363       # TODO: Add:
1364       csit-vpp-perf-report-iterative-2009-3n-skx:
1365         - 3  # RC1 NDRPDR sel env5
1366
1367     vpp-compare-testbeds-skx-clx-ref:
1368       # TODO: Add:
1369       csit-vpp-perf-report-iterative-2009-2n-skx:
1370         - 3  # RC1 NDRPDR sel env5
1371     vpp-compare-testbeds-skx-clx-cmp:
1372       # TODO: Add:
1373       csit-vpp-perf-report-iterative-2009-2n-clx:
1374         - 3  # RC1 NDRPDR sel env5
1375
1376     vpp-compare-testbeds-hsw-clx-ref:
1377       # TODO: Add:
1378       csit-vpp-perf-report-iterative-2009-3n-hsw:
1379         - 3  # RC1 NDRPDR sel env5
1380     vpp-compare-testbeds-hsw-clx-cmp:
1381       # TODO: Add:
1382       csit-vpp-perf-report-iterative-2009-2n-clx:
1383         - 3  # RC1 NDRPDR sel env5
1384
1385     vpp-compare-testbeds-mrr-ref:
1386       # TODO: Replace:
1387       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1388       csit-vpp-perf-report-iterative-2005-3n-hsw:
1389         - 30  # MRR env 4
1390     vpp-compare-testbeds-mrr-cmp:
1391       # TODO: Replace:
1392       # csit-vpp-perf-report-iterative-2009-3n-skx:
1393       csit-vpp-perf-report-iterative-2005-3n-skx:
1394         - 49  # MRR sel env 4
1395
1396     vpp-compare-testbeds-mrr-skx-clx-ref:
1397       # TODO: Replace:
1398       # csit-vpp-perf-report-iterative-2009-2n-skx:
1399       csit-vpp-perf-report-iterative-2005-2n-skx:
1400         - 99  # MRR sel env 4
1401     vpp-compare-testbeds-mrr-skx-clx-cmp:
1402       # TODO: Replace:
1403       # csit-vpp-perf-report-iterative-2009-2n-clx:
1404       csit-vpp-perf-report-iterative-2005-2n-clx:
1405         - 72  # MRR env 4
1406
1407     vpp-compare-testbeds-mrr-hsw-clx-ref:
1408       # TODO: Replace:
1409       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1410       csit-vpp-perf-report-iterative-2005-3n-hsw:
1411         - 30  # MRR env 4
1412     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1413       # TODO: Replace:
1414       # csit-vpp-perf-report-iterative-2009-2n-clx:
1415       csit-vpp-perf-report-iterative-2005-2n-clx:
1416         - 72  # MRR env 4
1417
1418     dpdk-compare-testbeds-ref:
1419       # TODO: Add:
1420       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1421         - 3  # RC1 NDRPDR sel env5
1422     dpdk-compare-testbeds-cmp:
1423       # TODO: Add:
1424       csit-dpdk-perf-report-iterative-2009-3n-skx:
1425         - 3  # RC1 NDRPDR sel env5
1426
1427     dpdk-compare-testbeds-skx-clx-ref:
1428       # TODO: Add:
1429       csit-dpdk-perf-report-iterative-2009-2n-skx:
1430         - 3  # RC1 NDRPDR sel env5
1431     dpdk-compare-testbeds-skx-clx-cmp:
1432       # TODO: Add:
1433       csit-dpdk-perf-report-iterative-2009-2n-clx:
1434         - 3  # RC1 NDRPDR sel env5
1435
1436     # Compare topologies
1437
1438     vpp-compare-topologies-ref:
1439       # TODO: Add:
1440       csit-vpp-perf-report-iterative-2009-3n-skx:
1441         - 3  # RC1 NDRPDR sel env5
1442     vpp-compare-topologies-cmp:
1443       # TODO: Add:
1444       csit-vpp-perf-report-iterative-2009-2n-skx:
1445         - 3  # RC1 NDRPDR sel env5
1446
1447     vpp-compare-topologies-mrr-ref:
1448       # TODO: Replace:
1449       # csit-vpp-perf-report-iterative-2009-3n-skx:
1450       csit-vpp-perf-report-iterative-2005-3n-skx:
1451         - 49  # MRR sel env 4
1452     vpp-compare-topologies-mrr-cmp:
1453       # TODO: Replace:
1454       # csit-vpp-perf-report-iterative-2009-2n-skx:
1455       csit-vpp-perf-report-iterative-2005-2n-skx:
1456         - 99  # MRR sel env 4
1457
1458     dpdk-compare-topologies-ref:
1459       # TODO: Add:
1460       csit-dpdk-perf-report-iterative-2009-3n-skx:
1461         - 3  # RC1 NDRPDR sel env5
1462     dpdk-compare-topologies-cmp:
1463       # TODO: Add:
1464       csit-dpdk-perf-report-iterative-2009-2n-skx:
1465         - 3  # RC1 NDRPDR sel env5
1466
1467   plot-layouts:
1468
1469     plot-soak-throughput:
1470       titlefont:
1471         size: 18
1472       xaxis:
1473         title: "<b>Test Cases [Index]</b>"
1474         titlefont:
1475           size: 16
1476         autorange: True
1477         fixedrange: False
1478         gridcolor: "rgb(230, 230, 230)"
1479         linecolor: "rgb(220, 220, 220)"
1480         linewidth: 1
1481         showgrid: True
1482         showline: True
1483         showticklabels: True
1484         tickcolor: "rgb(220, 220, 220)"
1485         tickmode: "linear"
1486         tickfont:
1487           size: 16
1488         zeroline: False
1489       yaxis:
1490         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1491         titlefont:
1492           size: 16
1493         gridcolor: "rgb(230, 230, 230)"
1494         hoverformat: ".4r"
1495         tickformat: ".3r"
1496         linecolor: "rgb(220, 220, 220)"
1497         linewidth: 1
1498         showgrid: True
1499         showline: True
1500         showticklabels: True
1501         tickcolor: "rgb(220, 220, 220)"
1502         tickfont:
1503           size: 16
1504         zeroline: False
1505         range: [0,50]
1506       autosize: False
1507       margin:
1508         t: 50
1509         b: 0
1510         l: 80
1511         r: 20
1512       showlegend: True
1513       legend:
1514         orientation: "h"
1515         font:
1516           size: 16
1517       width: 700
1518       height: 900
1519       paper_bgcolor: "#fff"
1520       plot_bgcolor: "#fff"
1521       hoverlabel:
1522         namelength: -1
1523
1524     plot-service-density:
1525       titlefont:
1526         size: 18
1527       xaxis:
1528         side: "top"
1529         autorange: True
1530         fixedrange: False
1531         showgrid: False
1532         showline: False
1533         showticklabels: False
1534         ticks: ""
1535         ticklen: 0
1536         tickwidth: 0
1537         zeroline: False
1538       yaxis:
1539         autorange: "reversed"
1540         showgrid: False
1541         showline: False
1542         showticklabels: False
1543         ticks: ""
1544         ticklen: 0
1545         tickwidth: 0
1546         zeroline: False
1547       showlegend: False
1548       paper_bgcolor: "#fff"
1549       plot_bgcolor: "#fff"
1550       width: 700
1551       height: 700
1552       hoverlabel:
1553         namelength: -1
1554
1555     plot-hoststack:
1556       titlefont:
1557         size: 16
1558       xaxis:
1559         title: "<b>Test Cases [Index]</b>"
1560         titlefont:
1561           size: 14
1562         autorange: True
1563         fixedrange: False
1564         gridcolor: "rgb(230, 230, 230)"
1565         linecolor: "rgb(220, 220, 220)"
1566         linewidth: 1
1567         showgrid: True
1568         showline: True
1569         showticklabels: True
1570         tickcolor: "rgb(220, 220, 220)"
1571         tickmode: "linear"
1572         tickfont:
1573           size: 14
1574         zeroline: False
1575       yaxis:
1576         title: "<b>Bandwidth [Gbps]</b>"
1577         titlefont:
1578           size: 14
1579         gridcolor: "rgb(230, 230, 230)"
1580         hoverformat: ".4s"
1581         linecolor: "rgb(220, 220, 220)"
1582         linewidth: 1
1583         rangemode: "tozero"
1584         showgrid: True
1585         showline: True
1586         showticklabels: True
1587         tickcolor: "rgb(230, 230, 230)"
1588         tickformat: ".3s"
1589         tickfont:
1590           size: 14
1591         zeroline: False
1592       boxmode: "group"
1593       boxgroupgap: 0.5
1594       autosize: False
1595       margin:
1596         t: 50
1597         b: 20
1598         l: 80
1599         r: 20
1600       showlegend: True
1601       legend:
1602         orientation: "h"
1603         font:
1604           size: 14
1605       width: 700
1606       height: 800
1607       paper_bgcolor: "#fff"
1608       plot_bgcolor: "#fff"
1609       hoverlabel:
1610         namelength: -1
1611
1612     plot-throughput:
1613       titlefont:
1614         size: 18
1615       xaxis:
1616         title: "<b>Test Cases [Index]</b>"
1617         titlefont:
1618           size: 16
1619         autorange: True
1620         fixedrange: False
1621         gridcolor: "rgb(230, 230, 230)"
1622         linecolor: "rgb(220, 220, 220)"
1623         linewidth: 1
1624         showgrid: True
1625         showline: True
1626         showticklabels: True
1627         tickcolor: "rgb(220, 220, 220)"
1628         tickmode: "linear"
1629         tickfont:
1630           size: 16
1631         zeroline: False
1632       yaxis:
1633         title: "<b>Packet Throughput [Mpps]</b>"
1634         titlefont:
1635           size: 16
1636         gridcolor: "rgb(230, 230, 230)"
1637         hoverformat: ".4r"
1638         tickformat: ".3r"
1639         linecolor: "rgb(220, 220, 220)"
1640         linewidth: 1
1641         showgrid: True
1642         showline: True
1643         showticklabels: True
1644         tickcolor: "rgb(220, 220, 220)"
1645         tickfont:
1646           size: 16
1647         zeroline: False
1648         range: [0,50]
1649       autosize: False
1650       margin:
1651         t: 50
1652         b: 0
1653         l: 80
1654         r: 20
1655       showlegend: True
1656       legend:
1657         orientation: "h"
1658         font:
1659           size: 16
1660       width: 700
1661       height: 900
1662       paper_bgcolor: "#fff"
1663       plot_bgcolor: "#fff"
1664       hoverlabel:
1665         namelength: -1
1666
1667     plot-throughput-speedup-analysis:
1668       titlefont:
1669         size: 18
1670       xaxis:
1671         title: "<b>Number of Cores [Qty]</b>"
1672         titlefont:
1673           size: 16
1674         autorange: True
1675         fixedrange: False
1676         gridcolor: "rgb(230, 230, 230)"
1677         linecolor: "rgb(220, 220, 220)"
1678         linewidth: 1
1679         showgrid: True
1680         showline: True
1681         showticklabels: True
1682         tickcolor: "rgb(238, 238, 238)"
1683         tickmode: "linear"
1684         tickfont:
1685           size: 16
1686         zeroline: False
1687       yaxis:
1688         title: "<b>Packet Throughput [Mpps]</b>"
1689         titlefont:
1690           size: 16
1691         type: "linear"
1692         gridcolor: "rgb(230, 230, 230)"
1693         hoverformat: ".4s"
1694         linecolor: "rgb(220, 220, 220)"
1695         linewidth: 1
1696         showgrid: True
1697         showline: True
1698         showticklabels: True
1699         tickcolor: "rgb(220, 220, 220)"
1700         tickformat: ".4s"
1701         tickfont:
1702           size: 16
1703         zeroline: True
1704         rangemode: "tozero"
1705         range: [0,100]
1706       legend:
1707         orientation: "h"
1708         font:
1709           size: 16
1710         xanchor: "left"
1711         yanchor: "top"
1712         x: 0
1713         y: -0.2
1714         bgcolor: "rgba(255, 255, 255, 0)"
1715         bordercolor: "rgba(255, 255, 255, 0)"
1716         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1717       autosize: False
1718       margin:
1719           't': 50
1720           'b': 150
1721           'l': 85
1722           'r': 10
1723       showlegend: True
1724       width: 700
1725       height: 700
1726       paper_bgcolor: "#fff"
1727       plot_bgcolor: "#fff"
1728       hoverlabel:
1729         namelength: -1
1730       annotations: [
1731         {
1732           text: "_ _          __          ...",
1733           align: "left",
1734           showarrow: False,
1735           xref: "paper",
1736           yref: "paper",
1737           xanchor: "left",
1738           yanchor: "top",
1739           x: 0,
1740           y: -0.13,
1741           font: {
1742             family: "Consolas, Courier New",
1743             size: 15
1744           },
1745         },
1746         {
1747           text: "    Perfect     Measured     Limit",
1748           align: "left",
1749           showarrow: False,
1750           xref: "paper",
1751           yref: "paper",
1752           xanchor: "left",
1753           yanchor: "top",
1754           x: 0,
1755           y: -0.15,
1756           font: {
1757             family: "Consolas, Courier New",
1758             size: 15
1759           },
1760         },
1761       ]
1762
1763     plot-latency:
1764       titlefont:
1765         size: 18
1766       xaxis:
1767         title: "<b>Direction</b>"
1768         titlefont:
1769           size: 16
1770         autorange: True
1771         fixedrange: False
1772         gridcolor: "rgb(230, 230, 230)"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: False
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickmode: "linear"
1780         tickfont:
1781           size: 16
1782         zeroline: False
1783       yaxis:
1784         title: "<b>Packet Latency [uSec]</b>"
1785         titlefont:
1786           size: 16
1787         type: "linear"
1788         gridcolor: "rgb(230, 230, 230)"
1789         hoverformat: ".4s"
1790         linecolor: "rgb(220, 220, 220)"
1791         linewidth: 1
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(220, 220, 220)"
1796         tickformat: ".4s"
1797         tickfont:
1798           size: 16
1799         zeroline: True
1800         rangemode: "tozero"
1801       legend:
1802         orientation: "h"
1803         font:
1804           size: 16
1805         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1806       autosize: False
1807       margin:
1808           't': 50
1809           'b': 150
1810           'l': 80
1811           'r': 10
1812       showlegend: True
1813       width: 700
1814       height: 700
1815       paper_bgcolor: "#fff"
1816       plot_bgcolor: "#fff"
1817       hoverlabel:
1818         namelength: -1
1819
1820     plot-hdrh-latency:
1821       title:
1822         text: ""
1823         xanchor: "center"
1824         x: 0.5
1825         font:
1826           size: 16
1827       width: 700
1828       plot_bgcolor: "white"
1829       annotations:
1830         - font:
1831             size: 14
1832           showarrow: False
1833           text: "<b>Packet Latency [uSec]</b>"
1834           x: 1
1835           xanchor: "right"
1836           xref: "paper"
1837           y: -0.045
1838           yanchor: "top"
1839           yref: "paper"
1840         - font:
1841             size: 14
1842           showarrow: False
1843           text: "<b>Probability [%]</b>"
1844           textangle: 270
1845           x: -0.06
1846           xanchor: "center"
1847           xref: "paper"
1848           y: 0.5
1849           yanchor: "middle"
1850           yref: "paper"
1851         - font:
1852             size: 14
1853           showarrow: False
1854           text: "<b>Direction: E-W</b>"
1855           x: 0.24
1856           xanchor: "center"
1857           xref: "paper"
1858           y: 1.05
1859           yanchor: "bottom"
1860           yref: "paper"
1861         - font:
1862             size: 14
1863           showarrow: False
1864           text: "<b>Direction: W-E</b>"
1865           x: 0.74
1866           xanchor: "center"
1867           xref: "paper"
1868           y: 1.05
1869           yanchor: "bottom"
1870           yref: "paper"
1871
1872     plot-hdrh-latency-percentile:
1873       title:
1874         text: ""
1875         xanchor: "center"
1876         x: 0.5
1877         font:
1878           size: 18
1879       xaxis:
1880         type: "log"
1881         title: "<b>Percentile [%]</b>"
1882         titlefont:
1883           size: 16
1884         autorange: True
1885         fixedrange: False
1886         gridcolor: "rgb(230, 230, 230)"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1894         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1895         tickfont:
1896           size: 16
1897       yaxis:
1898         title: "<b>Packet Latency [uSec]</b>"
1899         titlefont:
1900           size: 16
1901         gridcolor: "rgb(230, 230, 230)"
1902         linecolor: "rgb(220, 220, 220)"
1903         linewidth: 1
1904         showgrid: True
1905         showline: True
1906         showticklabels: True
1907         tickcolor: "rgb(220, 220, 220)"
1908         tickfont:
1909           size: 16
1910       autosize: False
1911       showlegend: True
1912       legend:
1913         traceorder: "normal"
1914         orientation: "h"
1915         font:
1916           size: 16
1917         xanchor: "left"
1918         yanchor: "top"
1919         x: 0
1920         y: -0.15
1921         bgcolor: "rgba(255, 255, 255, 0)"
1922         bordercolor: "rgba(255, 255, 255, 0)"
1923       width: 700
1924       height: 700
1925       paper_bgcolor: "white"
1926       plot_bgcolor: "white"
1927
1928     plot-hdrh-latency-by-percentile:
1929       title:
1930         text: "<b>Latency by Percentile Distribution</b>"
1931         xanchor: "center"
1932         x: 0.5
1933         font:
1934           size: 18
1935       showlegend: True
1936       legend:
1937         traceorder: "normal"
1938         orientation: "h"
1939         font:
1940           size: 16
1941         xanchor: "left"
1942         yanchor: "top"
1943         x: 0
1944         y: -0.2
1945         bgcolor: "rgba(255, 255, 255, 0)"
1946         bordercolor: "rgba(255, 255, 255, 0)"
1947       xaxis:
1948         type: "linear"
1949         title: "<b>Percentile [%]</b>"
1950         titlefont:
1951           size: 14
1952         autorange: False
1953         fixedrange: False
1954         range: [0, 100]
1955         gridcolor: "rgb(230, 230, 230)"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickvals: [0, 25, 50, 75, 100]
1963         ticktext: [0, 25, 50, 75, 100]
1964         tickfont:
1965           size: 14
1966       yaxis:
1967         title: "<b>One-Way Latency per Direction [uSec]</b>"
1968         titlefont:
1969           size: 14
1970         gridcolor: "rgb(230, 230, 230)"
1971         linecolor: "rgb(220, 220, 220)"
1972         linewidth: 1
1973         showgrid: True
1974         showline: True
1975         showticklabels: True
1976         tickcolor: "rgb(220, 220, 220)"
1977         tickfont:
1978           size: 14
1979       width: 700
1980       height: 700
1981       paper_bgcolor: "white"
1982       plot_bgcolor: "white"
1983
1984 - type: "static"
1985   src-path: "{DIR[RST]}"
1986   dst-path: "{DIR[WORKING,SRC]}"
1987
1988 - type: "input"
1989   general:
1990     file-name: "output_info.xml.gz"
1991     file-format: ".gz"
1992     arch-file-format:
1993       - ".gz"
1994       - ".zip"
1995     download-path: "{job}/{build}/archives/{filename}"
1996     extract: "output.xml"
1997
1998     zip-file-name: "robot-plugin.zip"
1999     zip-file-format: ".zip"
2000     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2001     zip-extract: "robot-plugin/output.xml"
2002
2003   builds:
2004
2005     csit-vpp-perf-verify-2001-3n-hsw:
2006       - 17  # MRR sel
2007     csit-vpp-perf-report-iterative-2005-3n-hsw:
2008       - 20  # NDRPDR sel env 4
2009       - 21  # NDRPDR sel env 4
2010       - 22  # NDRPDR sel env 4
2011       - 23  # NDRPDR sel env 4
2012       - 24  # NDRPDR sel env 4
2013       - 25  # NDRPDR sel env 4
2014       - 26  # NDRPDR sel env 4
2015       - 27  # NDRPDR sel env 4
2016       - 28  # NDRPDR sel env 4
2017       - 29  # NDRPDR sel env 4
2018       - 13  # MRR
2019       - 30  # MRR env 4
2020       - 31  # NDRPDR sel 2001.0-4
2021       - 32  # NDRPDR sel 2001.0-4
2022       - 33  # NDRPDR sel 2001.0-4
2023       - 34  # NDRPDR sel 2001.0-4
2024       - 35  # NDRPDR sel 2001.0-4
2025       - 36  # NDRPDR sel 2001.0-4
2026       - 38  # NDRPDR sel 2001.0-4
2027     csit-vpp-perf-verify-2005-3n-hsw:
2028       - 3   # hoststack
2029       - 5   # hoststack
2030       - 6   # hoststack
2031       - 7   # hoststack
2032       - 8   # hoststack
2033       - 9   # hoststack
2034       - 10  # hoststack
2035       - 11  # hoststack
2036       - 12  # hoststack
2037       - 13  # hoststack
2038     csit-vpp-perf-report-coverage-2005-3n-hsw:
2039       - 74  # crypto-00
2040       - 75  # crypto-01
2041       - 76  # crypto-02
2042       - 77  # crypto-03
2043       - 78  # ip4-00
2044       - 79  # ip4-01
2045       - 80  # ip4-02
2046       - 81  # ip4-03
2047       - 73  # ip4-04
2048       - 82  # ip4-05
2049       - 83  # ip4-06
2050       - 84  # ip4-07
2051       - 85  # ip4-08
2052       - 86  # ip4tun-00
2053       - 87  # ip4tun-01
2054       - 88  # ip4tun-02
2055       - 89  # ip6-00
2056       - 90  # ip6-01
2057       - 91  # ip6tun-00
2058       - 92  # l2-00
2059       - 93  # l2-01
2060       - 94  # l2-02
2061       - 95  # l2-03
2062       - 96  # l2-04
2063       - 97  # l2-05
2064       - 98  # l2-06
2065       - 99  # l2-07
2066       - 100 # l2-08
2067       - 101 # l2-09
2068       - 102 # l2-10
2069       - 103 # memif-00
2070       - 104 # srv6-00
2071       - 105 # srv6-01
2072       - 106 # vhost-00
2073       - 107 # vhost-01
2074       - 109 # vhost-02
2075     # TODO: Add:
2076     csit-vpp-perf-report-iterative-2009-3n-hsw:
2077       - 3  # RC1 NDRPDR sel env5
2078     # TODO: Add:
2079     # csit-vpp-perf-report-coverage-2009-3n-hsw:
2080
2081     # TODO: Add for hoststack:
2082     # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
2083     # csit-vpp-perf-verify-2009-3n-hsw:
2084
2085     csit-vpp-perf-verify-2001-3n-skx:
2086       - 50  # MRR sel
2087       - 53  # MRR sel addition
2088     csit-vpp-perf-report-iterative-2005-3n-skx:
2089       - 4   # NDRPDR sel
2090       - 5   # NDRPDR sel ??? all x710 failed
2091       - 33  # NDRPDR sel
2092       - 28  # NDRPDR sel
2093       - 34  # NDRPDR sel
2094       - 42  # NDRPDR sel env 4
2095       - 43  # NDRPDR sel env 4
2096       - 44  # NDRPDR sel env 4
2097       - 45  # NDRPDR sel env 4
2098       - 47  # NDRPDR sel env 4
2099       - 55  # NDRPDR sel env 4
2100       - 56  # NDRPDR sel env 4
2101       - 57  # NDRPDR sel env 4
2102       - 61  # NDRPDR sel env 4
2103       - 62  # NDRPDR sel env 4
2104       - 50  # NDRPDR sel 2001.0-4
2105       - 51  # NDRPDR sel 2001.0-4
2106       - 52  # NDRPDR sel 2001.0-4
2107       - 53  # NDRPDR sel 2001.0-4
2108       - 54  # NDRPDR sel 2001.0-4
2109       - 49  # MRR sel env 4
2110     csit-vpp-perf-report-coverage-2005-3n-skx:
2111       - 45  # crypto-00
2112       - 46  # crypto-01
2113       - 47  # crypto-02
2114       - 83  # crypto-03
2115       - 50  # ip4-00
2116       - 51  # ip4-01
2117       - 52  # ip4-02
2118       - 53  # ip4-03
2119       - 54  # ip4-04
2120       - 55  # ip4-05
2121       - 56  # ip4-06
2122       - 57  # ip4-07
2123       - 58  # ip4-08
2124       - 59  # ip4tun-00
2125       - 60  # ip4tun-01
2126       - 61  # ip4tun-02
2127       - 62  # ip6-00
2128       - 63  # ip6-01
2129       - 64  # ip6tun-00
2130       - 65  # l2-00
2131       - 66  # l2-01
2132       - 67  # l2-02
2133       - 68  # l2-03
2134       - 69  # l2-04
2135       - 84  # l2-05
2136       - 71  # l2-06
2137       - 72  # l2-07
2138       - 73  # l2-08
2139       - 85  # l2-09
2140       - 75  # l2-10
2141       - 76  # memif-00
2142       - 77  # srv6-00
2143       - 78  # srv6-01
2144       - 88  # vhost-00
2145       - 89  # vhost-01
2146       - 81  # vhost-02
2147       - 83  # vhost-03
2148     # TODO: Add:
2149     csit-vpp-perf-report-iterative-2009-3n-skx:
2150       - 3  # RC1 NDRPDR sel env5
2151     # TODO: Add:
2152     # csit-vpp-perf-report-coverage-2009-3n-skx:
2153
2154     csit-vpp-perf-verify-2001-2n-skx:
2155       - 101  # MRR sel - old
2156       - 128  # MRR sel addition - old
2157     csit-vpp-perf-report-iterative-2005-2n-skx:
2158       - 88  # NDRPDR sel env 4
2159       - 89  # NDRPDR sel env 4
2160       - 90  # NDRPDR sel env 4
2161       - 91  # NDRPDR sel env 4
2162       - 92  # NDRPDR sel env 4
2163       - 93  # NDRPDR sel env 4
2164       - 94  # NDRPDR sel env 4
2165       - 125 # NDRPDR sel env 4
2166       - 126 # NDRPDR sel env 4
2167       - 127 # NDRPDR sel env 4
2168       - 100 # NDRPDR sel 2001.0-4
2169       - 101 # NDRPDR sel 2001.0-4
2170       - 102 # NDRPDR sel 2001.0-4
2171       - 103 # NDRPDR sel 2001.0-4
2172       - 104 # NDRPDR sel 2001.0-4
2173       - 105 # NDRPDR sel 2001.0-4
2174       - 99  # MRR sel env 4
2175       - 106 # Reconf env 4
2176       - 107 # Reconf env 4
2177       - 108 # Reconf env 4
2178       - 109 # Reconf env 4
2179       - 110 # Reconf env 4
2180       - 111 # Reconf env 4
2181       - 112 # Reconf env 4
2182       - 118 # Reconf env 4
2183       - 120 # Reconf env 4
2184       - 121 # Reconf env 4
2185       - 122 # Soak
2186       - 123 # Soak
2187       - 113 # nf-density-sel env 4
2188       - 114 # nf-density-sel env 4
2189       - 124 # nf-density-sel env 4
2190       - 128 # nf-density-sel env 4
2191       - 129 # nf-density-sel env 4
2192       - 131 # nf-density-sel env 4
2193       - 132 # nf-density-sel env 4
2194       - 135 # nf-density-sel env 4
2195       - 136 # nf-density-sel env 4
2196       - 139 # nf-density-sel env 4
2197       - 115 # MRR nf-density-sel env 4
2198     csit-vpp-perf-report-coverage-2005-2n-skx:
2199       - 28  # ip4-00
2200       - 29  # ip4-01
2201       - 30  # ip4-02
2202       - 31  # ip4-03
2203       - 32  # ip4-04
2204       - 33  # ip4-05
2205       - 34  # ip6-00
2206       - 35  # ip6-01
2207       - 36  # l2-00
2208       - 37  # l2-01
2209       - 38  # lb-00
2210       - 39  # memif-00
2211       - 40  # vhost-00
2212       - 41  # vhost-01
2213       - 42  # vts-00
2214     # TODO: Add:
2215     csit-vpp-perf-report-iterative-2009-2n-skx:
2216       - 3  # RC1 NDRPDR sel env5
2217     # TODO: Add:
2218     # csit-vpp-perf-report-coverage-2009-2n-skx:
2219
2220     csit-vpp-perf-verify-2001-2n-clx:
2221       - 39  # MRR
2222     csit-vpp-perf-report-iterative-2005-2n-clx:
2223       - 62  # NDRPDR sel env 4
2224       - 63  # NDRPDR sel env 4
2225       - 64  # NDRPDR sel env 4
2226       - 65  # NDRPDR sel env 4
2227       - 66  # NDRPDR sel env 4
2228       - 68  # NDRPDR sel env 4
2229       - 69  # NDRPDR sel env 4
2230       - 70  # NDRPDR sel env 4
2231       - 103 # NDRPDR sel env 4
2232       - 104 # NDRPDR sel env 4
2233       - 73  # NDRPDR sel 2001.0-4
2234       - 74  # NDRPDR sel 2001.0-4
2235       - 75  # NDRPDR sel 2001.0-4
2236       - 76  # NDRPDR sel 2001.0-4
2237       - 77  # NDRPDR sel 2001.0-4
2238       - 78  # NDRPDR sel 2001.0-4
2239       - 79  # NDRPDR sel 2001.0-4
2240       - 80  # NDRPDR sel 2001.0-4
2241       - 72  # MRR env 4
2242       - 81  # Reconf env 4
2243       - 82  # Reconf env 4
2244       - 83  # Reconf env 4
2245       - 84  # Reconf env 4
2246       - 85  # Reconf env 4
2247       - 86  # Reconf env 4
2248       - 87  # Reconf env 4
2249       - 88  # Reconf env 4
2250       - 89  # Reconf env 4
2251       - 90  # Reconf env 4
2252       - 101 # Soak
2253       - 102 # Soak
2254       - 91  # nfv-density-00 env 4
2255       - 92  # nfv-density-00 env 4
2256       - 93  # nfv-density-00 env 4
2257       - 97  # nfv-density-00 env 4
2258       - 98  # nfv-density-00 env 4
2259       - 99  # nfv-density-00 env 4
2260       - 100 # nfv-density-00 env 4
2261       - 105 # nfv-density-00 env 4
2262       - 106 # nfv-density-00 env 4
2263       - 108 # nfv-density-00 env 4
2264       - 96  # MRR nfv-density-00 env 4
2265     csit-vpp-perf-report-coverage-2005-2n-clx:
2266       - 24  # ip4-00
2267       - 25  # ip4-01
2268       - 26  # ip4-02
2269       - 27  # ip4-03
2270       - 28  # ip4-04
2271       - 29  # ip4-05
2272       - 34  # ip6-00
2273       - 36  # ip6-01
2274       - 31  # l2-00
2275       - 41  # l2-01
2276       - 39  # lb-00
2277       - 37  # memif-00
2278       - 32  # vhost-00
2279       - 33  # vhost-01
2280       - 40  # vts-00
2281     # TODO: Add:
2282     csit-vpp-perf-report-iterative-2009-2n-clx:
2283       - 3  # RC1 NDRPDR sel env5
2284     # TODO: Add:
2285     # csit-vpp-perf-report-coverage-2009-2n-clx:
2286
2287     csit-vpp-perf-verify-2001-3n-tsh:
2288       - 9   # MRR sel
2289     csit-vpp-perf-report-iterative-2005-3n-tsh:
2290       - 9   # NDRPDR sel
2291       - 11  # NDRPDR sel
2292       - 12  # NDRPDR sel
2293       - 20  # NDRPDR sel
2294       - 14  # NDRPDR sel
2295       - 21  # NDRPDR sel
2296       - 23  # NDRPDR sel env 4
2297       - 25  # NDRPDR sel env 4
2298       - 33  # NDRPDR sel env 4
2299       - 34  # NDRPDR sel env 4
2300       - 35  # NDRPDR sel env 4
2301       - 36  # NDRPDR sel env 4
2302       - 37  # NDRPDR sel env 4
2303       - 38  # NDRPDR sel env 4
2304       - 39  # NDRPDR sel env 4
2305       - 40  # NDRPDR sel env 4
2306       - 28  # NDRPDR sel 2001.0-4
2307       - 29  # NDRPDR sel 2001.0-4
2308       - 31  # NDRPDR sel 2001.0-4
2309       - 27  # MRR sel env 4
2310     # TODO: Add:
2311     csit-vpp-perf-report-iterative-2009-3n-tsh:
2312       - 3  # RC1 NDRPDR sel env5
2313
2314     csit-vpp-perf-verify-2001-3n-dnv:
2315       - 5   # NDRPDR sel
2316       - 6   # NDRPDR sel
2317       - 7   # NDRPDR sel
2318       - 8   # NDRPDR sel
2319       - 9   # NDRPDR sel
2320       - 10  # NDRPDR sel
2321       - 12  # NDRPDR sel
2322       - 16  # NDRPDR sel
2323       - 17  # NDRPDR sel
2324       - 18  # NDRPDR sel
2325       - 11  # MRR sel
2326     csit-vpp-perf-report-iterative-2005-3n-dnv:
2327       - 2   # NDRPDR sel
2328       - 3   # NDRPDR sel
2329       - 4   # NDRPDR sel
2330       - 5   # NDRPDR sel
2331       - 6   # NDRPDR sel
2332       - 7   # NDRPDR sel
2333       - 9   # NDRPDR sel
2334       - 10  # NDRPDR sel
2335       - 11  # NDRPDR sel
2336       - 12  # NDRPDR sel
2337       - 8   # MRR
2338     csit-vpp-perf-report-coverage-2005-3n-dnv:
2339       - 1   # perf-full-3n-dnv-crypto_I
2340       - 24  # perf-full-3n-dnv-crypto_II
2341       - 5   # perf-full-3n-dnv-ip4_I
2342       - 13  # perf-full-3n-dnv-ip4_II
2343       - 17  # perf-full-3n-dnv-ip6_I
2344       - 18  # perf-full-3n-dnv-ip6_II
2345       - 21  # perf-full-3n-dnv-l2_I
2346       - 22  # perf-full-3n-dnv-l2_II
2347       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2348     # TODO: Add:
2349     # csit-vpp-perf-report-iterative-2009-3n-dnv:
2350     # TODO: Add:
2351     # csit-vpp-perf-report-coverage-2009-3n-dnv:
2352
2353     csit-vpp-perf-verify-2001-2n-dnv:
2354       - 4   # NDRPDR sel
2355       - 5   # NDRPDR sel
2356       - 6   # NDRPDR sel
2357       - 7   # NDRPDR sel
2358       - 8   # NDRPDR sel
2359       - 9   # NDRPDR sel
2360       - 10  # NDRPDR sel
2361       - 11  # NDRPDR sel
2362       - 13  # NDRPDR sel
2363       - 16  # NDRPDR sel
2364       - 12  # MRR sel
2365     csit-vpp-perf-report-iterative-2005-2n-dnv:
2366       - 3   # NDRPDR sel
2367       - 6   # NDRPDR sel
2368       - 7   # NDRPDR sel
2369       - 8   # NDRPDR sel
2370       - 9   # NDRPDR sel
2371       - 10  # NDRPDR sel
2372       - 11  # NDRPDR sel
2373       - 12  # NDRPDR sel
2374       - 13  # NDRPDR sel
2375       - 14  # NDRPDR sel
2376       - 15  # MRR sel
2377     csit-vpp-perf-report-coverage-2005-2n-dnv:
2378       - 1   # perf-full-2n-dnv-ip4_I
2379       - 2   # perf-full-2n-dnv-ip4_II
2380       - 3   # perf-full-2n-dnv-ip6_I
2381       - 4   # perf-full-2n-dnv-ip6_II
2382       - 5   # perf-full-2n-dnv-l2_I
2383       - 6   # perf-full-2n-dnv-l2_II
2384     # TODO: Add:
2385     # csit-vpp-perf-report-iterative-2009-2n-dnv:
2386     # TODO: Add:
2387     # csit-vpp-perf-report-coverage-2009-2n-dnv:
2388
2389     csit-dpdk-perf-verify-2001-3n-hsw:
2390       - 4   # NDRPDR sel
2391       - 5   # NDRPDR sel
2392       - 6   # NDRPDR sel
2393       - 7   # NDRPDR sel
2394       - 8   # NDRPDR sel
2395       - 9   # NDRPDR sel
2396       - 10  # NDRPDR sel
2397       - 11  # NDRPDR sel
2398       - 12  # NDRPDR sel
2399       - 13  # NDRPDR sel
2400       - 15  # NDRPDR sel
2401       - 16  # NDRPDR sel
2402       - 17  # NDRPDR sel
2403       - 18  # NDRPDR sel
2404       - 19  # NDRPDR sel
2405       - 20  # NDRPDR sel
2406       - 21  # NDRPDR sel
2407       - 22  # NDRPDR sel
2408       - 23  # NDRPDR sel
2409       - 24  # NDRPDR sel
2410     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2411       - 25  # NDRPDR iter
2412       - 26  # NDRPDR iter
2413       - 27  # NDRPDR iter
2414       - 28  # NDRPDR iter
2415       - 29  # NDRPDR iter
2416       - 30  # NDRPDR iter
2417       - 31  # NDRPDR iter
2418       - 32  # NDRPDR iter
2419       - 33  # NDRPDR iter
2420       - 34  # NDRPDR iter
2421     # TODO: Add:
2422     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2423       - 3  # RC1 NDRPDR sel env5
2424
2425     csit-dpdk-perf-verify-2001-3n-skx:
2426       - 29  # NDRPDR sel xxv710
2427       - 33  # NDRPDR sel xxv710
2428       - 34  # NDRPDR sel xxv710
2429       - 35  # NDRPDR sel xxv710
2430       - 36  # NDRPDR sel xxv710
2431       - 37  # NDRPDR sel xxv710
2432       - 41  # NDRPDR sel xxv710
2433       - 42  # NDRPDR sel xxv710
2434       - 43  # NDRPDR sel xxv710
2435       - 45  # NDRPDR sel xxv710
2436       - 30  # NDRPDR sel x710
2437       - 31  # NDRPDR sel x710
2438       - 32  # NDRPDR sel x710
2439       - 38  # NDRPDR sel x710
2440       - 39  # NDRPDR sel x710
2441       - 40  # NDRPDR sel x710
2442       - 44  # NDRPDR sel x710
2443       - 46  # NDRPDR sel x710
2444       - 47  # NDRPDR sel x710
2445       - 48  # NDRPDR sel x710
2446     csit-dpdk-perf-report-iterative-2005-3n-skx:
2447       - 28  # NDRPDR iter
2448       - 29  # NDRPDR iter
2449       - 30  # NDRPDR iter
2450       - 31  # NDRPDR iter
2451       - 32  # NDRPDR iter
2452       - 33  # NDRPDR iter
2453       - 34  # NDRPDR iter
2454       - 35  # NDRPDR iter
2455       - 36  # NDRPDR iter
2456       - 37  # NDRPDR iter
2457     # TODO: Add:
2458     csit-dpdk-perf-report-iterative-2009-3n-skx:
2459       - 3  # RC1 NDRPDR sel env5
2460
2461     csit-dpdk-perf-verify-2001-2n-skx:
2462       - 35  # NDRPDR sel xxv710
2463       - 36  # NDRPDR sel xxv710
2464       - 37  # NDRPDR sel xxv710
2465       - 41  # NDRPDR sel xxv710
2466       - 42  # NDRPDR sel xxv710
2467       - 43  # NDRPDR sel xxv710
2468       - 46  # NDRPDR sel xxv710
2469       - 47  # NDRPDR sel xxv710
2470       - 52  # NDRPDR sel xxv710
2471       - 53  # NDRPDR sel xxv710
2472       - 38  # NDRPDR sel x710
2473       - 39  # NDRPDR sel x710
2474       - 40  # NDRPDR sel x710
2475       - 44  # NDRPDR sel x710
2476       - 45  # NDRPDR sel x710
2477       - 48  # NDRPDR sel x710
2478       - 49  # NDRPDR sel x710
2479       - 50  # NDRPDR sel x710
2480       - 51  # NDRPDR sel x710
2481       - 54  # NDRPDR sel x710
2482     csit-dpdk-perf-report-iterative-2005-2n-skx:
2483       - 20  # NDRPDR iter
2484       - 21  # NDRPDR iter
2485       - 22  # NDRPDR iter
2486       - 23  # NDRPDR iter
2487       - 24  # NDRPDR iter
2488       - 25  # NDRPDR iter
2489       - 26  # NDRPDR iter
2490       - 27  # NDRPDR iter
2491       - 28  # NDRPDR iter
2492       - 29  # NDRPDR iter
2493     # TODO: Add:
2494     csit-dpdk-perf-report-iterative-2009-2n-skx:
2495       - 3  # RC1 NDRPDR sel env5
2496
2497     csit-dpdk-perf-verify-2001-2n-clx:
2498       - 15  # NDRPDR sel
2499       - 16  # NDRPDR sel
2500       - 17  # NDRPDR sel
2501       - 18  # NDRPDR sel
2502       - 19  # NDRPDR sel
2503       - 20  # NDRPDR sel
2504       - 21  # NDRPDR sel
2505       - 22  # NDRPDR sel
2506       - 23  # NDRPDR sel
2507       - 24  # NDRPDR sel
2508       - 25  # NDRPDR sel
2509       - 26  # NDRPDR sel
2510       - 27  # NDRPDR sel
2511       - 28  # NDRPDR sel
2512       - 29  # NDRPDR sel
2513       - 30  # NDRPDR sel
2514       - 31  # NDRPDR sel
2515       - 32  # NDRPDR sel
2516       - 33  # NDRPDR sel
2517       - 34  # NDRPDR sel
2518     csit-dpdk-perf-report-iterative-2005-2n-clx:
2519       - 20  # NDRPDR iter
2520       - 21  # NDRPDR iter
2521       - 22  # NDRPDR iter
2522       - 23  # NDRPDR iter
2523       - 24  # NDRPDR iter
2524       - 25  # NDRPDR iter
2525       - 26  # NDRPDR iter
2526       - 27  # NDRPDR iter
2527       - 28  # NDRPDR iter
2528       - 29  # NDRPDR iter
2529     # TODO: Add:
2530     csit-dpdk-perf-report-iterative-2009-2n-clx:
2531       - 3  # RC1 NDRPDR sel env5
2532
2533     csit-dpdk-perf-verify-2001-2n-dnv:
2534       - 9   # NDRPDR sel
2535       - 10  # NDRPDR sel
2536       - 11  # NDRPDR sel
2537       - 12  # NDRPDR sel
2538       - 13  # NDRPDR sel
2539       - 14  # NDRPDR sel
2540       - 15  # NDRPDR sel
2541       - 16  # NDRPDR sel
2542       - 17  # NDRPDR sel
2543       - 18  # NDRPDR sel
2544     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2545       - 8   # NDRPDR sel
2546       - 9   # NDRPDR sel
2547       - 10  # NDRPDR sel
2548       - 11  # NDRPDR sel
2549       - 12  # NDRPDR sel
2550       - 13  # NDRPDR sel
2551       - 14  # NDRPDR sel
2552       - 15  # NDRPDR sel
2553       - 16  # NDRPDR sel
2554       - 17  # NDRPDR sel
2555     # TODO: Add:
2556     # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2557
2558     csit-dpdk-perf-verify-2001-3n-dnv:
2559       - 12  # NDRPDR sel
2560       - 13  # NDRPDR sel
2561       - 14  # NDRPDR sel
2562       - 15  # NDRPDR sel
2563       - 16  # NDRPDR sel
2564       - 17  # NDRPDR sel
2565       - 18  # NDRPDR sel
2566       - 19  # NDRPDR sel
2567       - 20  # NDRPDR sel
2568       - 22  # NDRPDR sel
2569     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2570       - 6   # NDRPDR sel
2571       - 7   # NDRPDR sel
2572       - 8   # NDRPDR sel
2573       - 9   # NDRPDR sel
2574       - 10  # NDRPDR sel
2575       - 11  # NDRPDR sel
2576       - 12  # NDRPDR sel
2577       - 13  # NDRPDR sel
2578       - 14  # NDRPDR sel
2579       - 16  # NDRPDR sel
2580     # TODO: Add:
2581     # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2582
2583     csit-dpdk-perf-verify-2001-3n-tsh:
2584       - 3   # NDRPDR sel
2585       - 4   # NDRPDR sel
2586       - 5   # NDRPDR sel
2587       - 9   # NDRPDR sel
2588       - 10  # NDRPDR sel
2589       - 11  # NDRPDR sel
2590       - 12  # NDRPDR sel
2591       - 14  # NDRPDR sel
2592       - 15  # NDRPDR sel
2593       - 18  # NDRPDR sel
2594     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2595       - 5   # NDRPDR sel
2596     # TODO: Add:
2597     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2598       - 1  # RC1 NDRPDR sel env5
2599
2600     csit-vpp-device-2005-ubuntu1804-1n-skx:
2601       - 35
2602     # TODO: Add:
2603     # csit-vpp-device-2009-ubuntu1804-1n-skx:
2604
2605 - type: "output"
2606   output: "report"
2607   format:
2608     html:
2609     - full
2610     pdf:
2611     - minimal
2612
2613 ################################################################################
2614 ###                               T A B L E S                                ###
2615 ################################################################################
2616
2617 # VPP Soak vs NDR - 2n-skx
2618 - type: "table"
2619   title: "VPP Soak vs NDR 2n-skx"
2620   algorithm: "table_soak_vs_ndr"
2621   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2622   reference:
2623     title: "NDR"
2624     data: "vpp-soak-vs-ndr-2n-skx-ref"
2625   compare:
2626     title: "Soak"
2627     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2628   data: "vpp-soak-vs-ndr-2n-skx"
2629   include-tests: "NDR"
2630   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2631   parameters:
2632     - "throughput"
2633     - "name"
2634     - "parent"
2635
2636 # VPP Soak vs NDR - 2n-clx
2637 - type: "table"
2638   title: "VPP Soak vs NDR 2n-clx"
2639   algorithm: "table_soak_vs_ndr"
2640   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2641   reference:
2642     title: "NDR"
2643     data: "vpp-soak-vs-ndr-2n-clx-ref"
2644   compare:
2645     title: "Soak"
2646     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2647   data: "vpp-soak-vs-ndr-2n-clx"
2648   include-tests: "NDR"
2649   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2650   parameters:
2651     - "throughput"
2652     - "name"
2653     - "parent"
2654
2655 ################################################################################
2656
2657 ## VPP Compare NICs 3n-skx 2t1c ndr
2658 #- type: "table"
2659 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2660 #  algorithm: "table_comparison"
2661 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2663 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2664 #  columns:
2665 #    - title: "x710"
2666 #      data-set: "vpp-nic-comparison-3n-skx"
2667 #      tag: "NIC_Intel-X710"
2668 #    - title: "xxv710"
2669 #      data-set: "vpp-nic-comparison-3n-skx"
2670 #      tag: "NIC_Intel-XXV710"
2671 #  comparisons:
2672 #    - title: "Diff"
2673 #      reference: 1
2674 #      compare: 2
2675 #  legend:
2676 #    - ""
2677 #    - "x710, xxv710 - NICs tested."
2678 #    - "Diff - difference between x710 and xxv710 NIC."
2679 #
2680 ## VPP Compare NICs 3n-skx 4t2c ndr
2681 #- type: "table"
2682 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2683 #  algorithm: "table_comparison"
2684 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2685 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2686 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2687 #  columns:
2688 #    - title: "x710"
2689 #      data-set: "vpp-nic-comparison-3n-skx"
2690 #      tag: "NIC_Intel-X710"
2691 #    - title: "xxv710"
2692 #      data-set: "vpp-nic-comparison-3n-skx"
2693 #      tag: "NIC_Intel-XXV710"
2694 #  comparisons:
2695 #    - title: "Diff"
2696 #      reference: 1
2697 #      compare: 2
2698 #  legend:
2699 #    - ""
2700 #    - "x710, xxv710 - NICs tested."
2701 #    - "Diff - difference between x710 and xxv710 NIC."
2702 #
2703 ## VPP Compare NICs 3n-skx 2t1c pdr
2704 #- type: "table"
2705 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2706 #  algorithm: "table_comparison"
2707 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2708 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2709 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2710 #  columns:
2711 #    - title: "x710"
2712 #      data-set: "vpp-nic-comparison-3n-skx"
2713 #      tag: "NIC_Intel-X710"
2714 #    - title: "xxv710"
2715 #      data-set: "vpp-nic-comparison-3n-skx"
2716 #      tag: "NIC_Intel-XXV710"
2717 #  comparisons:
2718 #    - title: "Diff"
2719 #      reference: 1
2720 #      compare: 2
2721 #  legend:
2722 #    - ""
2723 #    - "x710, xxv710 - NICs tested."
2724 #    - "Diff - difference between x710 and xxv710 NIC."
2725 #
2726 ## VPP Compare NICs 3n-skx 4t2c pdr
2727 #- type: "table"
2728 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2729 #  algorithm: "table_comparison"
2730 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2732 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2733 #  columns:
2734 #    - title: "x710"
2735 #      data-set: "vpp-nic-comparison-3n-skx"
2736 #      tag: "NIC_Intel-X710"
2737 #    - title: "xxv710"
2738 #      data-set: "vpp-nic-comparison-3n-skx"
2739 #      tag: "NIC_Intel-XXV710"
2740 #  comparisons:
2741 #    - title: "Diff"
2742 #      reference: 1
2743 #      compare: 2
2744 #  legend:
2745 #    - ""
2746 #    - "x710, xxv710 - NICs tested."
2747 #    - "Diff - difference between x710 and xxv710 NIC."
2748
2749 ## VPP Compare NICs 3n-skx 2t1c mrr
2750 #- type: "table"
2751 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2752 #  algorithm: "table_comparison"
2753 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2754 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2755 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2756 #  columns:
2757 #    - title: "x710"
2758 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2759 #      tag: "NIC_Intel-X710"
2760 #    - title: "xxv710"
2761 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2762 #      tag: "NIC_Intel-XXV710"
2763 #  comparisons:
2764 #    - title: "Diff"
2765 #      reference: 1
2766 #      compare: 2
2767 #  legend:
2768 #    - ""
2769 #    - "x710, xxv710 - NICs tested."
2770 #    - "Diff - difference between x710 and xxv710 NIC."
2771 #
2772 ## VPP Compare NICs 3n-skx 4t2c mrr
2773 #- type: "table"
2774 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2775 #  algorithm: "table_comparison"
2776 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2777 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2779 #  columns:
2780 #    - title: "x710"
2781 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2782 #      tag: "NIC_Intel-X710"
2783 #    - title: "xxv710"
2784 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2785 #      tag: "NIC_Intel-XXV710"
2786 #  comparisons:
2787 #    - title: "Diff"
2788 #      reference: 1
2789 #      compare: 2
2790 #  legend:
2791 #    - ""
2792 #    - "x710, xxv710 - NICs tested."
2793 #    - "Diff - difference between x710 and xxv710 NIC."
2794 #
2795 ## VPP Compare NICs 3n-skx 8t4c mrr
2796 #- type: "table"
2797 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2798 #  algorithm: "table_comparison"
2799 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2800 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2801 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2802 #  columns:
2803 #    - title: "x710"
2804 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2805 #      tag: "NIC_Intel-X710"
2806 #    - title: "xxv710"
2807 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2808 #      tag: "NIC_Intel-XXV710"
2809 #  comparisons:
2810 #    - title: "Diff"
2811 #      reference: 1
2812 #      compare: 2
2813 #  legend:
2814 #    - ""
2815 #    - "x710, xxv710 - NICs tested."
2816 #    - "Diff - difference between x710 and xxv710 NIC."
2817
2818 # VPP Compare NICs 2n-skx 2t1c ndr
2819 - type: "table"
2820   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2821   algorithm: "table_comparison"
2822   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2824   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2825   columns:
2826     - title: "x710"
2827       data-set: "vpp-nic-comparison-2n-skx"
2828       tag: "NIC_Intel-X710"
2829     - title: "xxv710"
2830       data-set: "vpp-nic-comparison-2n-skx"
2831       tag: "NIC_Intel-XXV710"
2832   comparisons:
2833     - title: "Diff"
2834       reference: 1
2835       compare: 2
2836   legend:
2837     - ""
2838     - "x710, xxv710 - NICs tested."
2839     - "Diff - difference between x710 and xxv710 NIC."
2840
2841 # VPP Compare NICs 2n-skx 4t2c ndr
2842 - type: "table"
2843   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2844   algorithm: "table_comparison"
2845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2847   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2848   columns:
2849     - title: "x710"
2850       data-set: "vpp-nic-comparison-2n-skx"
2851       tag: "NIC_Intel-X710"
2852     - title: "xxv710"
2853       data-set: "vpp-nic-comparison-2n-skx"
2854       tag: "NIC_Intel-XXV710"
2855   comparisons:
2856     - title: "Diff"
2857       reference: 1
2858       compare: 2
2859   legend:
2860     - ""
2861     - "x710, xxv710 - NICs tested."
2862     - "Diff - difference between x710 and xxv710 NIC."
2863
2864 # VPP Compare NICs 2n-skx 2t1c pdr
2865 - type: "table"
2866   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2867   algorithm: "table_comparison"
2868   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2870   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2871   columns:
2872     - title: "x710"
2873       data-set: "vpp-nic-comparison-2n-skx"
2874       tag: "NIC_Intel-X710"
2875     - title: "xxv710"
2876       data-set: "vpp-nic-comparison-2n-skx"
2877       tag: "NIC_Intel-XXV710"
2878   comparisons:
2879     - title: "Diff"
2880       reference: 1
2881       compare: 2
2882   legend:
2883     - ""
2884     - "x710, xxv710 - NICs tested."
2885     - "Diff - difference between x710 and xxv710 NIC."
2886
2887 # VPP Compare NICs 2n-skx 4t2c pdr
2888 - type: "table"
2889   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2890   algorithm: "table_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2893   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2894   columns:
2895     - title: "x710"
2896       data-set: "vpp-nic-comparison-2n-skx"
2897       tag: "NIC_Intel-X710"
2898     - title: "xxv710"
2899       data-set: "vpp-nic-comparison-2n-skx"
2900       tag: "NIC_Intel-XXV710"
2901   comparisons:
2902     - title: "Diff"
2903       reference: 1
2904       compare: 2
2905   legend:
2906     - ""
2907     - "x710, xxv710 - NICs tested."
2908     - "Diff - difference between x710 and xxv710 NIC."
2909
2910 # VPP Compare NICs 2n-skx 2t1c mrr
2911 - type: "table"
2912   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2913   algorithm: "table_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2916   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2917   columns:
2918     - title: "x710"
2919       data-set: "vpp-nic-comparison-2n-skx-mrr"
2920       tag: "NIC_Intel-X710"
2921     - title: "xxv710"
2922       data-set: "vpp-nic-comparison-2n-skx-mrr"
2923       tag: "NIC_Intel-XXV710"
2924   comparisons:
2925     - title: "Diff"
2926       reference: 1
2927       compare: 2
2928   legend:
2929     - ""
2930     - "x710, xxv710 - NICs tested."
2931     - "Diff - difference between x710 and xxv710 NIC."
2932
2933 # VPP Compare NICs 2n-skx 4t2c mrr
2934 - type: "table"
2935   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2936   algorithm: "table_comparison"
2937   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2939   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2940   columns:
2941     - title: "x710"
2942       data-set: "vpp-nic-comparison-2n-skx-mrr"
2943       tag: "NIC_Intel-X710"
2944     - title: "xxv710"
2945       data-set: "vpp-nic-comparison-2n-skx-mrr"
2946       tag: "NIC_Intel-XXV710"
2947   comparisons:
2948     - title: "Diff"
2949       reference: 1
2950       compare: 2
2951   legend:
2952     - ""
2953     - "x710, xxv710 - NICs tested."
2954     - "Diff - difference between x710 and xxv710 NIC."
2955
2956 # VPP Compare NICs 2n-skx 8t4c mrr
2957 - type: "table"
2958   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2959   algorithm: "table_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2962   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2963   columns:
2964     - title: "x710"
2965       data-set: "vpp-nic-comparison-2n-skx-mrr"
2966       tag: "NIC_Intel-X710"
2967     - title: "xxv710"
2968       data-set: "vpp-nic-comparison-2n-skx-mrr"
2969       tag: "NIC_Intel-XXV710"
2970   comparisons:
2971     - title: "Diff"
2972       reference: 1
2973       compare: 2
2974   legend:
2975     - ""
2976     - "x710, xxv710 - NICs tested."
2977     - "Diff - difference between x710 and xxv710 NIC."
2978
2979 ################################################################################
2980 # VPP
2981
2982 # VPP Performance Changes 3n-hsw 1t1c pdr
2983 - type: "table"
2984   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2985   algorithm: "table_comparison"
2986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2988   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2989   columns:
2990     - title: "2001.0-4"
2991       data-set: "vpp-performance-changes-3n-hsw-h1"
2992     - title: "2005.0-4"
2993       data-set: "vpp-performance-changes-3n-hsw-ref"
2994     - title: "2009.0-5"
2995       data-set: "vpp-performance-changes-3n-hsw-cmp"
2996   comparisons:
2997     - title: "2009.0-5 vs 2005.0-4"
2998       reference: 2
2999       compare: 3
3000 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3001   legend:
3002     - ''
3003     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3004     - '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).'
3005     - '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.'
3006     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3007
3008 # VPP Performance Changes 3n-hsw 2t2c pdr
3009 - type: "table"
3010   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3011   algorithm: "table_comparison"
3012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3014   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3015   columns:
3016     - title: "2001.0-4"
3017       data-set: "vpp-performance-changes-3n-hsw-h1"
3018     - title: "2005.0-4"
3019       data-set: "vpp-performance-changes-3n-hsw-ref"
3020     - title: "2009.0-5"
3021       data-set: "vpp-performance-changes-3n-hsw-cmp"
3022   comparisons:
3023     - title: "2009.0-5 vs 2005.0-4"
3024       reference: 2
3025       compare: 3
3026 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3027   legend:
3028     - ''
3029     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3030     - '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).'
3031     - '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.'
3032     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3033
3034 # VPP Performance Changes 3n-hsw 1t1c ndr
3035 - type: "table"
3036   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3037   algorithm: "table_comparison"
3038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3040   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3041   columns:
3042     - title: "2001.0-4"
3043       data-set: "vpp-performance-changes-3n-hsw-h1"
3044     - title: "2005.0-4"
3045       data-set: "vpp-performance-changes-3n-hsw-ref"
3046     - title: "2009.0-5"
3047       data-set: "vpp-performance-changes-3n-hsw-cmp"
3048   comparisons:
3049     - title: "2009.0-5 vs 2005.0-4"
3050       reference: 2
3051       compare: 3
3052 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3053   legend:
3054     - ''
3055     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3056     - '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).'
3057     - '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.'
3058     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3059
3060 # VPP Performance Changes 3n-hsw 2t2c ndr
3061 - type: "table"
3062   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3063   algorithm: "table_comparison"
3064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3066   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3067   columns:
3068     - title: "2001.0-4"
3069       data-set: "vpp-performance-changes-3n-hsw-h1"
3070     - title: "2005.0-4"
3071       data-set: "vpp-performance-changes-3n-hsw-ref"
3072     - title: "2009.0-5"
3073       data-set: "vpp-performance-changes-3n-hsw-cmp"
3074   comparisons:
3075     - title: "2009.0-5 vs 2005.0-4"
3076       reference: 2
3077       compare: 3
3078 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3079   legend:
3080     - ''
3081     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3082     - '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).'
3083     - '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.'
3084     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3085
3086 # VPP Performance Changes 3n-skx 2t1c pdr
3087 - type: "table"
3088   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3089   algorithm: "table_comparison"
3090   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3092   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3093   columns:
3094     - title: "2001.0-4"
3095       data-set: "vpp-performance-changes-3n-skx-h1"
3096     - title: "2005.0-4"
3097       data-set: "vpp-performance-changes-3n-skx-ref"
3098     - title: "2009.0-5"
3099       data-set: "vpp-performance-changes-3n-skx-cmp"
3100   comparisons:
3101     - title: "2009.0-5 vs 2005.0-4"
3102       reference: 2
3103       compare: 3
3104 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3105   legend:
3106     - ''
3107     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3108     - '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).'
3109     - '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.'
3110     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3111
3112 # VPP Performance Changes 3n-skx 4t2c pdr
3113 - type: "table"
3114   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3115   algorithm: "table_comparison"
3116   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3118   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3119   columns:
3120     - title: "2001.0-4"
3121       data-set: "vpp-performance-changes-3n-skx-h1"
3122     - title: "2005.0-4"
3123       data-set: "vpp-performance-changes-3n-skx-ref"
3124     - title: "2009.0-5"
3125       data-set: "vpp-performance-changes-3n-skx-cmp"
3126   comparisons:
3127     - title: "2009.0-5 vs 2005.0-4"
3128       reference: 2
3129       compare: 3
3130 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3131   legend:
3132     - ''
3133     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3134     - '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).'
3135     - '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.'
3136     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3137
3138 # VPP Performance Changes 3n-skx 2t1c ndr
3139 - type: "table"
3140   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3141   algorithm: "table_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3144   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3145   columns:
3146     - title: "2001.0-4"
3147       data-set: "vpp-performance-changes-3n-skx-h1"
3148     - title: "2005.0-4"
3149       data-set: "vpp-performance-changes-3n-skx-ref"
3150     - title: "2009.0-5"
3151       data-set: "vpp-performance-changes-3n-skx-cmp"
3152   comparisons:
3153     - title: "2009.0-5 vs 2005.0-4"
3154       reference: 2
3155       compare: 3
3156 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3157   legend:
3158     - ''
3159     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3160     - '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).'
3161     - '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.'
3162     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3163
3164 # VPP Performance Changes 3n-skx 4t2c ndr
3165 - type: "table"
3166   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3167   algorithm: "table_comparison"
3168   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3170   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3171   columns:
3172     - title: "2001.0-4"
3173       data-set: "vpp-performance-changes-3n-skx-h1"
3174     - title: "2005.0-4"
3175       data-set: "vpp-performance-changes-3n-skx-ref"
3176     - title: "2009.0-5"
3177       data-set: "vpp-performance-changes-3n-skx-cmp"
3178   comparisons:
3179     - title: "2009.0-5 vs 2005.0-4"
3180       reference: 2
3181       compare: 3
3182 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3183   legend:
3184     - ''
3185     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3186     - '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).'
3187     - '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.'
3188     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3189
3190 # VPP Performance Changes 2n-skx 2t1c pdr
3191 - type: "table"
3192   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3193   algorithm: "table_comparison"
3194   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3197   columns:
3198     - title: "2001.0-4"
3199       data-set: "vpp-performance-changes-2n-skx-h1"
3200     - title: "2005.0-4"
3201       data-set: "vpp-performance-changes-2n-skx-ref"
3202     - title: "2009.0-5"
3203       data-set: "vpp-performance-changes-2n-skx-cmp"
3204   comparisons:
3205     - title: "2009.0-5 vs 2005.0-4"
3206       reference: 2
3207       compare: 3
3208 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3209   legend:
3210     - ''
3211     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3212     - '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).'
3213     - '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.'
3214     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3215
3216 # VPP Performance Changes 2n-skx 4t2c pdr
3217 - type: "table"
3218   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3219   algorithm: "table_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3222   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3223   columns:
3224     - title: "2001.0-4"
3225       data-set: "vpp-performance-changes-2n-skx-h1"
3226     - title: "2005.0-4"
3227       data-set: "vpp-performance-changes-2n-skx-ref"
3228     - title: "2009.0-5"
3229       data-set: "vpp-performance-changes-2n-skx-cmp"
3230   comparisons:
3231     - title: "2009.0-5 vs 2005.0-4"
3232       reference: 2
3233       compare: 3
3234 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3235   legend:
3236     - ''
3237     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3238     - '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).'
3239     - '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.'
3240     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3241
3242 # VPP Performance Changes 2n-skx 2t1c ndr
3243 - type: "table"
3244   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3245   algorithm: "table_comparison"
3246   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3248   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3249   columns:
3250     - title: "2001.0-4"
3251       data-set: "vpp-performance-changes-2n-skx-h1"
3252     - title: "2005.0-4"
3253       data-set: "vpp-performance-changes-2n-skx-ref"
3254     - title: "2009.0-5"
3255       data-set: "vpp-performance-changes-2n-skx-cmp"
3256   comparisons:
3257     - title: "2009.0-5 vs 2005.0-4"
3258       reference: 2
3259       compare: 3
3260 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3261   legend:
3262     - ''
3263     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3264     - '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).'
3265     - '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.'
3266     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3267
3268 # VPP Performance Changes 2n-skx 4t2c ndr
3269 - type: "table"
3270   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3271   algorithm: "table_comparison"
3272   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3274   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3275   columns:
3276     - title: "2001.0-4"
3277       data-set: "vpp-performance-changes-2n-skx-h1"
3278     - title: "2005.0-4"
3279       data-set: "vpp-performance-changes-2n-skx-ref"
3280     - title: "2009.0-5"
3281       data-set: "vpp-performance-changes-2n-skx-cmp"
3282   comparisons:
3283     - title: "2009.0-5 vs 2005.0-4"
3284       reference: 2
3285       compare: 3
3286 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3287   legend:
3288     - ''
3289     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3290     - '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).'
3291     - '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.'
3292     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3293
3294 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3295 - type: "table"
3296   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3297   algorithm: "table_comparison"
3298   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3300   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3301   columns:
3302     - title: "2001.0-4"
3303       data-set: "vpp-performance-changes-2n-clx-h1"
3304     - title: "2005.0-4"
3305       data-set: "vpp-performance-changes-2n-clx-ref"
3306     - title: "2009.0-5"
3307       data-set: "vpp-performance-changes-2n-clx-cmp"
3308   comparisons:
3309     - title: "2009.0-5 vs 2005.0-4"
3310       reference: 2
3311       compare: 3
3312 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3313   legend:
3314     - ''
3315     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3316     - '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).'
3317     - '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.'
3318     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3319
3320 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3321 - type: "table"
3322   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3323   algorithm: "table_comparison"
3324   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3326   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3327   columns:
3328     - title: "2001.0-4"
3329       data-set: "vpp-performance-changes-2n-clx-h1"
3330     - title: "2005.0-4"
3331       data-set: "vpp-performance-changes-2n-clx-ref"
3332     - title: "2009.0-5"
3333       data-set: "vpp-performance-changes-2n-clx-cmp"
3334   comparisons:
3335     - title: "2009.0-5 vs 2005.0-4"
3336       reference: 2
3337       compare: 3
3338 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3339   legend:
3340     - ''
3341     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3342     - '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).'
3343     - '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.'
3344     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3345
3346 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3347 - type: "table"
3348   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3349   algorithm: "table_comparison"
3350   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3352   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3353   columns:
3354     - title: "2001.0-4"
3355       data-set: "vpp-performance-changes-2n-clx-h1"
3356     - title: "2005.0-4"
3357       data-set: "vpp-performance-changes-2n-clx-ref"
3358     - title: "2009.0-5"
3359       data-set: "vpp-performance-changes-2n-clx-cmp"
3360   comparisons:
3361     - title: "2009.0-5 vs 2005.0-4"
3362       reference: 2
3363       compare: 3
3364 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3365   legend:
3366     - ''
3367     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3368     - '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).'
3369     - '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.'
3370     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3371
3372 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3373 - type: "table"
3374   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3375   algorithm: "table_comparison"
3376   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3378   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3379   columns:
3380     - title: "2001.0-4"
3381       data-set: "vpp-performance-changes-2n-clx-h1"
3382     - title: "2005.0-4"
3383       data-set: "vpp-performance-changes-2n-clx-ref"
3384     - title: "2009.0-5"
3385       data-set: "vpp-performance-changes-2n-clx-cmp"
3386   comparisons:
3387     - title: "2009.0-5 vs 2005.0-4"
3388       reference: 2
3389       compare: 3
3390 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3391   legend:
3392     - ''
3393     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3394     - '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).'
3395     - '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.'
3396     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3397
3398 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3399 #- type: "table"
3400 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3401 #  algorithm: "table_comparison"
3402 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3403 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3404 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3405 #  columns:
3406 #    - title: "2001.0-2"
3407 #      data-set: "vpp-performance-changes-2n-clx-ref"
3408 #    - title: "2005.0-3"
3409 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3410 #  comparisons:
3411 #    - title: "Diff"
3412 #      reference: 1
3413 #      compare: 2
3414 #  legend:
3415 #    - ''
3416 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3417 #    - '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).'
3418 #    - '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.'
3419 #    - '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.'
3420 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3421 #
3422 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3423 #- type: "table"
3424 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3425 #  algorithm: "table_comparison"
3426 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3427 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3428 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3429 #  columns:
3430 #    - title: "2001.0-2"
3431 #      data-set: "vpp-performance-changes-2n-clx-ref"
3432 #    - title: "2005.0-3"
3433 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3434 #  comparisons:
3435 #    - title: "Diff"
3436 #      reference: 1
3437 #      compare: 2
3438 #  legend:
3439 #    - ''
3440 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3441 #    - '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).'
3442 #    - '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.'
3443 #    - '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.'
3444 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3445 #
3446 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3447 #- type: "table"
3448 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3449 #  algorithm: "table_comparison"
3450 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3451 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3452 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3453 #  columns:
3454 #    - title: "2001.0-2"
3455 #      data-set: "vpp-performance-changes-2n-clx-ref"
3456 #    - title: "2005.0-3"
3457 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3458 #  comparisons:
3459 #    - title: "Diff"
3460 #      reference: 1
3461 #      compare: 2
3462 #  legend:
3463 #    - ''
3464 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3465 #    - '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).'
3466 #    - '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.'
3467 #    - '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.'
3468 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3469 #
3470 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3471 #- type: "table"
3472 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3473 #  algorithm: "table_comparison"
3474 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3475 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3476 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3477 #  columns:
3478 #    - title: "2001.0-2"
3479 #      data-set: "vpp-performance-changes-2n-clx-ref"
3480 #    - title: "2005.0-3"
3481 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3482 #  comparisons:
3483 #    - title: "Diff"
3484 #      reference: 1
3485 #      compare: 2
3486 #  legend:
3487 #    - ''
3488 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3489 #    - '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).'
3490 #    - '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.'
3491 #    - '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.'
3492 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3493
3494 # VPP Performance Changes 2n-dnv 1t1c pdr
3495 - type: "table"
3496   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3497   algorithm: "table_comparison"
3498   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3500   filter: "'1T1C'"
3501   columns:
3502     - title: "2001.0-2"
3503       data-set: "vpp-performance-changes-2n-dnv-h1"
3504     - title: "2005.0-3"
3505       data-set: "vpp-performance-changes-2n-dnv-ref"
3506     - title: "2009.0-5"
3507       data-set: "vpp-performance-changes-2n-dnv-cmp"
3508   comparisons:
3509     - title: "2009.0-5 vs 2005.0-3"
3510       reference: 2
3511       compare: 3
3512   legend:
3513     - ''
3514     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3515     - '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).'
3516     - '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.'
3517     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3518
3519 # VPP Performance Changes 2n-dnv 2t2c pdr
3520 - type: "table"
3521   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3522   algorithm: "table_comparison"
3523   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3525   filter: "'2T2C'"
3526   columns:
3527     - title: "2001.0-2"
3528       data-set: "vpp-performance-changes-2n-dnv-h1"
3529     - title: "2005.0-3"
3530       data-set: "vpp-performance-changes-2n-dnv-ref"
3531     - title: "2009.0-5"
3532       data-set: "vpp-performance-changes-2n-dnv-cmp"
3533   comparisons:
3534     - title: "2009.0-5 vs 2005.0-3"
3535       reference: 2
3536       compare: 3
3537   legend:
3538     - ''
3539     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3540     - '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).'
3541     - '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.'
3542     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3543
3544 # VPP Performance Changes 2n-dnv 1t1c ndr
3545 - type: "table"
3546   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3547   algorithm: "table_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'1T1C'"
3551   columns:
3552     - title: "2001.0-2"
3553       data-set: "vpp-performance-changes-2n-dnv-h1"
3554     - title: "2005.0-3"
3555       data-set: "vpp-performance-changes-2n-dnv-ref"
3556     - title: "2009.0-5"
3557       data-set: "vpp-performance-changes-2n-dnv-cmp"
3558   comparisons:
3559     - title: "2009.0-5 vs 2005.0-3"
3560       reference: 2
3561       compare: 3
3562   legend:
3563     - ''
3564     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3565     - '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).'
3566     - '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.'
3567     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3568
3569 # VPP Performance Changes 2n-dnv 2t2c ndr
3570 - type: "table"
3571   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3572   algorithm: "table_comparison"
3573   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3575   filter: "'2T2C'"
3576   columns:
3577     - title: "2001.0-2"
3578       data-set: "vpp-performance-changes-2n-dnv-h1"
3579     - title: "2005.0-3"
3580       data-set: "vpp-performance-changes-2n-dnv-ref"
3581     - title: "2009.0-5"
3582       data-set: "vpp-performance-changes-2n-dnv-cmp"
3583   comparisons:
3584     - title: "2009.0-5 vs 2005.0-3"
3585       reference: 2
3586       compare: 3
3587   legend:
3588     - ''
3589     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3590     - '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).'
3591     - '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.'
3592     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3593
3594 # VPP Performance Changes 3n-dnv 1t1c pdr
3595 - type: "table"
3596   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3597   algorithm: "table_comparison"
3598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3600   filter: "'1T1C'"
3601   columns:
3602     - title: "2001.0-2"
3603       data-set: "vpp-performance-changes-3n-dnv-h1"
3604     - title: "2005.0-3"
3605       data-set: "vpp-performance-changes-3n-dnv-ref"
3606     - title: "2009.0-5"
3607       data-set: "vpp-performance-changes-3n-dnv-cmp"
3608   comparisons:
3609     - title: "2009.0-5 vs 2005.0-3"
3610       reference: 2
3611       compare: 3
3612   legend:
3613     - ''
3614     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3615     - '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).'
3616     - '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.'
3617     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3618
3619 # VPP Performance Changes 3n-dnv 2t2c pdr
3620 - type: "table"
3621   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3622   algorithm: "table_comparison"
3623   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3625   filter: "'2T2C'"
3626   columns:
3627     - title: "2001.0-2"
3628       data-set: "vpp-performance-changes-3n-dnv-h1"
3629     - title: "2005.0-3"
3630       data-set: "vpp-performance-changes-3n-dnv-ref"
3631     - title: "2009.0-5"
3632       data-set: "vpp-performance-changes-3n-dnv-cmp"
3633   comparisons:
3634     - title: "2009.0-5 vs 2005.0-3"
3635       reference: 2
3636       compare: 3
3637   legend:
3638     - ''
3639     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3640     - '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).'
3641     - '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.'
3642     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3643
3644 # VPP Performance Changes 3n-dnv 1t1c ndr
3645 - type: "table"
3646   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3647   algorithm: "table_comparison"
3648   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3650   filter: "'1T1C'"
3651   columns:
3652     - title: "2001.0-2"
3653       data-set: "vpp-performance-changes-3n-dnv-h1"
3654     - title: "2005.0-3"
3655       data-set: "vpp-performance-changes-3n-dnv-ref"
3656     - title: "2009.0-5"
3657       data-set: "vpp-performance-changes-3n-dnv-cmp"
3658   comparisons:
3659     - title: "2009.0-5 vs 2005.0-3"
3660       reference: 2
3661       compare: 3
3662   legend:
3663     - ''
3664     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3665     - '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).'
3666     - '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.'
3667     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3668
3669 # VPP Performance Changes 3n-dnv 2t2c ndr
3670 - type: "table"
3671   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3672   algorithm: "table_comparison"
3673   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3675   filter: "'2T2C'"
3676   columns:
3677     - title: "2001.0-2"
3678       data-set: "vpp-performance-changes-3n-dnv-h1"
3679     - title: "2005.0-3"
3680       data-set: "vpp-performance-changes-3n-dnv-ref"
3681     - title: "2009.0-5"
3682       data-set: "vpp-performance-changes-3n-dnv-cmp"
3683   comparisons:
3684     - title: "2009.0-5 vs 2005.0-3"
3685       reference: 2
3686       compare: 3
3687   legend:
3688     - ''
3689     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3690     - '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).'
3691     - '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.'
3692     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3693
3694 # VPP Performance Changes 3n-tsh 1t1c pdr
3695 - type: "table"
3696   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3697   algorithm: "table_comparison"
3698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'1T1C'"
3701   columns:
3702     - title: "2001.0-4"
3703       data-set: "vpp-performance-changes-3n-tsh-h1"
3704     - title: "2005.0-4"
3705       data-set: "vpp-performance-changes-3n-tsh-ref"
3706     - title: "2009.0-5"
3707       data-set: "vpp-performance-changes-3n-tsh-cmp"
3708   comparisons:
3709     - title: "2009.0-5 vs 2005.0-4"
3710       reference: 2
3711       compare: 3
3712 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3713   legend:
3714     - ''
3715     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3716     - '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).'
3717     - '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.'
3718     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3719
3720 # VPP Performance Changes 3n-tsh 2t2c pdr
3721 - type: "table"
3722   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3723   algorithm: "table_comparison"
3724   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'2T2C'"
3727   columns:
3728     - title: "2001.0-4"
3729       data-set: "vpp-performance-changes-3n-tsh-h1"
3730     - title: "2005.0-4"
3731       data-set: "vpp-performance-changes-3n-tsh-ref"
3732     - title: "2009.0-5"
3733       data-set: "vpp-performance-changes-3n-tsh-cmp"
3734   comparisons:
3735     - title: "2009.0-5 vs 2005.0-4"
3736       reference: 2
3737       compare: 3
3738 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3739   legend:
3740     - ''
3741     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3742     - '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).'
3743     - '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.'
3744     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3745
3746 # VPP Performance Changes 3n-tsh 1t1c ndr
3747 - type: "table"
3748   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3749   algorithm: "table_comparison"
3750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3752   filter: "'1T1C'"
3753   columns:
3754     - title: "2001.0-4"
3755       data-set: "vpp-performance-changes-3n-tsh-h1"
3756     - title: "2005.0-4"
3757       data-set: "vpp-performance-changes-3n-tsh-ref"
3758     - title: "2009.0-5"
3759       data-set: "vpp-performance-changes-3n-tsh-cmp"
3760   comparisons:
3761     - title: "2009.0-5 vs 2005.0-4"
3762       reference: 2
3763       compare: 3
3764 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3765   legend:
3766     - ''
3767     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3768     - '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).'
3769     - '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.'
3770     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3771
3772 # VPP Performance Changes 3n-tsh 2t2c ndr
3773 - type: "table"
3774   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3775   algorithm: "table_comparison"
3776   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'2T2C'"
3779   columns:
3780     - title: "2001.0-4"
3781       data-set: "vpp-performance-changes-3n-tsh-h1"
3782     - title: "2005.0-4"
3783       data-set: "vpp-performance-changes-3n-tsh-ref"
3784     - title: "2009.0-5"
3785       data-set: "vpp-performance-changes-3n-tsh-cmp"
3786   comparisons:
3787     - title: "2009.0-5 vs 2005.0-4"
3788       reference: 2
3789       compare: 3
3790 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3791   legend:
3792     - ''
3793     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3794     - '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).'
3795     - '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.'
3796     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3797
3798 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3799 - type: "table"
3800   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3801   algorithm: "table_comparison"
3802   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3804   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3805   columns:
3806     - title: "3n-hsw xl710"
3807       data-set: "vpp-compare-testbeds-ref"
3808       tag: "NIC_Intel-XL710"
3809     - title: "3n-skx xxv710"
3810       data-set: "vpp-compare-testbeds-cmp"
3811       tag: "NIC_Intel-XXV710"
3812   comparisons:
3813     - title: "Diff"
3814       reference: 1
3815       compare: 2
3816   legend:
3817     - ""
3818     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3819     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3820
3821 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3822 - type: "table"
3823   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3824   algorithm: "table_comparison"
3825   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3827   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3828   columns:
3829     - title: "3n-hsw xl710"
3830       data-set: "vpp-compare-testbeds-ref"
3831       tag: "NIC_Intel-XL710"
3832     - title: "3n-skx xxv710"
3833       data-set: "vpp-compare-testbeds-cmp"
3834       tag: "NIC_Intel-XXV710"
3835   comparisons:
3836     - title: "Diff"
3837       reference: 1
3838       compare: 2
3839   legend:
3840     - ""
3841     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3842     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3843
3844 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3845 - type: "table"
3846   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3847   algorithm: "table_comparison"
3848   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3850   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3851   columns:
3852     - title: "3n-hsw xl710"
3853       data-set: "vpp-compare-testbeds-ref"
3854       tag: "NIC_Intel-XL710"
3855     - title: "3n-skx xxv710"
3856       data-set: "vpp-compare-testbeds-cmp"
3857       tag: "NIC_Intel-XXV710"
3858   comparisons:
3859     - title: "Diff"
3860       reference: 1
3861       compare: 2
3862   legend:
3863     - ""
3864     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3865     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3866
3867 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3868 - type: "table"
3869   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3870   algorithm: "table_comparison"
3871   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3873   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3874   columns:
3875     - title: "3n-hsw xl710"
3876       data-set: "vpp-compare-testbeds-ref"
3877       tag: "NIC_Intel-XL710"
3878     - title: "3n-skx xxv710"
3879       data-set: "vpp-compare-testbeds-cmp"
3880       tag: "NIC_Intel-XXV710"
3881   comparisons:
3882     - title: "Diff"
3883       reference: 1
3884       compare: 2
3885   legend:
3886     - ""
3887     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3888     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3889
3890 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3891 - type: "table"
3892   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3893   algorithm: "table_comparison"
3894   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3896   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3897   columns:
3898     - title: "2n-skx"
3899       data-set: "vpp-compare-testbeds-skx-clx-ref"
3900     - title: "2n-clx"
3901       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3902   comparisons:
3903     - title: "Diff"
3904       reference: 1
3905       compare: 2
3906   legend:
3907     - ""
3908     - "2n-skx, 2n-clx - testbeds and NICs tested."
3909     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3910
3911 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3912 - type: "table"
3913   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3914   algorithm: "table_comparison"
3915   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3917   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3918   columns:
3919     - title: "2n-skx"
3920       data-set: "vpp-compare-testbeds-skx-clx-ref"
3921     - title: "2n-clx"
3922       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3923   comparisons:
3924     - title: "Diff"
3925       reference: 1
3926       compare: 2
3927   legend:
3928     - ""
3929     - "2n-skx, 2n-clx - testbeds and NICs tested."
3930     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3931
3932 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3933 - type: "table"
3934   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3939   columns:
3940     - title: "2n-skx"
3941       data-set: "vpp-compare-testbeds-skx-clx-ref"
3942     - title: "2n-clx"
3943       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3944   comparisons:
3945     - title: "Diff"
3946       reference: 1
3947       compare: 2
3948   legend:
3949     - ""
3950     - "2n-skx, 2n-clx - testbeds and NICs tested."
3951     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3952
3953 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3954 - type: "table"
3955   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3956   algorithm: "table_comparison"
3957   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3959   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3960   columns:
3961     - title: "2n-skx"
3962       data-set: "vpp-compare-testbeds-skx-clx-ref"
3963     - title: "2n-clx"
3964       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3965   comparisons:
3966     - title: "Diff"
3967       reference: 1
3968       compare: 2
3969   legend:
3970     - ""
3971     - "2n-skx, 2n-clx - testbeds and NICs tested."
3972     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3973
3974 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3975 - type: "table"
3976   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3977   algorithm: "table_comparison"
3978   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3980   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3981   columns:
3982     - title: "3n-hsw xl710"
3983       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3984       tag: "NIC_Intel-XL710"
3985     - title: "2n-clx xxv710"
3986       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3987       tag: "NIC_Intel-XXV710"
3988   comparisons:
3989     - title: "Diff"
3990       reference: 1
3991       compare: 2
3992   legend:
3993     - ""
3994     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3995     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3996
3997 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3998 - type: "table"
3999   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4000   algorithm: "table_comparison"
4001   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4003   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4004   columns:
4005     - title: "3n-hsw xl710"
4006       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4007       tag: "NIC_Intel-XL710"
4008     - title: "2n-clx xxv710"
4009       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4010       tag: "NIC_Intel-XXV710"
4011   comparisons:
4012     - title: "Diff"
4013       reference: 1
4014       compare: 2
4015   legend:
4016     - ""
4017     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4018     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4019
4020 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4021 - type: "table"
4022   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4023   algorithm: "table_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4026   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4027   columns:
4028     - title: "3n-hsw xl710"
4029       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4030       tag: "NIC_Intel-XL710"
4031     - title: "2n-clx xxv710"
4032       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4033       tag: "NIC_Intel-XXV710"
4034   comparisons:
4035     - title: "Diff"
4036       reference: 1
4037       compare: 2
4038   legend:
4039     - ""
4040     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4041     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4042
4043 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4044 - type: "table"
4045   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4046   algorithm: "table_comparison"
4047   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4049   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4050   columns:
4051     - title: "3n-hsw xl710"
4052       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4053       tag: "NIC_Intel-XL710"
4054     - title: "2n-clx xxv710"
4055       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4056       tag: "NIC_Intel-XXV710"
4057   comparisons:
4058     - title: "Diff"
4059       reference: 1
4060       compare: 2
4061   legend:
4062     - ""
4063     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4064     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4065
4066 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4067 - type: "table"
4068   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4069   algorithm: "table_comparison"
4070   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4072   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4073   columns:
4074     - title: "3n-skx"
4075       data-set: "vpp-compare-topologies-ref"
4076     - title: "2n-skx"
4077       data-set: "vpp-compare-topologies-cmp"
4078   comparisons:
4079     - title: "Diff"
4080       reference: 1
4081       compare: 2
4082   legend:
4083     - ""
4084     - "3n-skx, 2n-skx - topologies tested."
4085     - "Diff - difference between 3n-skx and 2n-skx topologies."
4086
4087 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4088 - type: "table"
4089   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4090   algorithm: "table_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4093   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4094   columns:
4095     - title: "3n-skx"
4096       data-set: "vpp-compare-topologies-ref"
4097     - title: "2n-skx"
4098       data-set: "vpp-compare-topologies-cmp"
4099   comparisons:
4100     - title: "Diff"
4101       reference: 1
4102       compare: 2
4103   legend:
4104     - ""
4105     - "3n-skx, 2n-skx - topologies tested."
4106     - "Diff - difference between 3n-skx and 2n-skx topologies."
4107
4108 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4109 - type: "table"
4110   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4111   algorithm: "table_comparison"
4112   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4114   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4115   columns:
4116     - title: "3n-skx"
4117       data-set: "vpp-compare-topologies-ref"
4118     - title: "2n-skx"
4119       data-set: "vpp-compare-topologies-cmp"
4120   comparisons:
4121     - title: "Diff"
4122       reference: 1
4123       compare: 2
4124   legend:
4125     - ""
4126     - "3n-skx, 2n-skx - topologies tested."
4127     - "Diff - difference between 3n-skx and 2n-skx topologies."
4128
4129 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4130 - type: "table"
4131   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4135   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4136   columns:
4137     - title: "3n-skx"
4138       data-set: "vpp-compare-topologies-ref"
4139     - title: "2n-skx"
4140       data-set: "vpp-compare-topologies-cmp"
4141   comparisons:
4142     - title: "Diff"
4143       reference: 1
4144       compare: 2
4145   legend:
4146     - ""
4147     - "3n-skx, 2n-skx - topologies tested."
4148     - "Diff - difference between 3n-skx and 2n-skx topologies."
4149
4150 # VPP Performance Changes 3n-hsw 1t1c mrr
4151 - type: "table"
4152   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4153   algorithm: "table_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4156   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4157   columns:
4158     - title: "2001.0-2"
4159       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4160     - title: "2005.0-4"
4161       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4162     - title: "2009.0-5"
4163       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4164   comparisons:
4165     - title: "2009.0-5 vs 2005.0-4"
4166       reference: 2
4167       compare: 3
4168 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4169   legend:
4170     - ''
4171     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4172     - '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).'
4173     - '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.'
4174     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4175
4176 # VPP Performance Changes 3n-hsw 2t2c mrr
4177 - type: "table"
4178   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4179   algorithm: "table_comparison"
4180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4182   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4183   columns:
4184     - title: "2001.0-2"
4185       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4186     - title: "2005.0-4"
4187       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4188     - title: "2009.0-5"
4189       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4190   comparisons:
4191     - title: "2009.0-5 vs 2005.0-4"
4192       reference: 2
4193       compare: 3
4194 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4195   legend:
4196     - ''
4197     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4198     - '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).'
4199     - '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.'
4200     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4201
4202 # VPP Performance Changes 3n-hsw 4t4c mrr
4203 - type: "table"
4204   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4205   algorithm: "table_comparison"
4206   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4208   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4209   columns:
4210     - title: "2001.0-2"
4211       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4212     - title: "2005.0-4"
4213       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4214     - title: "2009.0-5"
4215       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4216   comparisons:
4217     - title: "2009.0-5 vs 2005.0-4"
4218       reference: 2
4219       compare: 3
4220 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4221   legend:
4222     - ''
4223     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4224     - '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).'
4225     - '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.'
4226     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4227
4228 # VPP Performance Changes 3n-skx 2t1c mrr
4229 - type: "table"
4230   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4231   algorithm: "table_comparison"
4232   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4234   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4235   columns:
4236     - title: "2001.0-2"
4237       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4238     - title: "2005.0-4"
4239       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4240     - title: "2009.0-5"
4241       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4242   comparisons:
4243     - title: "2009.0-5 vs 2005.0-4"
4244       reference: 2
4245       compare: 3
4246 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4247   legend:
4248     - ''
4249     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4250     - '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).'
4251     - '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.'
4252     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4253
4254 # VPP Performance Changes 3n-skx 4t2c mrr
4255 - type: "table"
4256   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4257   algorithm: "table_comparison"
4258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4260   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4261   columns:
4262     - title: "2001.0-2"
4263       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4264     - title: "2005.0-4"
4265       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4266     - title: "2009.0-5"
4267       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4268   comparisons:
4269     - title: "2009.0-5 vs 2005.0-4"
4270       reference: 2
4271       compare: 3
4272 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4273   legend:
4274     - ''
4275     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4276     - '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).'
4277     - '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.'
4278     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4279
4280 # VPP Performance Changes 3n-skx 8t4c mrr
4281 - type: "table"
4282   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4283   algorithm: "table_comparison"
4284   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4286   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4287   columns:
4288     - title: "2001.0-2"
4289       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4290     - title: "2005.0-4"
4291       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4292     - title: "2009.0-5"
4293       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4294   comparisons:
4295     - title: "2009.0-5 vs 2005.0-4"
4296       reference: 2
4297       compare: 3
4298 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4299   legend:
4300     - ''
4301     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4302     - '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).'
4303     - '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.'
4304     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4305
4306 # VPP Performance Changes 2n-skx 2t1c mrr
4307 - type: "table"
4308   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4309   algorithm: "table_comparison"
4310   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4312   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4313   columns:
4314     - title: "2001.0-2"
4315       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4316     - title: "2005.0-4"
4317       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4318     - title: "2009.0-5"
4319       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4320   comparisons:
4321     - title: "2009.0-5 vs 2005.0-4"
4322       reference: 2
4323       compare: 3
4324 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4325   legend:
4326     - ''
4327     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4328     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4329     - '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.'
4330     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4331
4332 # VPP Performance Changes 2n-skx 4t2c mrr
4333 - type: "table"
4334   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4335   algorithm: "table_comparison"
4336   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4338   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4339   columns:
4340     - title: "2001.0-2"
4341       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4342     - title: "2005.0-4"
4343       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4344     - title: "2009.0-5"
4345       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4346   comparisons:
4347     - title: "2009.0-5 vs 2005.0-4"
4348       reference: 2
4349       compare: 3
4350 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4351   legend:
4352     - ''
4353     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4354     - '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).'
4355     - '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.'
4356     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4357
4358 # VPP Performance Changes 2n-skx 8t4c mrr
4359 - type: "table"
4360   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4364   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4365   columns:
4366     - title: "2001.0-2"
4367       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4368     - title: "2005.0-4"
4369       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4370     - title: "2009.0-5"
4371       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4372   comparisons:
4373     - title: "2009.0-5 vs 2005.0-4"
4374       reference: 2
4375       compare: 3
4376 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4377   legend:
4378     - ''
4379     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4380     - '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).'
4381     - '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.'
4382     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4383
4384 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4385 - type: "table"
4386   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4387   algorithm: "table_comparison"
4388   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4390   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4391   columns:
4392     - title: "2001.0-2"
4393       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4394     - title: "2005.0-4"
4395       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4396     - title: "2009.0-5"
4397       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4398   comparisons:
4399     - title: "2009.0-5 vs 2005.0-4"
4400       reference: 2
4401       compare: 3
4402 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4403   legend:
4404     - ''
4405     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4406     - '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).'
4407     - '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.'
4408     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4409
4410 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4411 - type: "table"
4412   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4413   algorithm: "table_comparison"
4414   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4416   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4417   columns:
4418     - title: "2001.0-2"
4419       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4420     - title: "2005.0-4"
4421       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4422     - title: "2009.0-5"
4423       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4424   comparisons:
4425     - title: "2009.0-5 vs 2005.0-4"
4426       reference: 2
4427       compare: 3
4428 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4429   legend:
4430     - ''
4431     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4432     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4433     - '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.'
4434     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4435
4436 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4437 - type: "table"
4438   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4439   algorithm: "table_comparison"
4440   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4442   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4443   columns:
4444     - title: "2001.0-2"
4445       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4446     - title: "2005.0-4"
4447       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4448     - title: "2009.0-5"
4449       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4450   comparisons:
4451     - title: "2009.0-5 vs 2005.0-4"
4452       reference: 2
4453       compare: 3
4454 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4455   legend:
4456     - ''
4457     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4458     - '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).'
4459     - '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.'
4460     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4461
4462 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4463 #- type: "table"
4464 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4465 #  algorithm: "table_comparison"
4466 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4467 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4468 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4469 #  columns:
4470 #    - title: "2001"
4471 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4472 #    - title: "2005"
4473 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4474 #  comparisons:
4475 #    - title: "Diff"
4476 #      reference: 1
4477 #      compare: 2
4478 #  legend:
4479 #    - ""
4480 #    - "2001, 2005 - VPP versions tested."
4481 #    - "Diff - difference between 2001 and 2005 VPP version."
4482 #
4483 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4484 #- type: "table"
4485 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4486 #  algorithm: "table_comparison"
4487 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4488 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4489 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4490 #  columns:
4491 #    - title: "2001"
4492 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4493 #    - title: "2005"
4494 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4495 #  comparisons:
4496 #    - title: "Diff"
4497 #      reference: 1
4498 #      compare: 2
4499 #  legend:
4500 #    - ""
4501 #    - "2001, 2005 - VPP versions tested."
4502 #    - "Diff - difference between 2001 and 2005 VPP version."
4503 #
4504 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4505 #- type: "table"
4506 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4507 #  algorithm: "table_comparison"
4508 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4510 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4511 #  columns:
4512 #    - title: "2001"
4513 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4514 #    - title: "2005"
4515 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4516 #  comparisons:
4517 #    - title: "Diff"
4518 #      reference: 1
4519 #      compare: 2
4520 #  legend:
4521 #    - ""
4522 #    - "2001, 2005 - VPP versions tested."
4523 #    - "Diff - difference between 2001 and 2005 VPP version."
4524
4525 # VPP Performance Changes 2n-dnv 1t1c mrr
4526 - type: "table"
4527   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4531   filter: "'1T1C'"
4532   columns:
4533     - title: "2001.0-2"
4534       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4535     - title: "2005.0-3"
4536       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4537     - title: "2009.0-5"
4538       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4539   comparisons:
4540     - title: "2009.0-5 vs 2005.0-3"
4541       reference: 2
4542       compare: 3
4543   legend:
4544     - ''
4545     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4546     - '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).'
4547     - '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.'
4548     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4549
4550 # VPP Performance Changes 2n-dnv 2t2c mrr
4551 - type: "table"
4552   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4553   algorithm: "table_comparison"
4554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4556   filter: "'2T2C'"
4557   columns:
4558     - title: "2001.0-2"
4559       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4560     - title: "2005.0-3"
4561       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4562     - title: "2009.0-5"
4563       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4564   comparisons:
4565     - title: "2009.0-5 vs 2005.0-3"
4566       reference: 2
4567       compare: 3
4568   legend:
4569     - ''
4570     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4571     - '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).'
4572     - '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.'
4573     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4574
4575 # VPP Performance Changes 2n-dnv 4t4c mrr
4576 - type: "table"
4577   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4578   algorithm: "table_comparison"
4579   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4581   filter: "'4T4C'"
4582   columns:
4583     - title: "2001.0-2"
4584       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4585     - title: "2005.0-3"
4586       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4587     - title: "2009.0-5"
4588       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4589   comparisons:
4590     - title: "2009.0-5 vs 2005.0-3"
4591       reference: 2
4592       compare: 3
4593   legend:
4594     - ''
4595     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4596     - '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).'
4597     - '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.'
4598     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4599
4600 # VPP Performance Changes 3n-dnv 1t1c mrr
4601 - type: "table"
4602   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4603   algorithm: "table_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4606   filter: "'1T1C'"
4607   columns:
4608     - title: "2001.0-2"
4609       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4610     - title: "2005.0-3"
4611       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4612     - title: "2009.0-5"
4613       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4614   comparisons:
4615     - title: "2009.0-5 vs 2005.0-3"
4616       reference: 2
4617       compare: 3
4618   legend:
4619     - ''
4620     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4621     - '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).'
4622     - '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.'
4623     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4624
4625 # VPP Performance Changes 3n-dnv 2t2c mrr
4626 - type: "table"
4627   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4628   algorithm: "table_comparison"
4629   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4631   filter: "'2T2C'"
4632   columns:
4633     - title: "2001.0-2"
4634       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4635     - title: "2005.0-3"
4636       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4637     - title: "2009.0-5"
4638       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4639   comparisons:
4640     - title: "2009.0-5 vs 2005.0-3"
4641       reference: 2
4642       compare: 3
4643   legend:
4644     - ''
4645     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4646     - '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).'
4647     - '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.'
4648     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4649
4650 # VPP Performance Changes 3n-dnv 4t4c mrr
4651 - type: "table"
4652   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4653   algorithm: "table_comparison"
4654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4656   filter: "'4T4C'"
4657   columns:
4658     - title: "2001.0-2"
4659       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4660     - title: "2005.0-3"
4661       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4662     - title: "2009.0-5"
4663       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4664   comparisons:
4665     - title: "2009.0-5 vs 2005.0-3"
4666       reference: 2
4667       compare: 3
4668   legend:
4669     - ''
4670     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4671     - '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).'
4672     - '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.'
4673     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4674
4675 # VPP Performance Changes 3n-tsh 1t1c mrr
4676 - type: "table"
4677   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4681   filter: "'1T1C'"
4682   columns:
4683     - title: "2001.0-2"
4684       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4685     - title: "2005.0-4"
4686       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4687     - title: "2009.0-5"
4688       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4689   comparisons:
4690     - title: "2009.0-5 vs 2005.0-4"
4691       reference: 2
4692       compare: 3
4693 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4694   legend:
4695     - ''
4696     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4697     - '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).'
4698     - '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.'
4699     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4700
4701 # VPP Performance Changes 3n-tsh 2t2c mrr
4702 - type: "table"
4703   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4704   algorithm: "table_comparison"
4705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4707   filter: "'2T2C'"
4708   columns:
4709     - title: "2001.0-2"
4710       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4711     - title: "2005.0-4"
4712       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4713     - title: "2009.0-5"
4714       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4715   comparisons:
4716     - title: "2009.0-5 vs 2005.0-4"
4717       reference: 2
4718       compare: 3
4719 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4720   legend:
4721     - ''
4722     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4723     - '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).'
4724     - '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.'
4725     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4726
4727 # VPP Performance Changes 3n-tsh 4t4c mrr
4728 - type: "table"
4729   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4730   algorithm: "table_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4733   filter: "'4T4C'"
4734   columns:
4735     - title: "2001.0-2"
4736       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4737     - title: "2005.0-4"
4738       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4739     - title: "2009.0-5"
4740       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4741   comparisons:
4742     - title: "2009.0-5 vs 2005.0-4"
4743       reference: 2
4744       compare: 3
4745 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4746   legend:
4747     - ''
4748     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4749     - '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).'
4750     - '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.'
4751     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4752
4753 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4754 - type: "table"
4755   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4756   algorithm: "table_comparison"
4757   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4759   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4760   columns:
4761     - title: "3n-hsw xl710"
4762       data-set: "vpp-compare-testbeds-mrr-ref"
4763       tag: "NIC_Intel-XL710"
4764     - title: "3n-skx xxv710"
4765       data-set: "vpp-compare-testbeds-mrr-cmp"
4766       tag: "NIC_Intel-XXV710"
4767   comparisons:
4768     - title: "Diff"
4769       reference: 1
4770       compare: 2
4771   legend:
4772     - ""
4773     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4774     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4775
4776 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4777 - type: "table"
4778   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4779   algorithm: "table_comparison"
4780   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4782   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4783   columns:
4784     - title: "3n-hsw xl710"
4785       data-set: "vpp-compare-testbeds-mrr-ref"
4786       tag: "NIC_Intel-XL710"
4787     - title: "3n-skx xxv710"
4788       data-set: "vpp-compare-testbeds-mrr-cmp"
4789       tag: "NIC_Intel-XXV710"
4790   comparisons:
4791     - title: "Diff"
4792       reference: 1
4793       compare: 2
4794   legend:
4795     - ""
4796     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4797     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4798
4799 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4800 - type: "table"
4801   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4802   algorithm: "table_comparison"
4803   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4805   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4806   columns:
4807     - title: "3n-hsw xl710"
4808       data-set: "vpp-compare-testbeds-mrr-ref"
4809       tag: "NIC_Intel-XL710"
4810     - title: "3n-skx xxv710"
4811       data-set: "vpp-compare-testbeds-mrr-cmp"
4812       tag: "NIC_Intel-XXV710"
4813   comparisons:
4814     - title: "Diff"
4815       reference: 1
4816       compare: 2
4817   legend:
4818     - ""
4819     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4820     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4821
4822 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4823 - type: "table"
4824   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4825   algorithm: "table_comparison"
4826   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4828   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4829   columns:
4830     - title: "2n-skx"
4831       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4832     - title: "2n-clx"
4833       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4834   comparisons:
4835     - title: "Diff"
4836       reference: 1
4837       compare: 2
4838   legend:
4839     - ""
4840     - "2n-skx, 2n-clx - testbeds and NICs tested."
4841     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4842
4843 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4844 - type: "table"
4845   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4846   algorithm: "table_comparison"
4847   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4849   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4850   columns:
4851     - title: "2n-skx"
4852       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4853     - title: "2n-clx"
4854       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4855   comparisons:
4856     - title: "Diff"
4857       reference: 1
4858       compare: 2
4859   legend:
4860     - ""
4861     - "2n-skx, 2n-clx - testbeds and NICs tested."
4862     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4863
4864 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4865 - type: "table"
4866   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4867   algorithm: "table_comparison"
4868   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4870   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4871   columns:
4872     - title: "2n-skx"
4873       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4874     - title: "2n-clx"
4875       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4876   comparisons:
4877     - title: "Diff"
4878       reference: 1
4879       compare: 2
4880   legend:
4881     - ""
4882     - "2n-skx, 2n-clx - testbeds and NICs tested."
4883     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4884
4885 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4886 - type: "table"
4887   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4888   algorithm: "table_comparison"
4889   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4891   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4892   columns:
4893     - title: "3n-skx"
4894       data-set: "vpp-compare-topologies-mrr-ref"
4895     - title: "2n-skx"
4896       data-set: "vpp-compare-topologies-mrr-cmp"
4897   comparisons:
4898     - title: "Diff"
4899       reference: 1
4900       compare: 2
4901   legend:
4902     - ""
4903     - "3n-skx, 2n-skx - topologies tested."
4904     - "Diff - difference between 3n-skx and 2n-skx topologies."
4905
4906 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4907 - type: "table"
4908   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4909   algorithm: "table_comparison"
4910   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4912   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4913   columns:
4914     - title: "3n-skx"
4915       data-set: "vpp-compare-topologies-mrr-ref"
4916     - title: "2n-skx"
4917       data-set: "vpp-compare-topologies-mrr-cmp"
4918   comparisons:
4919     - title: "Diff"
4920       reference: 1
4921       compare: 2
4922   legend:
4923     - ""
4924     - "3n-skx, 2n-skx - topologies tested."
4925     - "Diff - difference between 3n-skx and 2n-skx topologies."
4926
4927 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4928 - type: "table"
4929   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4930   algorithm: "table_comparison"
4931   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4933   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4934   columns:
4935     - title: "3n-skx"
4936       data-set: "vpp-compare-topologies-mrr-ref"
4937     - title: "2n-skx"
4938       data-set: "vpp-compare-topologies-mrr-cmp"
4939   comparisons:
4940     - title: "Diff"
4941       reference: 1
4942       compare: 2
4943   legend:
4944     - ""
4945     - "3n-skx, 2n-skx - topologies tested."
4946     - "Diff - difference between 3n-skx and 2n-skx topologies."
4947
4948 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4949 - type: "table"
4950   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4951   algorithm: "table_comparison"
4952   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4954   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4955   columns:
4956     - title: "3n-hsw xl710"
4957       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4958       tag: "NIC_Intel-XL710"
4959     - title: "2n-clx xxv710"
4960       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4961       tag: "NIC_Intel-XXV710"
4962   comparisons:
4963     - title: "Diff"
4964       reference: 1
4965       compare: 2
4966   legend:
4967     - ""
4968     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4969     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4970
4971 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4972 - type: "table"
4973   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4974   algorithm: "table_comparison"
4975   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4976   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4977   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4978   columns:
4979     - title: "3n-hsw xl710"
4980       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4981       tag: "NIC_Intel-XL710"
4982     - title: "2n-clx xxv710"
4983       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4984       tag: "NIC_Intel-XXV710"
4985   comparisons:
4986     - title: "Diff"
4987       reference: 1
4988       compare: 2
4989   legend:
4990     - ""
4991     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4992     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4993
4994 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4995 - type: "table"
4996   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4997   algorithm: "table_comparison"
4998   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5000   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5001   columns:
5002     - title: "3n-hsw xl710"
5003       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5004       tag: "NIC_Intel-XL710"
5005     - title: "2n-clx xxv710"
5006       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5007       tag: "NIC_Intel-XXV710"
5008   comparisons:
5009     - title: "Diff"
5010       reference: 1
5011       compare: 2
5012   legend:
5013     - ""
5014     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5015     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5016
5017 # Detailed Test Results - VPP Performance Results 3n-hsw
5018 - type: "table"
5019   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5020   algorithm: "table_merged_details"
5021   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5022   columns:
5023     - title: " |prein| Test Name |preout| "
5024       data: "data name"
5025     - 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| "
5026       data: "data msg"
5027   data: "vpp-perf-results-3n-hsw"
5028   filter: "all"
5029   parameters:
5030   - "name"
5031   - "parent"
5032   - "msg"
5033
5034 # Detailed Test Results - VPP Performance Results 3n-skx
5035 - type: "table"
5036   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5037   algorithm: "table_merged_details"
5038   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5039   columns:
5040     - title: " |prein| Test Name |preout| "
5041       data: "data name"
5042     - 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| "
5043       data: "data msg"
5044   data: "vpp-perf-results-3n-skx"
5045   filter: "all"
5046   remove-ndr: False
5047   parameters:
5048   - "name"
5049   - "parent"
5050   - "msg"
5051
5052 # Detailed Test Results - VPP Performance Results 2n-skx
5053 - type: "table"
5054   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5055   algorithm: "table_merged_details"
5056   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5057   columns:
5058     - title: " |prein| Test Name |preout| "
5059       data: "data name"
5060     - 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| "
5061       data: "data msg"
5062   data: "vpp-perf-results-2n-skx"
5063   filter: "all"
5064   remove-ndr: False
5065   parameters:
5066   - "name"
5067   - "parent"
5068   - "msg"
5069
5070 # Detailed Test Results - VPP Performance Results 2n-clx
5071 - type: "table"
5072   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5073   algorithm: "table_merged_details"
5074   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5075   columns:
5076     - title: " |prein| Test Name |preout| "
5077       data: "data name"
5078     - 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| "
5079       data: "data msg"
5080   data: "vpp-perf-results-2n-clx"
5081   filter: "all"
5082   parameters:
5083   - "name"
5084   - "parent"
5085   - "msg"
5086
5087 # Detailed Test Results - VPP Performance Results 3n-tsh
5088 - type: "table"
5089   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5090   algorithm: "table_merged_details"
5091   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5092   columns:
5093     - title: " |prein| Test Name |preout| "
5094       data: "data name"
5095     - 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| "
5096       data: "data msg"
5097   data: "vpp-perf-results-3n-tsh"
5098   filter: "all"
5099   parameters:
5100   - "name"
5101   - "parent"
5102   - "msg"
5103
5104 # Detailed Test Results - VPP Performance Results 3n-dnv
5105 - type: "table"
5106   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5107   algorithm: "table_merged_details"
5108   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5109   columns:
5110     - title: " |prein| Test Name |preout| "
5111       data: "data name"
5112     - 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| "
5113       data: "data msg"
5114   data: "vpp-perf-results-3n-dnv"
5115   filter: "all"
5116   parameters:
5117   - "name"
5118   - "parent"
5119   - "msg"
5120
5121 # Detailed Test Results - VPP Performance Results 2n-dnv
5122 - type: "table"
5123   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5124   algorithm: "table_merged_details"
5125   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5126   columns:
5127     - title: " |prein| Test Name |preout| "
5128       data: "data name"
5129     - 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| "
5130       data: "data msg"
5131   data: "vpp-perf-results-2n-dnv"
5132   filter: "all"
5133   parameters:
5134   - "name"
5135   - "parent"
5136   - "msg"
5137
5138 # Test configuration - VPP Performance Test Configs 3n-hsw
5139 - type: "table"
5140   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5141   algorithm: "table_merged_details"
5142   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5143   columns:
5144     - title: " |prein| Test Name |preout| "
5145       data: "data name"
5146     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5147       data: "data conf-history"
5148   data: "vpp-perf-results-3n-hsw"
5149   filter: "all"
5150   parameters:
5151   - "parent"
5152   - "name"
5153   - "conf-history"
5154
5155 # Test configuration - VPP Performance Test Configs 3n-skx
5156 - type: "table"
5157   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5158   algorithm: "table_merged_details"
5159   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5160   columns:
5161     - title: " |prein| Test Name |preout| "
5162       data: "data name"
5163     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5164       data: "data conf-history"
5165   data: "vpp-perf-results-3n-skx"
5166   filter: "all"
5167   parameters:
5168   - "parent"
5169   - "name"
5170   - "conf-history"
5171
5172 # Test configuration - VPP Performance Test Configs 2n-skx
5173 - type: "table"
5174   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5175   algorithm: "table_merged_details"
5176   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5177   columns:
5178     - title: " |prein| Test Name |preout| "
5179       data: "data name"
5180     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5181       data: "data conf-history"
5182   data: "vpp-perf-results-2n-skx"
5183   filter: "all"
5184   parameters:
5185   - "parent"
5186   - "name"
5187   - "conf-history"
5188
5189 # Test configuration - VPP Performance Test Configs 2n-clx
5190 - type: "table"
5191   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5192   algorithm: "table_merged_details"
5193   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5194   columns:
5195     - title: " |prein| Test Name |preout| "
5196       data: "data name"
5197     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5198       data: "data conf-history"
5199   data: "vpp-perf-results-2n-clx"
5200   filter: "all"
5201   parameters:
5202   - "parent"
5203   - "name"
5204   - "conf-history"
5205
5206 # Test configuration - VPP Performance Test Configs 3n-tsh
5207 - type: "table"
5208   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5209   algorithm: "table_merged_details"
5210   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5211   columns:
5212     - title: " |prein| Test Name |preout| "
5213       data: "data name"
5214     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5215       data: "data conf-history"
5216   data: "vpp-perf-results-3n-tsh"
5217   filter: "all"
5218   parameters:
5219   - "parent"
5220   - "name"
5221   - "conf-history"
5222
5223 # Test configuration - VPP Performance Test Configs 3n-dnv
5224 - type: "table"
5225   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5226   algorithm: "table_merged_details"
5227   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5228   columns:
5229     - title: " |prein| Test Name |preout| "
5230       data: "data name"
5231     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5232       data: "data conf-history"
5233   data: "vpp-perf-results-3n-dnv"
5234   filter: "all"
5235   parameters:
5236   - "parent"
5237   - "name"
5238   - "conf-history"
5239
5240 # Test configuration - VPP Performance Test Configs 2n-dnv
5241 - type: "table"
5242   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5243   algorithm: "table_merged_details"
5244   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5245   columns:
5246     - title: " |prein| Test Name |preout| "
5247       data: "data name"
5248     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5249       data: "data conf-history"
5250   data: "vpp-perf-results-2n-dnv"
5251   filter: "all"
5252   parameters:
5253   - "parent"
5254   - "name"
5255   - "conf-history"
5256
5257 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5258 - type: "table"
5259   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5260   algorithm: "table_oper_data_html"
5261   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5262   data: "vpp-perf-results-3n-hsw"
5263   filter: "all"
5264
5265 # Test Operational Data - VPP Performance Operational Data 3n-skx
5266 - type: "table"
5267   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5268   algorithm: "table_oper_data_html"
5269   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5270   data: "vpp-perf-results-3n-skx"
5271   filter: "all"
5272
5273 # Test Operational Data - VPP Performance Operational Data 2n-skx
5274 - type: "table"
5275   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5276   algorithm: "table_oper_data_html"
5277   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5278   data: "vpp-perf-results-2n-skx"
5279   filter: "all"
5280
5281 # Test Operational Data - VPP Performance Operational Data 2n-clx
5282 - type: "table"
5283   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5284   algorithm: "table_oper_data_html"
5285   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5286   data: "vpp-perf-results-2n-clx"
5287   filter: "all"
5288
5289 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5290 - type: "table"
5291   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5292   algorithm: "table_oper_data_html"
5293   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5294   data: "vpp-perf-results-3n-tsh"
5295   filter: "all"
5296
5297 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5298 - type: "table"
5299   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5300   algorithm: "table_oper_data_html"
5301   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5302   data: "vpp-perf-results-3n-dnv"
5303   filter: "all"
5304
5305 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5306 - type: "table"
5307   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5308   algorithm: "table_oper_data_html"
5309   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5310   data: "vpp-perf-results-2n-dnv"
5311   filter: "all"
5312
5313 # Detailed Test Results - VPP MRR Results 3n-hsw
5314 - type: "table"
5315   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5316   algorithm: "table_merged_details"
5317   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5318   columns:
5319     - title: " |prein| Test Name |preout| "
5320       data: "data name"
5321     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5322       data: "data msg"
5323   data: "vpp-mrr-results-3n-hsw"
5324   filter: "all"
5325   parameters:
5326   - "name"
5327   - "parent"
5328   - "msg"
5329
5330 # Detailed Test Results - VPP MRR Results 3n-skx
5331 - type: "table"
5332   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5333   algorithm: "table_merged_details"
5334   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5335   columns:
5336     - title: " |prein| Test Name |preout| "
5337       data: "data name"
5338     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5339       data: "data msg"
5340   data: "vpp-mrr-results-3n-skx"
5341   filter: "all"
5342   parameters:
5343   - "name"
5344   - "parent"
5345   - "msg"
5346
5347 # Detailed Test Results - VPP MRR Results 2n-skx
5348 - type: "table"
5349   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5350   algorithm: "table_merged_details"
5351   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5352   columns:
5353     - title: " |prein| Test Name |preout| "
5354       data: "data name"
5355     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5356       data: "data msg"
5357   data: "vpp-mrr-results-2n-skx"
5358   filter: "all"
5359   parameters:
5360   - "name"
5361   - "parent"
5362   - "msg"
5363
5364 # Detailed Test Results - VPP MRR Results 2n-clx
5365 - type: "table"
5366   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5367   algorithm: "table_merged_details"
5368   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5369   columns:
5370     - title: " |prein| Test Name |preout| "
5371       data: "data name"
5372     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5373       data: "data msg"
5374   data: "vpp-mrr-results-2n-clx"
5375   filter: "all"
5376   parameters:
5377   - "name"
5378   - "parent"
5379   - "msg"
5380
5381 # Detailed Test Results - VPP MRR Results 3n-tsh
5382 - type: "table"
5383   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5384   algorithm: "table_merged_details"
5385   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5386   columns:
5387     - title: " |prein| Test Name |preout| "
5388       data: "data name"
5389     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5390       data: "data msg"
5391   data: "vpp-mrr-results-3n-tsh"
5392   filter: "all"
5393   parameters:
5394   - "name"
5395   - "parent"
5396   - "msg"
5397
5398 # Detailed Test Results - VPP MRR Results 3n-dnv
5399 - type: "table"
5400   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5401   algorithm: "table_merged_details"
5402   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5403   columns:
5404     - title: " |prein| Test Name |preout| "
5405       data: "data name"
5406     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5407       data: "data msg"
5408   data: "vpp-mrr-results-3n-dnv"
5409   filter: "all"
5410   parameters:
5411   - "name"
5412   - "parent"
5413   - "msg"
5414
5415 # Detailed Test Results - VPP MRR Results 2n-dnv
5416 - type: "table"
5417   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5418   algorithm: "table_merged_details"
5419   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5420   columns:
5421     - title: " |prein| Test Name |preout| "
5422       data: "data name"
5423     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5424       data: "data msg"
5425   data: "vpp-mrr-results-2n-dnv"
5426   filter: "all"
5427   parameters:
5428   - "name"
5429   - "parent"
5430   - "msg"
5431
5432 # Test configuration - VPP MRR Test Configs 3n-hsw
5433 - type: "table"
5434   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5435   algorithm: "table_merged_details"
5436   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5437   columns:
5438     - title: " |prein| Test Name |preout| "
5439       data: "data name"
5440     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5441       data: "data conf-history"
5442   data: "vpp-mrr-results-3n-hsw"
5443   filter: "all"
5444   parameters:
5445   - "parent"
5446   - "name"
5447   - "conf-history"
5448
5449 # Test configuration - VPP MRR Test Configs 3n-skx
5450 - type: "table"
5451   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5452   algorithm: "table_merged_details"
5453   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5454   columns:
5455     - title: " |prein| Test Name |preout| "
5456       data: "data name"
5457     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5458       data: "data conf-history"
5459   data: "vpp-mrr-results-3n-skx"
5460   filter: "all"
5461   parameters:
5462   - "parent"
5463   - "name"
5464   - "conf-history"
5465
5466 # Test configuration - VPP MRR Test Configs 2n-skx
5467 - type: "table"
5468   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5469   algorithm: "table_merged_details"
5470   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5471   columns:
5472     - title: " |prein| Test Name |preout| "
5473       data: "data name"
5474     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5475       data: "data conf-history"
5476   data: "vpp-mrr-results-2n-skx"
5477   filter: "all"
5478   parameters:
5479   - "parent"
5480   - "name"
5481   - "conf-history"
5482
5483 # Test configuration - VPP MRR Test Configs 2n-clx
5484 - type: "table"
5485   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5486   algorithm: "table_merged_details"
5487   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5488   columns:
5489     - title: " |prein| Test Name |preout| "
5490       data: "data name"
5491     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5492       data: "data conf-history"
5493   data: "vpp-mrr-results-2n-clx"
5494   filter: "all"
5495   parameters:
5496   - "parent"
5497   - "name"
5498   - "conf-history"
5499
5500 # Test configuration - VPP MRR Test Configs 3n-tsh
5501 - type: "table"
5502   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5503   algorithm: "table_merged_details"
5504   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5505   columns:
5506     - title: " |prein| Test Name |preout| "
5507       data: "data name"
5508     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5509       data: "data conf-history"
5510   data: "vpp-mrr-results-3n-tsh"
5511   filter: "all"
5512   parameters:
5513   - "parent"
5514   - "name"
5515   - "conf-history"
5516
5517 # Test configuration - VPP MRR Test Configs 3n-dnv
5518 - type: "table"
5519   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5520   algorithm: "table_merged_details"
5521   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5522   columns:
5523     - title: " |prein| Test Name |preout| "
5524       data: "data name"
5525     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5526       data: "data conf-history"
5527   data: "vpp-mrr-results-3n-dnv"
5528   filter: "all"
5529   parameters:
5530   - "parent"
5531   - "name"
5532   - "conf-history"
5533
5534 # Test configuration - VPP MRR Test Configs 2n-dnv
5535 - type: "table"
5536   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5537   algorithm: "table_merged_details"
5538   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5539   columns:
5540     - title: " |prein| Test Name |preout| "
5541       data: "data name"
5542     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5543       data: "data conf-history"
5544   data: "vpp-mrr-results-2n-dnv"
5545   filter: "all"
5546   parameters:
5547   - "parent"
5548   - "name"
5549   - "conf-history"
5550
5551 # Detailed Test Results - VPP Device Results - Ubuntu
5552 - type: "table"
5553   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5554   algorithm: "table_merged_details"
5555   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5556   columns:
5557     - title: " |prein| Test Name |preout| "
5558       data: "data name"
5559     - title: " |prein| Status |preout| "
5560       data: "data status"
5561   data: "vpp-device-results-ubuntu"
5562   filter: "all"
5563   parameters:
5564   - "name"
5565   - "parent"
5566   - "doc"
5567   - "status"
5568
5569 # Test configuration - VPP Device Test Configs - Ubuntu
5570 - type: "table"
5571   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5572   algorithm: "table_merged_details"
5573   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5574   columns:
5575     - title: " |prein| Test Name |preout| "
5576       data: "data name"
5577     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5578       data: "data conf-history"
5579   data: "vpp-device-results-ubuntu"
5580   filter: "all"
5581   parameters:
5582   - "parent"
5583   - "name"
5584   - "conf-history"
5585
5586 ################################################################################
5587
5588 # DPDK Performance Changes 3n-hsw 1t1c pdr
5589 - type: "table"
5590   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5591   algorithm: "table_comparison"
5592   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5594   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5595   columns:
5596     - title: "2001"
5597       data-set: "dpdk-performance-changes-3n-hsw-h1"
5598     - title: "2005"
5599       data-set: "dpdk-performance-changes-3n-hsw-ref"
5600     - title: "2009"
5601       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5602   comparisons:
5603     - title: "Diff"
5604       reference: 2
5605       compare: 3
5606   legend:
5607     - ""
5608     - "2001, 2005, 2009 - DPDK versions tested."
5609     - "Diff - difference between 2005 and 2009 DPDK version."
5610
5611 # DPDK Performance Changes 3n-hsw 2t2c pdr
5612 - type: "table"
5613   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5614   algorithm: "table_comparison"
5615   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5617   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5618   columns:
5619     - title: "2001"
5620       data-set: "dpdk-performance-changes-3n-hsw-h1"
5621     - title: "2005"
5622       data-set: "dpdk-performance-changes-3n-hsw-ref"
5623     - title: "2009"
5624       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5625   comparisons:
5626     - title: "Diff"
5627       reference: 2
5628       compare: 3
5629   legend:
5630     - ""
5631     - "2001, 2005, 2009 - DPDK versions tested."
5632     - "Diff - difference between 2005 and 2009 DPDK version."
5633
5634 # DPDK Performance Changes 3n-hsw 1t1c pdr
5635 - type: "table"
5636   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5637   algorithm: "table_comparison"
5638   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5640   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5641   columns:
5642     - title: "2001"
5643       data-set: "dpdk-performance-changes-3n-hsw-h1"
5644     - title: "2005"
5645       data-set: "dpdk-performance-changes-3n-hsw-ref"
5646     - title: "2009"
5647       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5648   comparisons:
5649     - title: "Diff"
5650       reference: 2
5651       compare: 3
5652   legend:
5653     - ""
5654     - "2001, 2005, 2009 - DPDK versions tested."
5655     - "Diff - difference between 2005 and 2009 DPDK version."
5656
5657 # DPDK Performance Changes 3n-hsw 2t2c ndr
5658 - type: "table"
5659   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5660   algorithm: "table_comparison"
5661   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5663   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5664   columns:
5665     - title: "2001"
5666       data-set: "dpdk-performance-changes-3n-hsw-h1"
5667     - title: "2005"
5668       data-set: "dpdk-performance-changes-3n-hsw-ref"
5669     - title: "2009"
5670       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5671   comparisons:
5672     - title: "Diff"
5673       reference: 2
5674       compare: 3
5675   legend:
5676     - ""
5677     - "2001, 2005, 2009 - DPDK versions tested."
5678     - "Diff - difference between 2005 and 2009 DPDK version."
5679
5680 # DPDK Performance Changes 3n-skx 2t1c pdr
5681 - type: "table"
5682   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5683   algorithm: "table_comparison"
5684   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5685   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5686   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5687   columns:
5688     - title: "2001"
5689       data-set: "dpdk-performance-changes-3n-skx-h1"
5690     - title: "2005"
5691       data-set: "dpdk-performance-changes-3n-skx-ref"
5692     - title: "2009"
5693       data-set: "dpdk-performance-changes-3n-skx-cmp"
5694   comparisons:
5695     - title: "Diff"
5696       reference: 2
5697       compare: 3
5698   legend:
5699     - ""
5700     - "2001, 2005, 2009 - DPDK versions tested."
5701     - "Diff - difference between 2005 and 2009 DPDK version."
5702
5703 # DPDK Performance Changes 3n-skx 4t2c pdr
5704 - type: "table"
5705   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5706   algorithm: "table_comparison"
5707   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5709   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5710   columns:
5711     - title: "2001"
5712       data-set: "dpdk-performance-changes-3n-skx-h1"
5713     - title: "2005"
5714       data-set: "dpdk-performance-changes-3n-skx-ref"
5715     - title: "2009"
5716       data-set: "dpdk-performance-changes-3n-skx-cmp"
5717   comparisons:
5718     - title: "Diff"
5719       reference: 2
5720       compare: 3
5721   legend:
5722     - ""
5723     - "2001, 2005, 2009 - DPDK versions tested."
5724     - "Diff - difference between 2005 and 2009 DPDK version."
5725
5726 # DPDK Performance Changes 3n-skx 2t1c ndr
5727 - type: "table"
5728   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5729   algorithm: "table_comparison"
5730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5732   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5733   columns:
5734     - title: "2001"
5735       data-set: "dpdk-performance-changes-3n-skx-h1"
5736     - title: "2005"
5737       data-set: "dpdk-performance-changes-3n-skx-ref"
5738     - title: "2009"
5739       data-set: "dpdk-performance-changes-3n-skx-cmp"
5740   comparisons:
5741     - title: "Diff"
5742       reference: 2
5743       compare: 3
5744   legend:
5745     - ""
5746     - "2001, 2005, 2009 - DPDK versions tested."
5747     - "Diff - difference between 2005 and 2009 DPDK version."
5748
5749 # DPDK Performance Changes 3n-skx 4t2c ndr
5750 - type: "table"
5751   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5752   algorithm: "table_comparison"
5753   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5755   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5756   columns:
5757     - title: "2001"
5758       data-set: "dpdk-performance-changes-3n-skx-h1"
5759     - title: "2005"
5760       data-set: "dpdk-performance-changes-3n-skx-ref"
5761     - title: "2009"
5762       data-set: "dpdk-performance-changes-3n-skx-cmp"
5763   comparisons:
5764     - title: "Diff"
5765       reference: 2
5766       compare: 3
5767   legend:
5768     - ""
5769     - "2001, 2005, 2009 - DPDK versions tested."
5770     - "Diff - difference between 2005 and 2009 DPDK version."
5771
5772 # DPDK Performance Changes 2n-skx 2t1c pdr
5773 - type: "table"
5774   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5775   algorithm: "table_comparison"
5776   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5778   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5779   columns:
5780     - title: "2001"
5781       data-set: "dpdk-performance-changes-2n-skx-h1"
5782     - title: "2005"
5783       data-set: "dpdk-performance-changes-2n-skx-ref"
5784     - title: "2009"
5785       data-set: "dpdk-performance-changes-2n-skx-cmp"
5786   comparisons:
5787     - title: "Diff"
5788       reference: 2
5789       compare: 3
5790   legend:
5791     - ""
5792     - "2001, 2005, 2009 - DPDK versions tested."
5793     - "Diff - difference between 2005 and 2009 DPDK version."
5794
5795 # DPDK Performance Changes 2n-skx 4t2c pdr
5796 - type: "table"
5797   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5798   algorithm: "table_comparison"
5799   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5801   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5802   columns:
5803     - title: "2001"
5804       data-set: "dpdk-performance-changes-2n-skx-h1"
5805     - title: "2005"
5806       data-set: "dpdk-performance-changes-2n-skx-ref"
5807     - title: "2009"
5808       data-set: "dpdk-performance-changes-2n-skx-cmp"
5809   comparisons:
5810     - title: "Diff"
5811       reference: 2
5812       compare: 3
5813   legend:
5814     - ""
5815     - "2001, 2005, 2009 - DPDK versions tested."
5816     - "Diff - difference between 2005 and 2009 DPDK version."
5817
5818 # DPDK Performance Changes 2n-skx 2t1c ndr
5819 - type: "table"
5820   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5821   algorithm: "table_comparison"
5822   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5824   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5825   columns:
5826     - title: "2001"
5827       data-set: "dpdk-performance-changes-2n-skx-h1"
5828     - title: "2005"
5829       data-set: "dpdk-performance-changes-2n-skx-ref"
5830     - title: "2009"
5831       data-set: "dpdk-performance-changes-2n-skx-cmp"
5832   comparisons:
5833     - title: "Diff"
5834       reference: 2
5835       compare: 3
5836   legend:
5837     - ""
5838     - "2001, 2005, 2009 - DPDK versions tested."
5839     - "Diff - difference between 2005 and 2009 DPDK version."
5840
5841 # DPDK Performance Changes 2n-skx 4t2c ndr
5842 - type: "table"
5843   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5844   algorithm: "table_comparison"
5845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5847   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5848   columns:
5849     - title: "2001"
5850       data-set: "dpdk-performance-changes-2n-skx-h1"
5851     - title: "2005"
5852       data-set: "dpdk-performance-changes-2n-skx-ref"
5853     - title: "2009"
5854       data-set: "dpdk-performance-changes-2n-skx-cmp"
5855   comparisons:
5856     - title: "Diff"
5857       reference: 2
5858       compare: 3
5859   legend:
5860     - ""
5861     - "2001, 2005, 2009 - DPDK versions tested."
5862     - "Diff - difference between 2005 and 2009 DPDK version."
5863
5864 # DPDK Performance Changes 2n-clx 2t1c pdr
5865 - type: "table"
5866   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5867   algorithm: "table_comparison"
5868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5870   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5871   columns:
5872     - title: "2001"
5873       data-set: "dpdk-performance-changes-2n-clx-h1"
5874     - title: "2005"
5875       data-set: "dpdk-performance-changes-2n-clx-ref"
5876     - title: "2009"
5877       data-set: "dpdk-performance-changes-2n-clx-cmp"
5878   comparisons:
5879     - title: "Diff"
5880       reference: 2
5881       compare: 3
5882   legend:
5883     - ""
5884     - "2001, 2005, 2009 - DPDK versions tested."
5885     - "Diff - difference between 2005 and 2009 DPDK version."
5886
5887 # DPDK Performance Changes 2n-clx 4t2c pdr
5888 - type: "table"
5889   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5890   algorithm: "table_comparison"
5891   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5893   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5894   columns:
5895     - title: "2001"
5896       data-set: "dpdk-performance-changes-2n-clx-h1"
5897     - title: "2005"
5898       data-set: "dpdk-performance-changes-2n-clx-ref"
5899     - title: "2009"
5900       data-set: "dpdk-performance-changes-2n-clx-cmp"
5901   comparisons:
5902     - title: "Diff"
5903       reference: 2
5904       compare: 3
5905   legend:
5906     - ""
5907     - "2001, 2005, 2009 - DPDK versions tested."
5908     - "Diff - difference between 2005 and 2009 DPDK version."
5909
5910 # DPDK Performance Changes 2n-clx 2t1c ndr
5911 - type: "table"
5912   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5913   algorithm: "table_comparison"
5914   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5916   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5917   columns:
5918     - title: "2001"
5919       data-set: "dpdk-performance-changes-2n-clx-h1"
5920     - title: "2005"
5921       data-set: "dpdk-performance-changes-2n-clx-ref"
5922     - title: "2009"
5923       data-set: "dpdk-performance-changes-2n-clx-cmp"
5924   comparisons:
5925     - title: "Diff"
5926       reference: 2
5927       compare: 3
5928   legend:
5929     - ""
5930     - "2001, 2005, 2009 - DPDK versions tested."
5931     - "Diff - difference between 2005 and 2009 DPDK version."
5932
5933 # DPDK Performance Changes 2n-clx 4t2c ndr
5934 - type: "table"
5935   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5936   algorithm: "table_comparison"
5937   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5939   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5940   columns:
5941     - title: "2001"
5942       data-set: "dpdk-performance-changes-2n-clx-h1"
5943     - title: "2005"
5944       data-set: "dpdk-performance-changes-2n-clx-ref"
5945     - title: "2009"
5946       data-set: "dpdk-performance-changes-2n-clx-cmp"
5947   comparisons:
5948     - title: "Diff"
5949       reference: 2
5950       compare: 3
5951   legend:
5952     - ""
5953     - "2001, 2005, 2009 - DPDK versions tested."
5954     - "Diff - difference between 2005 and 2009 DPDK version."
5955
5956 # DPDK Performance Changes 2n-dnv 1t1c pdr
5957 - type: "table"
5958   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5959   algorithm: "table_comparison"
5960   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5962   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
5963   columns:
5964     - title: "2001"
5965       data-set: "dpdk-performance-changes-2n-dnv-h1"
5966     - title: "2005"
5967       data-set: "dpdk-performance-changes-2n-dnv-ref"
5968     - title: "2009"
5969       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5970   comparisons:
5971     - title: "Diff"
5972       reference: 2
5973       compare: 3
5974   legend:
5975     - ""
5976     - "2001, 2005, 2009 - DPDK versions tested."
5977     - "Diff - difference between 2005 and 2009 DPDK version."
5978
5979 # DPDK Performance Changes 2n-dnv 2t2c pdr
5980 - type: "table"
5981   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5982   algorithm: "table_comparison"
5983   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5985   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
5986   columns:
5987     - title: "2001"
5988       data-set: "dpdk-performance-changes-2n-dnv-h1"
5989     - title: "2005"
5990       data-set: "dpdk-performance-changes-2n-dnv-ref"
5991     - title: "2009"
5992       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5993   comparisons:
5994     - title: "Diff"
5995       reference: 2
5996       compare: 3
5997   legend:
5998     - ""
5999     - "2001, 2005, 2009 - DPDK versions tested."
6000     - "Diff - difference between 2005 and 2009 DPDK version."
6001
6002 # DPDK Performance Changes 2n-dnv 1t1c ndr
6003 - type: "table"
6004   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6005   algorithm: "table_comparison"
6006   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6008   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6009   columns:
6010     - title: "2001"
6011       data-set: "dpdk-performance-changes-2n-dnv-h1"
6012     - title: "2005"
6013       data-set: "dpdk-performance-changes-2n-dnv-ref"
6014     - title: "2009"
6015       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6016   comparisons:
6017     - title: "Diff"
6018       reference: 2
6019       compare: 3
6020   legend:
6021     - ""
6022     - "2001, 2005, 2009 - DPDK versions tested."
6023     - "Diff - difference between 2005 and 2009 DPDK version."
6024
6025 # DPDK Performance Changes 2n-dnv 2t2c ndr
6026 - type: "table"
6027   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6028   algorithm: "table_comparison"
6029   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6031   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6032   columns:
6033     - title: "2001"
6034       data-set: "dpdk-performance-changes-2n-dnv-h1"
6035     - title: "2005"
6036       data-set: "dpdk-performance-changes-2n-dnv-ref"
6037     - title: "2009"
6038       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6039   comparisons:
6040     - title: "Diff"
6041       reference: 2
6042       compare: 3
6043   legend:
6044     - ""
6045     - "2001, 2005, 2009 - DPDK versions tested."
6046     - "Diff - difference between 2005 and 2009 DPDK version."
6047
6048 # DPDK Performance Changes 3n-dnv 1t1c pdr
6049 - type: "table"
6050   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6051   algorithm: "table_comparison"
6052   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6054   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6055   columns:
6056     - title: "2001"
6057       data-set: "dpdk-performance-changes-3n-dnv-h1"
6058     - title: "2005"
6059       data-set: "dpdk-performance-changes-3n-dnv-ref"
6060     - title: "2009"
6061       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6062   comparisons:
6063     - title: "Diff"
6064       reference: 2
6065       compare: 3
6066   legend:
6067     - ""
6068     - "2001, 2005, 2009 - DPDK versions tested."
6069     - "Diff - difference between 2005 and 2009 DPDK version."
6070
6071 # DPDK Performance Changes 3n-dnv 2t2c pdr
6072 - type: "table"
6073   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6074   algorithm: "table_comparison"
6075   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6077   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6078   columns:
6079     - title: "2001"
6080       data-set: "dpdk-performance-changes-3n-dnv-h1"
6081     - title: "2005"
6082       data-set: "dpdk-performance-changes-3n-dnv-ref"
6083     - title: "2009"
6084       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6085   comparisons:
6086     - title: "Diff"
6087       reference: 2
6088       compare: 3
6089   legend:
6090     - ""
6091     - "2001, 2005, 2009 - DPDK versions tested."
6092     - "Diff - difference between 2005 and 2009 DPDK version."
6093
6094 # DPDK Performance Changes 3n-dnv 1t1c ndr
6095 - type: "table"
6096   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6097   algorithm: "table_comparison"
6098   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6100   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6101   columns:
6102     - title: "2001"
6103       data-set: "dpdk-performance-changes-3n-dnv-h1"
6104     - title: "2005"
6105       data-set: "dpdk-performance-changes-3n-dnv-ref"
6106     - title: "2009"
6107       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6108   comparisons:
6109     - title: "Diff"
6110       reference: 2
6111       compare: 3
6112   legend:
6113     - ""
6114     - "2001, 2005, 2009 - DPDK versions tested."
6115     - "Diff - difference between 2005 and 2009 DPDK version."
6116
6117 # DPDK Performance Changes 3n-dnv 2t2c ndr
6118 - type: "table"
6119   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6120   algorithm: "table_comparison"
6121   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6123   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6124   columns:
6125     - title: "2001"
6126       data-set: "dpdk-performance-changes-3n-dnv-h1"
6127     - title: "2005"
6128       data-set: "dpdk-performance-changes-3n-dnv-ref"
6129     - title: "2009"
6130       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6131   comparisons:
6132     - title: "Diff"
6133       reference: 2
6134       compare: 3
6135   legend:
6136     - ""
6137     - "2001, 2005, 2009 - DPDK versions tested."
6138     - "Diff - difference between 2005 and 2009 DPDK version."
6139
6140 # DPDK Performance Changes 3n-tsh 1t1c pdr
6141 - type: "table"
6142   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6143   algorithm: "table_comparison"
6144   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6146   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6147   columns:
6148     - title: "2001"
6149       data-set: "dpdk-performance-changes-3n-tsh-h1"
6150     - title: "2005"
6151       data-set: "dpdk-performance-changes-3n-tsh-ref"
6152     - title: "2009"
6153       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6154   comparisons:
6155     - title: "Diff"
6156       reference: 2
6157       compare: 3
6158   legend:
6159     - ""
6160     - "2001, 2005, 2009 - DPDK versions tested."
6161     - "Diff - difference between 2005 and 2009 DPDK version."
6162
6163 # DPDK Performance Changes 3n-tsh 2t2c pdr
6164 - type: "table"
6165   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6166   algorithm: "table_comparison"
6167   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6169   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6170   columns:
6171     - title: "2001"
6172       data-set: "dpdk-performance-changes-3n-tsh-h1"
6173     - title: "2005"
6174       data-set: "dpdk-performance-changes-3n-tsh-ref"
6175     - title: "2009"
6176       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6177   comparisons:
6178     - title: "Diff"
6179       reference: 2
6180       compare: 3
6181   legend:
6182     - ""
6183     - "2001, 2005, 2009 - DPDK versions tested."
6184     - "Diff - difference between 2005 and 2009 DPDK version."
6185
6186 # DPDK Performance Changes 3n-tsh 1t1c ndr
6187 - type: "table"
6188   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6189   algorithm: "table_comparison"
6190   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6192   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6193   columns:
6194     - title: "2001"
6195       data-set: "dpdk-performance-changes-3n-tsh-h1"
6196     - title: "2005"
6197       data-set: "dpdk-performance-changes-3n-tsh-ref"
6198     - title: "2009"
6199       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6200   comparisons:
6201     - title: "Diff"
6202       reference: 2
6203       compare: 3
6204   legend:
6205     - ""
6206     - "2001, 2005, 2009 - DPDK versions tested."
6207     - "Diff - difference between 2005 and 2009 DPDK version."
6208
6209 # DPDK Performance Changes 3n-tsh 2t2c ndr
6210 - type: "table"
6211   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6212   algorithm: "table_comparison"
6213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6215   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6216   columns:
6217     - title: "2001"
6218       data-set: "dpdk-performance-changes-3n-tsh-h1"
6219     - title: "2005"
6220       data-set: "dpdk-performance-changes-3n-tsh-ref"
6221     - title: "2009"
6222       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6223   comparisons:
6224     - title: "Diff"
6225       reference: 2
6226       compare: 3
6227   legend:
6228     - ""
6229     - "2001, 2005, 2009 - DPDK versions tested."
6230     - "Diff - difference between 2005 and 2009 DPDK version."
6231
6232 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6233 - type: "table"
6234   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6235   algorithm: "table_comparison"
6236   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6238   filter: "'NIC_Intel-X710'"
6239   columns:
6240     - title: "3n-hsw x710"
6241       data-set: "dpdk-compare-testbeds-ref"
6242     - title: "3n-skx x710"
6243       data-set: "dpdk-compare-testbeds-cmp"
6244   comparisons:
6245     - title: "Diff"
6246       reference: 1
6247       compare: 2
6248   legend:
6249     - ""
6250     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6251     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6252
6253 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6254 - type: "table"
6255   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6256   algorithm: "table_comparison"
6257   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6259   filter: "'NIC_Intel-X710'"
6260   columns:
6261     - title: "3n-hsw x710"
6262       data-set: "dpdk-compare-testbeds-ref"
6263     - title: "3n-skx x710"
6264       data-set: "dpdk-compare-testbeds-cmp"
6265   comparisons:
6266     - title: "Diff"
6267       reference: 1
6268       compare: 2
6269   legend:
6270     - ""
6271     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6272     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6273
6274 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6275 - type: "table"
6276   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6277   algorithm: "table_comparison"
6278   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6280   filter: "'NIC_Intel-XXV710'"
6281   columns:
6282     - title: "2n-skx"
6283       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6284     - title: "2n-clx"
6285       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6286   comparisons:
6287     - title: "Diff"
6288       reference: 1
6289       compare: 2
6290   legend:
6291     - ""
6292     - "2n-skx, 2n-clx - testbeds and NICs tested."
6293     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6294
6295 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6296 - type: "table"
6297   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6298   algorithm: "table_comparison"
6299   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6301   filter: "'NIC_Intel-XXV710'"
6302   columns:
6303     - title: "2n-skx"
6304       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6305     - title: "2n-clx"
6306       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6307   comparisons:
6308     - title: "Diff"
6309       reference: 1
6310       compare: 2
6311   legend:
6312     - ""
6313     - "2n-skx, 2n-clx - testbeds and NICs tested."
6314     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6315
6316 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6317 - type: "table"
6318   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6319   algorithm: "table_comparison"
6320   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6322   filter: "'NIC_Intel-XXV710'"
6323   columns:
6324     - title: "3n-skx"
6325       data-set: "dpdk-compare-topologies-ref"
6326     - title: "2n-skx"
6327       data-set: "dpdk-compare-topologies-cmp"
6328   comparisons:
6329     - title: "Diff"
6330       reference: 1
6331       compare: 2
6332   legend:
6333     - ""
6334     - "3n-skx, 2n-skx - topologies tested."
6335     - "Diff - difference between 3n-skx and 2n-skx topologies."
6336
6337 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6338 - type: "table"
6339   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6340   algorithm: "table_comparison"
6341   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6343   filter: "'NIC_Intel-XXV710'"
6344   columns:
6345     - title: "3n-skx"
6346       data-set: "dpdk-compare-topologies-ref"
6347     - title: "2n-skx"
6348       data-set: "dpdk-compare-topologies-cmp"
6349   comparisons:
6350     - title: "Diff"
6351       reference: 1
6352       compare: 2
6353   legend:
6354     - ""
6355     - "3n-skx, 2n-skx - topologies tested."
6356     - "Diff - difference between 3n-skx and 2n-skx topologies."
6357
6358 # Detailed Test Results - DPDK Performance Results 3n-hsw
6359 - type: "table"
6360   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6361   algorithm: "table_merged_details"
6362   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6363   columns:
6364     - title: " |prein| Test Name |preout| "
6365       data: "data name"
6366     - 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| "
6367       data: "data msg"
6368   data: "dpdk-perf-results-3n-hsw"
6369   filter: "all"
6370   parameters:
6371   - "name"
6372   - "parent"
6373   - "msg"
6374
6375 # Detailed Test Results - DPDK Performance Results 3n-skx
6376 - type: "table"
6377   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6378   algorithm: "table_merged_details"
6379   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6380   columns:
6381     - title: " |prein| Test Name |preout| "
6382       data: "data name"
6383     - 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| "
6384       data: "data msg"
6385   data: "dpdk-perf-results-3n-skx"
6386   filter: "all"
6387   remove-ndr: False
6388   parameters:
6389   - "name"
6390   - "parent"
6391   - "msg"
6392
6393 # Detailed Test Results - DPDK Performance Results 2n-skx
6394 - type: "table"
6395   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6396   algorithm: "table_merged_details"
6397   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6398   columns:
6399     - title: " |prein| Test Name |preout| "
6400       data: "data name"
6401     - 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| "
6402       data: "data msg"
6403   data: "dpdk-perf-results-2n-skx"
6404   filter: "all"
6405   remove-ndr: False
6406   parameters:
6407   - "name"
6408   - "parent"
6409   - "msg"
6410
6411 # Detailed Test Results - DPDK Performance Results 2n-clx
6412 - type: "table"
6413   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6414   algorithm: "table_merged_details"
6415   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6416   columns:
6417     - title: " |prein| Test Name |preout| "
6418       data: "data name"
6419     - 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| "
6420       data: "data msg"
6421   data: "dpdk-perf-results-2n-clx"
6422   filter: "all"
6423   parameters:
6424   - "name"
6425   - "parent"
6426   - "msg"
6427
6428 # Detailed Test Results - DPDK Performance Results 2n-dnv
6429 - type: "table"
6430   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6431   algorithm: "table_merged_details"
6432   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6433   columns:
6434     - title: " |prein| Test Name |preout| "
6435       data: "data name"
6436     - 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| "
6437       data: "data msg"
6438   data: "dpdk-perf-results-2n-dnv"
6439   filter: "all"
6440   parameters:
6441   - "name"
6442   - "parent"
6443   - "msg"
6444
6445 # Detailed Test Results - DPDK Performance Results 3n-dnv
6446 - type: "table"
6447   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6448   algorithm: "table_merged_details"
6449   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6450   columns:
6451     - title: " |prein| Test Name |preout| "
6452       data: "data name"
6453     - 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| "
6454       data: "data msg"
6455   data: "dpdk-perf-results-3n-dnv"
6456   filter: "all"
6457   parameters:
6458   - "name"
6459   - "parent"
6460   - "msg"
6461
6462 # Detailed Test Results - DPDK Performance Results 3n-tsh
6463 - type: "table"
6464   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6465   algorithm: "table_merged_details"
6466   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6467   columns:
6468     - title: " |prein| Test Name |preout| "
6469       data: "data name"
6470     - 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| "
6471       data: "data msg"
6472   data: "dpdk-perf-results-3n-tsh"
6473   filter: "all"
6474   parameters:
6475   - "name"
6476   - "parent"
6477   - "msg"
6478
6479 ################################################################################
6480 ###                                F I L E S                                 ###
6481 ################################################################################
6482
6483 # VPP Performance Results
6484 - type: "file"
6485   title: "VPP Performance Results"
6486   algorithm: "file_details_split"
6487   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6488   dir-tables:
6489     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6490     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6491     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6492     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6493     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6494 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6495 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6496   data:
6497     - "vpp-perf-results-2n-skx"
6498     - "vpp-perf-results-3n-skx"
6499     - "vpp-perf-results-2n-clx"
6500     - "vpp-perf-results-3n-hsw"
6501     - "vpp-perf-results-3n-tsh"
6502 #    - "vpp-perf-results-2n-dnv"
6503 #    - "vpp-perf-results-3n-dnv"
6504   filter: "all"
6505   data-start-level: 4
6506   order-chapters:
6507     level-1:
6508       - "l2"
6509       - "ip4"
6510       - "ip6"
6511       - "srv6"
6512       - "ip4_tunnels"
6513       - "ip6_tunnels"
6514       - "vm_vhost"
6515       - "container_memif"
6516       - "crypto"
6517       - "vts"
6518       - "lb"
6519       - "nfv_density"
6520       - "hoststack"
6521     level-2:
6522       - "2n-skx"
6523       - "3n-skx"
6524       - "2n-clx"
6525       - "3n-hsw"
6526       - "3n-tsh"
6527       - "2n-dnv"
6528       - "3n-dnv"
6529     level-3:
6530       - "xl710"
6531       - "x520"
6532       - "xxv710"
6533       - "x710"
6534       - "x553"
6535       - "cx556a"
6536       - "vic1227"
6537       - "vic1385"
6538
6539 # VPP Performance Configuration
6540 - type: "file"
6541   title: "VPP Performance Configuration"
6542   algorithm: "file_details_split"
6543   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6544   dir-tables:
6545     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6546     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6547     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6548     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6549     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6550 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6551 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6552   data:
6553     - "vpp-perf-results-2n-skx"
6554     - "vpp-perf-results-3n-skx"
6555     - "vpp-perf-results-2n-clx"
6556     - "vpp-perf-results-3n-hsw"
6557     - "vpp-perf-results-3n-tsh"
6558 #    - "vpp-perf-results-2n-dnv"
6559 #    - "vpp-perf-results-3n-dnv"
6560   filter: "all"
6561   data-start-level: 4
6562   order-chapters:
6563     level-1:
6564       - "l2"
6565       - "ip4"
6566       - "ip6"
6567       - "srv6"
6568       - "ip4_tunnels"
6569       - "ip6_tunnels"
6570       - "vm_vhost"
6571       - "container_memif"
6572       - "crypto"
6573       - "vts"
6574       - "lb"
6575       - "nfv_density"
6576       - "hoststack"
6577     level-2:
6578       - "2n-skx"
6579       - "3n-skx"
6580       - "2n-clx"
6581       - "3n-hsw"
6582       - "3n-tsh"
6583       - "2n-dnv"
6584       - "3n-dnv"
6585     level-3:
6586       - "xl710"
6587       - "x520"
6588       - "xxv710"
6589       - "x710"
6590       - "x553"
6591       - "cx556a"
6592       - "vic1227"
6593       - "vic1385"
6594
6595 # VPP Performance Operational
6596 - type: "file"
6597   title: "VPP Performance Operational"
6598   algorithm: "file_details_split_html"
6599   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6600   dir-tables:
6601     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6602     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6603     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6604     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6605     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6606 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6607 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6608   data:
6609     - "vpp-perf-results-2n-skx"
6610     - "vpp-perf-results-3n-skx"
6611     - "vpp-perf-results-2n-clx"
6612     - "vpp-perf-results-3n-hsw"
6613     - "vpp-perf-results-3n-tsh"
6614 #    - "vpp-perf-results-2n-dnv"
6615 #    - "vpp-perf-results-3n-dnv"
6616   filter: "all"
6617   data-start-level: 4
6618   order-chapters:
6619     level-1:
6620       - "l2"
6621       - "ip4"
6622       - "ip6"
6623       - "srv6"
6624       - "ip4_tunnels"
6625       - "ip6_tunnels"
6626       - "vm_vhost"
6627       - "container_memif"
6628       - "crypto"
6629       - "vts"
6630       - "lb"
6631       - "nfv_density"
6632       - "hoststack"
6633     level-2:
6634       - "2n-skx"
6635       - "3n-skx"
6636       - "2n-clx"
6637       - "3n-hsw"
6638       - "3n-tsh"
6639       - "2n-dnv"
6640       - "3n-dnv"
6641     level-3:
6642       - "xl710"
6643       - "x520"
6644       - "xxv710"
6645       - "x710"
6646       - "x553"
6647       - "cx556a"
6648       - "vic1227"
6649       - "vic1385"
6650
6651 # VPP MRR Results
6652 - type: "file"
6653   title: "VPP MRR Results"
6654   algorithm: "file_details_split"
6655   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6656   dir-tables:
6657     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6658     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6659     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6660     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6661     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6662 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6663 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6664   data:
6665     - "vpp-mrr-results-2n-skx"
6666     - "vpp-mrr-results-3n-skx"
6667     - "vpp-mrr-results-2n-clx"
6668     - "vpp-mrr-results-3n-hsw"
6669     - "vpp-mrr-results-3n-tsh"
6670 #    - "vpp-mrr-results-2n-dnv"
6671 #    - "vpp-mrr-results-3n-dnv"
6672   filter: "all"
6673   data-start-level: 4
6674   order-chapters:
6675     level-1:
6676       - "l2"
6677       - "ip4"
6678       - "ip6"
6679       - "srv6"
6680       - "ip4_tunnels"
6681       - "ip6_tunnels"
6682       - "vm_vhost"
6683       - "container_memif"
6684       - "crypto"
6685       - "vts"
6686       - "lb"
6687       - "nfv_density"
6688       - "hoststack"
6689     level-2:
6690       - "2n-skx"
6691       - "3n-skx"
6692       - "2n-clx"
6693       - "3n-hsw"
6694       - "3n-tsh"
6695       - "2n-dnv"
6696       - "3n-dnv"
6697     level-3:
6698       - "xl710"
6699       - "x520"
6700       - "xxv710"
6701       - "x710"
6702       - "x553"
6703       - "cx556a"
6704       - "vic1227"
6705       - "vic1385"
6706
6707 # VPP MRR Configuration
6708 - type: "file"
6709   title: "VPP MRR Configuration"
6710   algorithm: "file_details_split"
6711   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6712   dir-tables:
6713     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6714     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6715     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6716     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6717     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6718     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6719     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6720   data:
6721     - "vpp-mrr-results-2n-skx"
6722     - "vpp-mrr-results-3n-skx"
6723     - "vpp-mrr-results-2n-clx"
6724     - "vpp-mrr-results-3n-hsw"
6725     - "vpp-mrr-results-3n-tsh"
6726 #    - "vpp-mrr-results-2n-dnv"
6727 #    - "vpp-mrr-results-3n-dnv"
6728   filter: "all"
6729   data-start-level: 4
6730   order-chapters:
6731     level-1:
6732       - "l2"
6733       - "ip4"
6734       - "ip6"
6735       - "srv6"
6736       - "ip4_tunnels"
6737       - "ip6_tunnels"
6738       - "vm_vhost"
6739       - "container_memif"
6740       - "crypto"
6741       - "vts"
6742       - "lb"
6743       - "nfv_density"
6744       - "hoststack"
6745     level-2:
6746       - "2n-skx"
6747       - "3n-skx"
6748       - "2n-clx"
6749       - "3n-hsw"
6750       - "3n-tsh"
6751       - "2n-dnv"
6752       - "3n-dnv"
6753     level-3:
6754       - "xl710"
6755       - "x520"
6756       - "xxv710"
6757       - "x710"
6758       - "x553"
6759       - "cx556a"
6760       - "vic1227"
6761       - "vic1385"
6762
6763 # VPP Device Results - Ubuntu
6764 - type: "file"
6765   title: "VPP Device Results - Ubuntu"
6766   algorithm: "file_test_results"
6767   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6768   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6769   data: "vpp-device-results-ubuntu"
6770   filter: "all"
6771   data-start-level: 4
6772
6773 # VPP Device Configuration - Ubuntu
6774 - type: "file"
6775   title: "VPP Device Configuration - Ubuntu"
6776   algorithm: "file_test_results"
6777   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6778   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6779   data: "vpp-device-results-ubuntu"
6780   filter: "all"
6781   data-start-level: 4
6782
6783 # DPDK Performance Results 3n-hsw
6784 - type: "file"
6785   title: "DPDK Performance Results 3n-hsw"
6786   algorithm: "file_test_results"
6787   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6788   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6789   data: "dpdk-perf-results-3n-hsw"
6790   filter: "all"
6791   data-start-level: 4
6792
6793 # DPDK Performance Results 3n-skx
6794 - type: "file"
6795   title: "DPDK Performance Results 3n-skx"
6796   algorithm: "file_test_results"
6797   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6798   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6799   data: "dpdk-perf-results-3n-skx"
6800   filter: "all"
6801   data-start-level: 4
6802
6803 # DPDK Performance Results 2n-skx
6804 - type: "file"
6805   title: "DPDK Performance Results 2n-skx"
6806   algorithm: "file_test_results"
6807   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6808   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6809   data: "dpdk-perf-results-2n-skx"
6810   filter: "all"
6811   data-start-level: 4
6812
6813 # DPDK Performance Results 2n-clx
6814 - type: "file"
6815   title: "DPDK Performance Results 2n-clx"
6816   algorithm: "file_test_results"
6817   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6818   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6819   data: "dpdk-perf-results-2n-clx"
6820   filter: "all"
6821   data-start-level: 4
6822
6823 # DPDK Performance Results 2n-dnv
6824 - type: "file"
6825   title: "DPDK Performance Results 2n-dnv"
6826   algorithm: "file_test_results"
6827   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6828   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6829   data: "dpdk-perf-results-2n-dnv"
6830   filter: "all"
6831   data-start-level: 4
6832
6833 # DPDK Performance Results 3n-dnv
6834 - type: "file"
6835   title: "DPDK Performance Results 3n-dnv"
6836   algorithm: "file_test_results"
6837   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6838   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6839   data: "dpdk-perf-results-3n-dnv"
6840   filter: "all"
6841   data-start-level: 4
6842
6843 # DPDK Performance Results 3n-tsh
6844 - type: "file"
6845   title: "DPDK Performance Results 3n-tsh"
6846   algorithm: "file_test_results"
6847   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6848   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6849   data: "dpdk-perf-results-3n-tsh"
6850   filter: "all"
6851   data-start-level: 4
6852
6853 ################################################################################
6854 ###                                P L O T S                                 ###
6855 ################################################################################
6856
6857 # Hoststack tests 3n-hsw
6858
6859 - type: "plot"
6860   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6861   algorithm: "plot_perf_box_name"
6862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6863   data: "plot-vpp-hoststack-3n-hsw"
6864   include:
6865     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6866     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6867   layout:
6868     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6869     layout: "plot-hoststack"
6870
6871 - type: "plot"
6872   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6873   algorithm: "plot_perf_box_name"
6874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6875   data: "plot-vpp-hoststack-3n-hsw"
6876   include:
6877     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6878     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6879   layout:
6880     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6881     layout: "plot-hoststack"
6882
6883 - type: "plot"
6884   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6885   algorithm: "plot_perf_box_name"
6886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6887   data: "plot-vpp-hoststack-3n-hsw"
6888   include:
6889     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6890     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6891     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6892     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6893   layout:
6894     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6895     layout: "plot-hoststack"
6896
6897 ################################################################################
6898
6899 # Soak Test (PLRsearch), boxes - 2n-clx
6900 - type: "plot"
6901   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6902   algorithm: "plot_perf_box_name"
6903   output-file-type: ".html"
6904   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6905   data: "plot-vpp-soak-2n-clx"
6906   include:
6907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6913   layout:
6914     title: "30 Minutes Soak Test (PLRsearch)"
6915     layout: "plot-soak-throughput"
6916
6917 # Soak Test (PLRsearch), boxes - 2n-clx
6918 - type: "plot"
6919   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6920   algorithm: "plot_perf_box_name"
6921   output-file-type: ".html"
6922   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6923   data: "plot-vpp-soak-2n-clx"
6924   include:
6925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6930     - "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"
6931   layout:
6932     title: "30 Minutes Soak Test (PLRsearch)"
6933     layout: "plot-soak-throughput"
6934
6935 # Soak Test (PLRsearch), boxes - 2n-skx
6936 - type: "plot"
6937   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6938   algorithm: "plot_perf_box_name"
6939   output-file-type: ".html"
6940   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6941   data: "plot-vpp-soak-2n-skx"
6942   include:
6943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6949   layout:
6950     title: "30 Minutes Soak Test (PLRsearch)"
6951     layout: "plot-soak-throughput"
6952
6953 # Soak Test (PLRsearch), boxes - 2n-skx
6954 - type: "plot"
6955   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6956   algorithm: "plot_perf_box_name"
6957   output-file-type: ".html"
6958   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6959   data: "plot-vpp-soak-2n-skx"
6960   include:
6961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6966     - "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"
6967   layout:
6968     title: "30 Minutes Soak Test (PLRsearch)"
6969     layout: "plot-soak-throughput"
6970
6971 ###############################################################################
6972
6973 # Reconf tests 2n-skx
6974
6975 - type: "plot"
6976   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6977   algorithm: "plot_nf_reconf_box_name"
6978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6979   data: "plot-vpp-nfv-reconf-2n-skx"
6980   include:
6981     - "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"
6982     - "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"
6983     - "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"
6984     - "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"
6985     - "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"
6986     - "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"
6987   layout:
6988     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6989     layout: "plot-throughput"
6990
6991 - type: "plot"
6992   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6993   algorithm: "plot_nf_reconf_box_name"
6994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6995   data: "plot-vpp-nfv-reconf-2n-skx"
6996   include:
6997     - "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"
6998     - "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"
6999     - "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"
7000     - "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"
7001     - "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"
7002     - "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"
7003   layout:
7004     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7005     layout: "plot-throughput"
7006
7007 - type: "plot"
7008   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7009   algorithm: "plot_nf_reconf_box_name"
7010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7011   data: "plot-vpp-nfv-reconf-2n-skx"
7012   include:
7013     - "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"
7014     - "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"
7015     - "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"
7016     - "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"
7017     - "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"
7018     - "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"
7019   layout:
7020     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7021     layout: "plot-throughput"
7022
7023 ###############################################################################
7024
7025 # Reconf tests 2n-clx
7026
7027 - type: "plot"
7028   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7029   algorithm: "plot_nf_reconf_box_name"
7030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7031   data: "plot-vpp-nfv-reconf-2n-clx"
7032   include:
7033     - "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"
7034     - "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"
7035     - "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"
7036     - "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"
7037   layout:
7038     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7039     layout: "plot-throughput"
7040
7041 - type: "plot"
7042   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7043   algorithm: "plot_nf_reconf_box_name"
7044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7045   data: "plot-vpp-nfv-reconf-2n-clx"
7046   include:
7047     - "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"
7048     - "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"
7049     - "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"
7050     - "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"
7051   layout:
7052     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7053     layout: "plot-throughput"
7054
7055 - type: "plot"
7056   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7057   algorithm: "plot_nf_reconf_box_name"
7058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7059   data: "plot-vpp-nfv-reconf-2n-clx"
7060   include:
7061     - "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"
7062     - "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"
7063     - "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"
7064     - "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"
7065   layout:
7066     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7067     layout: "plot-throughput"
7068
7069 ###############################################################################
7070
7071 # Plots - NF Density - VSC - MRR IMIX
7072 - type: "plot"
7073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7074   algorithm: "plot_nf_heatmap"
7075   output-file-type: ".html"
7076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7077   data: "plot-vpp-nfv-2n-skx-mrr"
7078   filter: "'NIC_Intel-XXV710' and
7079            'NF_DENSITY' and
7080            'VHOST' and
7081            not 'VXLAN' and
7082            'CHAIN' and
7083            'NF_VPPIP4' and
7084            'IMIX' and
7085            '2T1C' and
7086            'MRR'"
7087   parameters:
7088   - "result"
7089   - "name"
7090   - "tags"
7091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7092   x-axis: "X = VNFs per Service Chain"
7093   y-axis: "Y = Number of Service Chains"
7094   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7095   layout:
7096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7097     layout: "plot-service-density"
7098
7099 - type: "plot"
7100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7101   algorithm: "plot_nf_heatmap"
7102   output-file-type: ".html"
7103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7104   data: "plot-vpp-nfv-2n-skx-mrr"
7105   filter: "'NIC_Intel-XXV710' and
7106            'NF_DENSITY' and
7107            'VHOST' and
7108            not 'VXLAN' and
7109            'CHAIN' and
7110            'NF_VPPIP4' and
7111            'IMIX' and
7112            '4T2C' and
7113            'MRR'"
7114   parameters:
7115   - "result"
7116   - "name"
7117   - "tags"
7118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7119   x-axis: "X = VNFs per Service Chain"
7120   y-axis: "Y = Number of Service Chains"
7121   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7122   layout:
7123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7124     layout: "plot-service-density"
7125
7126 - type: "plot"
7127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7128   algorithm: "plot_nf_heatmap"
7129   output-file-type: ".html"
7130   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7131   data: "plot-vpp-nfv-2n-skx-mrr"
7132   filter: "'NIC_Intel-XXV710' and
7133            'NF_DENSITY' and
7134            'VHOST' and
7135            not 'VXLAN' and
7136            'CHAIN' and
7137            'NF_VPPIP4' and
7138            'IMIX' and
7139            '8T4C' and
7140            'MRR'"
7141   parameters:
7142   - "result"
7143   - "name"
7144   - "tags"
7145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7146   x-axis: "X = VNFs per Service Chain"
7147   y-axis: "Y = Number of Service Chains"
7148   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7149   layout:
7150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7151     layout: "plot-service-density"
7152
7153 # Plots - NF Density - VSC - NDR IMIX
7154 - type: "plot"
7155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7156   algorithm: "plot_nf_heatmap"
7157   output-file-type: ".html"
7158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7159   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7160   filter: "'NIC_Intel-XXV710' and
7161            'NF_DENSITY' and
7162            'VHOST' and
7163            not 'VXLAN' and
7164            'CHAIN' and
7165            'NF_VPPIP4' and
7166            'IMIX' and
7167            '2T1C' and
7168            'NDRPDR'"
7169   parameters:
7170   - "throughput"
7171   - "name"
7172   - "tags"
7173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7174   x-axis: "X = VNFs per Service Chain"
7175   y-axis: "Y = Number of Service Chains"
7176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7177   layout:
7178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7179     layout: "plot-service-density"
7180
7181 - type: "plot"
7182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7183   algorithm: "plot_nf_heatmap"
7184   output-file-type: ".html"
7185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7186   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7187   filter: "'NIC_Intel-XXV710' and
7188            'NF_DENSITY' and
7189            'VHOST' and
7190            not 'VXLAN' and
7191            'CHAIN' and
7192            'NF_VPPIP4' and
7193            'IMIX' and
7194            '4T2C' and
7195            'NDRPDR'"
7196   parameters:
7197   - "throughput"
7198   - "name"
7199   - "tags"
7200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7201   x-axis: "X = VNFs per Service Chain"
7202   y-axis: "Y = Number of Service Chains"
7203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7204   layout:
7205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7206     layout: "plot-service-density"
7207
7208 - type: "plot"
7209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7210   algorithm: "plot_nf_heatmap"
7211   output-file-type: ".html"
7212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7213   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7214   filter: "'NIC_Intel-XXV710' and
7215            'NF_DENSITY' and
7216            'VHOST' and
7217            not 'VXLAN' and
7218            'CHAIN' and
7219            'NF_VPPIP4' and
7220            'IMIX' and
7221            '8T4C' and
7222            'NDRPDR'"
7223   parameters:
7224   - "throughput"
7225   - "name"
7226   - "tags"
7227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7228   x-axis: "X = VNFs per Service Chain"
7229   y-axis: "Y = Number of Service Chains"
7230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7231   layout:
7232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7233     layout: "plot-service-density"
7234
7235 # Plots - NF Density - VSC - PDR IMIX
7236 - type: "plot"
7237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7238   algorithm: "plot_nf_heatmap"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7241   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7242   filter: "'NIC_Intel-XXV710' and
7243            'NF_DENSITY' and
7244            'VHOST' and
7245            not 'VXLAN' and
7246            'CHAIN' and
7247            'NF_VPPIP4' and
7248            'IMIX' and
7249            '2T1C' and
7250            'NDRPDR'"
7251   parameters:
7252   - "throughput"
7253   - "name"
7254   - "tags"
7255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7256   x-axis: "X = VNFs per Service Chain"
7257   y-axis: "Y = Number of Service Chains"
7258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7259   layout:
7260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7261     layout: "plot-service-density"
7262
7263 - type: "plot"
7264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7265   algorithm: "plot_nf_heatmap"
7266   output-file-type: ".html"
7267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7268   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7269   filter: "'NIC_Intel-XXV710' and
7270            'NF_DENSITY' and
7271            'VHOST' and
7272            not 'VXLAN' and
7273            'CHAIN' and
7274            'NF_VPPIP4' and
7275            'IMIX' and
7276            '4T2C' and
7277            'NDRPDR'"
7278   parameters:
7279   - "throughput"
7280   - "name"
7281   - "tags"
7282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7283   x-axis: "X = VNFs per Service Chain"
7284   y-axis: "Y = Number of Service Chains"
7285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7286   layout:
7287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7288     layout: "plot-service-density"
7289
7290 - type: "plot"
7291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7292   algorithm: "plot_nf_heatmap"
7293   output-file-type: ".html"
7294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7295   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7296   filter: "'NIC_Intel-XXV710' and
7297            'NF_DENSITY' and
7298            'VHOST' and
7299            not 'VXLAN' and
7300            'CHAIN' and
7301            'NF_VPPIP4' and
7302            'IMIX' and
7303            '8T4C' and
7304            'NDRPDR'"
7305   parameters:
7306   - "throughput"
7307   - "name"
7308   - "tags"
7309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7310   x-axis: "X = VNFs per Service Chain"
7311   y-axis: "Y = Number of Service Chains"
7312   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7313   layout:
7314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7315     layout: "plot-service-density"
7316
7317 ###############################################################################
7318
7319 # Plots - NF Density - VSC - MRR IMIX
7320 - type: "plot"
7321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7322   algorithm: "plot_nf_heatmap"
7323   output-file-type: ".html"
7324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7325   data: "plot-vpp-nfv-2n-skx-mrr"
7326   filter: "'NIC_Intel-XXV710' and
7327            'NF_DENSITY' and
7328            'VHOST' and
7329            'VXLAN' and
7330            'CHAIN' and
7331            'IMIX' and
7332            '2T1C' and
7333            'MRR'"
7334   parameters:
7335   - "result"
7336   - "name"
7337   - "tags"
7338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7339   x-axis: "X = VNFs per Service Chain"
7340   y-axis: "Y = Number of Service Chains"
7341   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7342   layout:
7343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7344     layout: "plot-service-density"
7345
7346 - type: "plot"
7347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7348   algorithm: "plot_nf_heatmap"
7349   output-file-type: ".html"
7350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7351   data: "plot-vpp-nfv-2n-skx-mrr"
7352   filter: "'NIC_Intel-XXV710' and
7353            'NF_DENSITY' and
7354            'VHOST' and
7355            'VXLAN' and
7356            'CHAIN' and
7357            'IMIX' and
7358            '4T2C' and
7359            'MRR'"
7360   parameters:
7361   - "result"
7362   - "name"
7363   - "tags"
7364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7365   x-axis: "X = VNFs per Service Chain"
7366   y-axis: "Y = Number of Service Chains"
7367   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7368   layout:
7369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7370     layout: "plot-service-density"
7371
7372 - type: "plot"
7373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7374   algorithm: "plot_nf_heatmap"
7375   output-file-type: ".html"
7376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7377   data: "plot-vpp-nfv-2n-skx-mrr"
7378   filter: "'NIC_Intel-XXV710' and
7379            'NF_DENSITY' and
7380            'VHOST' and
7381            'VXLAN' and
7382            'CHAIN' and
7383            'IMIX' and
7384            '8T4C' and
7385            'MRR'"
7386   parameters:
7387   - "result"
7388   - "name"
7389   - "tags"
7390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7391   x-axis: "X = VNFs per Service Chain"
7392   y-axis: "Y = Number of Service Chains"
7393   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7394   layout:
7395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7396     layout: "plot-service-density"
7397
7398 # Plots - NF Density - VSC - NDR IMIX
7399 - type: "plot"
7400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7401   algorithm: "plot_nf_heatmap"
7402   output-file-type: ".html"
7403   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7404   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7405   filter: "'NIC_Intel-XXV710' and
7406            'NF_DENSITY' and
7407            'VHOST' and
7408            'VXLAN' and
7409            'CHAIN' and
7410            'IMIX' and
7411            '2T1C' and
7412            'NDRPDR'"
7413   parameters:
7414   - "throughput"
7415   - "name"
7416   - "tags"
7417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7418   x-axis: "X = VNFs per Service Chain"
7419   y-axis: "Y = Number of Service Chains"
7420   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7421   layout:
7422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7423     layout: "plot-service-density"
7424
7425 - type: "plot"
7426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7427   algorithm: "plot_nf_heatmap"
7428   output-file-type: ".html"
7429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7430   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7431   filter: "'NIC_Intel-XXV710' and
7432            'NF_DENSITY' and
7433            'VHOST' and
7434            'VXLAN' and
7435            'CHAIN' and
7436            'IMIX' and
7437            '4T2C' and
7438            'NDRPDR'"
7439   parameters:
7440   - "throughput"
7441   - "name"
7442   - "tags"
7443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7444   x-axis: "X = VNFs per Service Chain"
7445   y-axis: "Y = Number of Service Chains"
7446   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7447   layout:
7448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7449     layout: "plot-service-density"
7450
7451 - type: "plot"
7452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7453   algorithm: "plot_nf_heatmap"
7454   output-file-type: ".html"
7455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7456   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7457   filter: "'NIC_Intel-XXV710' and
7458            'NF_DENSITY' and
7459            'VHOST' and
7460            'VXLAN' and
7461            'CHAIN' and
7462            'IMIX' and
7463            '8T4C' and
7464            'NDRPDR'"
7465   parameters:
7466   - "throughput"
7467   - "name"
7468   - "tags"
7469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7470   x-axis: "X = VNFs per Service Chain"
7471   y-axis: "Y = Number of Service Chains"
7472   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7473   layout:
7474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7475     layout: "plot-service-density"
7476
7477 # Plots - NF Density - VSC - PDR IMIX
7478 - type: "plot"
7479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7480   algorithm: "plot_nf_heatmap"
7481   output-file-type: ".html"
7482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7483   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7484   filter: "'NIC_Intel-XXV710' and
7485            'NF_DENSITY' and
7486            'VHOST' and
7487            'VXLAN' and
7488            'CHAIN' and
7489            'IMIX' and
7490            '2T1C' and
7491            'NDRPDR'"
7492   parameters:
7493   - "throughput"
7494   - "name"
7495   - "tags"
7496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7497   x-axis: "X = VNFs per Service Chain"
7498   y-axis: "Y = Number of Service Chains"
7499   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7500   layout:
7501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7502     layout: "plot-service-density"
7503
7504 - type: "plot"
7505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7506   algorithm: "plot_nf_heatmap"
7507   output-file-type: ".html"
7508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7509   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7510   filter: "'NIC_Intel-XXV710' and
7511            'NF_DENSITY' and
7512            'VHOST' and
7513            'VXLAN' and
7514            'CHAIN' and
7515            'IMIX' and
7516            '4T2C' and
7517            'NDRPDR'"
7518   parameters:
7519   - "throughput"
7520   - "name"
7521   - "tags"
7522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7523   x-axis: "X = VNFs per Service Chain"
7524   y-axis: "Y = Number of Service Chains"
7525   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7526   layout:
7527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7528     layout: "plot-service-density"
7529
7530 - type: "plot"
7531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7532   algorithm: "plot_nf_heatmap"
7533   output-file-type: ".html"
7534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7535   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7536   filter: "'NIC_Intel-XXV710' and
7537            'NF_DENSITY' and
7538            'VHOST' and
7539            'VXLAN' and
7540            'CHAIN' and
7541            'IMIX' and
7542            '8T4C' and
7543            'NDRPDR'"
7544   parameters:
7545   - "throughput"
7546   - "name"
7547   - "tags"
7548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7549   x-axis: "X = VNFs per Service Chain"
7550   y-axis: "Y = Number of Service Chains"
7551   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7552   layout:
7553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7554     layout: "plot-service-density"
7555
7556 ###############################################################################
7557
7558 # Plots - NF Density - CSC - MRR IMIX
7559 - type: "plot"
7560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7561   algorithm: "plot_nf_heatmap"
7562   output-file-type: ".html"
7563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7564   data: "plot-vpp-nfv-2n-skx-mrr"
7565   filter: "'NIC_Intel-XXV710' and
7566            'NF_DENSITY' and
7567            'DOCKER' and
7568            'CHAIN' and
7569            'NF_VPPIP4' and
7570            'IMIX' and
7571            '2T1C' and
7572            'MRR'"
7573   parameters:
7574   - "result"
7575   - "name"
7576   - "tags"
7577   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7578   x-axis: "X = CNFs per Service Chain"
7579   y-axis: "Y = Number of Service Chains"
7580   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7581   layout:
7582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7583     layout: "plot-service-density"
7584
7585 - type: "plot"
7586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7587   algorithm: "plot_nf_heatmap"
7588   output-file-type: ".html"
7589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7590   data: "plot-vpp-nfv-2n-skx-mrr"
7591   filter: "'NIC_Intel-XXV710' and
7592            'NF_DENSITY' and
7593            'DOCKER' and
7594            'CHAIN' and
7595            'NF_VPPIP4' and
7596            'IMIX' and
7597            '4T2C' and
7598            'MRR'"
7599   parameters:
7600   - "result"
7601   - "name"
7602   - "tags"
7603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7604   x-axis: "X = CNFs per Service Chain"
7605   y-axis: "Y = Number of Service Chains"
7606   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7607   layout:
7608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7609     layout: "plot-service-density"
7610
7611 - type: "plot"
7612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7613   algorithm: "plot_nf_heatmap"
7614   output-file-type: ".html"
7615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7616   data: "plot-vpp-nfv-2n-skx-mrr"
7617   filter: "'NIC_Intel-XXV710' and
7618            'NF_DENSITY' and
7619            'DOCKER' and
7620            'CHAIN' and
7621            'NF_VPPIP4' and
7622            'IMIX' and
7623            '8T4C' and
7624            'MRR'"
7625   parameters:
7626   - "result"
7627   - "name"
7628   - "tags"
7629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7630   x-axis: "X = CNFs per Service Chain"
7631   y-axis: "Y = Number of Service Chains"
7632   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7633   layout:
7634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7635     layout: "plot-service-density"
7636
7637 # Plots - NF Density - CSC - NDR IMIX
7638 - type: "plot"
7639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7640   algorithm: "plot_nf_heatmap"
7641   output-file-type: ".html"
7642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7643   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7644   filter: "'NIC_Intel-XXV710' and
7645            'NF_DENSITY' and
7646            'DOCKER' and
7647            'CHAIN' and
7648            'NF_VPPIP4' and
7649            'IMIX' and
7650            '2T1C' and
7651            'NDRPDR'"
7652   parameters:
7653   - "throughput"
7654   - "name"
7655   - "tags"
7656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7657   x-axis: "X = CNFs per Service Chain"
7658   y-axis: "Y = Number of Service Chains"
7659   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7660   layout:
7661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7662     layout: "plot-service-density"
7663
7664 - type: "plot"
7665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7666   algorithm: "plot_nf_heatmap"
7667   output-file-type: ".html"
7668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7669   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7670   filter: "'NIC_Intel-XXV710' and
7671            'NF_DENSITY' and
7672            'DOCKER' and
7673            'CHAIN' and
7674            'NF_VPPIP4' and
7675            'IMIX' and
7676            '4T2C' and
7677            'NDRPDR'"
7678   parameters:
7679   - "throughput"
7680   - "name"
7681   - "tags"
7682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7683   x-axis: "X = CNFs per Service Chain"
7684   y-axis: "Y = Number of Service Chains"
7685   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7686   layout:
7687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7688     layout: "plot-service-density"
7689
7690 - type: "plot"
7691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7692   algorithm: "plot_nf_heatmap"
7693   output-file-type: ".html"
7694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7695   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7696   filter: "'NIC_Intel-XXV710' and
7697            'NF_DENSITY' and
7698            'DOCKER' and
7699            'CHAIN' and
7700            'NF_VPPIP4' and
7701            'IMIX' and
7702            '8T4C' and
7703            'NDRPDR'"
7704   parameters:
7705   - "throughput"
7706   - "name"
7707   - "tags"
7708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7709   x-axis: "X = CNFs per Service Chain"
7710   y-axis: "Y = Number of Service Chains"
7711   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7712   layout:
7713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7714     layout: "plot-service-density"
7715
7716 # Plots - NF Density - CSC - PDR IMIX
7717 - type: "plot"
7718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7719   algorithm: "plot_nf_heatmap"
7720   output-file-type: ".html"
7721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7722   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7723   filter: "'NIC_Intel-XXV710' and
7724            'NF_DENSITY' and
7725            'DOCKER' and
7726            'CHAIN' and
7727            'NF_VPPIP4' and
7728            'IMIX' and
7729            '2T1C' and
7730            'NDRPDR'"
7731   parameters:
7732   - "throughput"
7733   - "name"
7734   - "tags"
7735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7736   x-axis: "X = CNFs per Service Chain"
7737   y-axis: "Y = Number of Service Chains"
7738   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7739   layout:
7740     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7741     layout: "plot-service-density"
7742
7743 - type: "plot"
7744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7745   algorithm: "plot_nf_heatmap"
7746   output-file-type: ".html"
7747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7748   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7749   filter: "'NIC_Intel-XXV710' and
7750            'NF_DENSITY' and
7751            'DOCKER' and
7752            'CHAIN' and
7753            'NF_VPPIP4' and
7754            'IMIX' and
7755            '4T2C' and
7756            'NDRPDR'"
7757   parameters:
7758   - "throughput"
7759   - "name"
7760   - "tags"
7761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7762   x-axis: "X = CNFs per Service Chain"
7763   y-axis: "Y = Number of Service Chains"
7764   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7765   layout:
7766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7767     layout: "plot-service-density"
7768
7769 - type: "plot"
7770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7771   algorithm: "plot_nf_heatmap"
7772   output-file-type: ".html"
7773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7774   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7775   filter: "'NIC_Intel-XXV710' and
7776            'NF_DENSITY' and
7777            'DOCKER' and
7778            'CHAIN' and
7779            'NF_VPPIP4' and
7780            'IMIX' and
7781            '8T4C' and
7782            'NDRPDR'"
7783   parameters:
7784   - "throughput"
7785   - "name"
7786   - "tags"
7787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7788   x-axis: "X = CNFs per Service Chain"
7789   y-axis: "Y = Number of Service Chains"
7790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7791   layout:
7792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7793     layout: "plot-service-density"
7794
7795 ################################################################################
7796 #
7797 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7798 #- type: "plot"
7799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7800 #  algorithm: "plot_nf_heatmap"
7801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7802 #  data: "plot-vpp-nfv-3n-skx-mrr"
7803 #  filter: "'NIC_Intel-XXV710' and
7804 #           'NF_DENSITY' and
7805 #           'DOCKER' and
7806 #           'CHAIN' and
7807 #           'NF_VPPIP4' and
7808 #           'IPSEC' and
7809 #           'TNL_4' and
7810 #           'IMIX' and
7811 #           '2T1C' and
7812 #           'MRR'"
7813 #  parameters:
7814 #  - "result"
7815 #  - "name"
7816 #  - "tags"
7817 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7818 #  x-axis: "X = CNFs per Service Chain"
7819 #  y-axis: "Y = Number of Service Chains"
7820 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7821 #  layout:
7822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7823 #    layout: "plot-service-density"
7824 #
7825 #- type: "plot"
7826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7827 #  algorithm: "plot_nf_heatmap"
7828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7829 #  data: "plot-vpp-nfv-3n-skx-mrr"
7830 #  filter: "'NIC_Intel-XXV710' and
7831 #           'NF_DENSITY' and
7832 #           'DOCKER' and
7833 #           'CHAIN' and
7834 #           'NF_VPPIP4' and
7835 #           'IPSEC' and
7836 #           'TNL_4' and
7837 #           'IMIX' and
7838 #           '4T2C' and
7839 #           'MRR'"
7840 #  parameters:
7841 #  - "result"
7842 #  - "name"
7843 #  - "tags"
7844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7845 #  x-axis: "X = CNFs per Service Chain"
7846 #  y-axis: "Y = Number of Service Chains"
7847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7848 #  layout:
7849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7850 #    layout: "plot-service-density"
7851 #
7852 #- type: "plot"
7853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7854 #  algorithm: "plot_nf_heatmap"
7855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7856 #  data: "plot-vpp-nfv-3n-skx-mrr"
7857 #  filter: "'NIC_Intel-XXV710' and
7858 #           'NF_DENSITY' and
7859 #           'DOCKER' and
7860 #           'CHAIN' and
7861 #           'NF_VPPIP4' and
7862 #           'IPSEC' and
7863 #           'TNL_4' and
7864 #           'IMIX' and
7865 #           '8T4C' and
7866 #           'MRR'"
7867 #  parameters:
7868 #  - "result"
7869 #  - "name"
7870 #  - "tags"
7871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7872 #  x-axis: "X = CNFs per Service Chain"
7873 #  y-axis: "Y = Number of Service Chains"
7874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7875 #  layout:
7876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7877 #    layout: "plot-service-density"
7878
7879 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7880 - type: "plot"
7881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7882   algorithm: "plot_nf_heatmap"
7883   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7884   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7885   filter: "'NIC_Intel-XXV710' and
7886            'NF_DENSITY' and
7887            'DOCKER' and
7888            'CHAIN' and
7889            'NF_VPPIP4' and
7890            'IPSEC' and
7891            'TNL_4' and
7892            'IMIX' and
7893            '2T1C' and
7894            'NDRPDR'"
7895   parameters:
7896   - "throughput"
7897   - "name"
7898   - "tags"
7899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7900   x-axis: "X = CNFs per Service Chain"
7901   y-axis: "Y = Number of Service Chains"
7902   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7903   layout:
7904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7905     layout: "plot-service-density"
7906
7907 - type: "plot"
7908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7909   algorithm: "plot_nf_heatmap"
7910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7911   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7912   filter: "'NIC_Intel-XXV710' and
7913            'NF_DENSITY' and
7914            'DOCKER' and
7915            'CHAIN' and
7916            'NF_VPPIP4' and
7917            'IPSEC' and
7918            'TNL_4' and
7919            'IMIX' and
7920            '4T2C' and
7921            'NDRPDR'"
7922   parameters:
7923   - "throughput"
7924   - "name"
7925   - "tags"
7926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7927   x-axis: "X = CNFs per Service Chain"
7928   y-axis: "Y = Number of Service Chains"
7929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7930   layout:
7931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7932     layout: "plot-service-density"
7933
7934 - type: "plot"
7935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7936   algorithm: "plot_nf_heatmap"
7937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7939   filter: "'NIC_Intel-XXV710' and
7940            'NF_DENSITY' and
7941            'DOCKER' and
7942            'CHAIN' and
7943            'NF_VPPIP4' and
7944            'IPSEC' and
7945            'TNL_4' and
7946            'IMIX' and
7947            '8T4C' and
7948            'NDRPDR'"
7949   parameters:
7950   - "throughput"
7951   - "name"
7952   - "tags"
7953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7954   x-axis: "X = CNFs per Service Chain"
7955   y-axis: "Y = Number of Service Chains"
7956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7957   layout:
7958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7959     layout: "plot-service-density"
7960
7961 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7962 - type: "plot"
7963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7964   algorithm: "plot_nf_heatmap"
7965   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7966   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7967   filter: "'NIC_Intel-XXV710' and
7968            'NF_DENSITY' and
7969            'DOCKER' and
7970            'CHAIN' and
7971            'NF_VPPIP4' and
7972            'IPSEC' and
7973            'TNL_4' and
7974            'IMIX' and
7975            '2T1C' and
7976            'NDRPDR'"
7977   parameters:
7978   - "throughput"
7979   - "name"
7980   - "tags"
7981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7982   x-axis: "X = CNFs per Service Chain"
7983   y-axis: "Y = Number of Service Chains"
7984   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7985   layout:
7986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7987     layout: "plot-service-density"
7988
7989 - type: "plot"
7990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7991   algorithm: "plot_nf_heatmap"
7992   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7993   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7994   filter: "'NIC_Intel-XXV710' and
7995            'NF_DENSITY' and
7996            'DOCKER' and
7997            'CHAIN' and
7998            'NF_VPPIP4' and
7999            'IPSEC' and
8000            'TNL_4' and
8001            'IMIX' and
8002            '4T2C' and
8003            'NDRPDR'"
8004   parameters:
8005   - "throughput"
8006   - "name"
8007   - "tags"
8008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8009   x-axis: "X = CNFs per Service Chain"
8010   y-axis: "Y = Number of Service Chains"
8011   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8012   layout:
8013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8014     layout: "plot-service-density"
8015
8016 - type: "plot"
8017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8018   algorithm: "plot_nf_heatmap"
8019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8020   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8021   filter: "'NIC_Intel-XXV710' and
8022            'NF_DENSITY' and
8023            'DOCKER' and
8024            'CHAIN' and
8025            'NF_VPPIP4' and
8026            'IPSEC' and
8027            'TNL_4' and
8028            'IMIX' and
8029            '8T4C' and
8030            'NDRPDR'"
8031   parameters:
8032   - "throughput"
8033   - "name"
8034   - "tags"
8035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8036   x-axis: "X = CNFs per Service Chain"
8037   y-axis: "Y = Number of Service Chains"
8038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8039   layout:
8040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8041     layout: "plot-service-density"
8042
8043 ###############################################################################
8044
8045 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8046 #- type: "plot"
8047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8048 #  algorithm: "plot_nf_heatmap"
8049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8050 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8051 #  filter: "'NIC_Intel-XL710' and
8052 #           'NF_DENSITY' and
8053 #           'DOCKER' and
8054 #           'CHAIN' and
8055 #           'NF_VPPIP4' and
8056 #           'IMIX' and
8057 #           'TNL_4' and
8058 #           '1T1C' and
8059 #           'MRR'"
8060 #  parameters:
8061 #  - "result"
8062 #  - "name"
8063 #  - "tags"
8064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8065 #  x-axis: "X = CNFs per Service Chain"
8066 #  y-axis: "Y = Number of Service Chains"
8067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8068 #  layout:
8069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8070 #    layout: "plot-service-density"
8071 #
8072 #- type: "plot"
8073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8074 #  algorithm: "plot_nf_heatmap"
8075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8076 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8077 #  filter: "'NIC_Intel-XL710' and
8078 #           'NF_DENSITY' and
8079 #           'DOCKER' and
8080 #           'CHAIN' and
8081 #           'NF_VPPIP4' and
8082 #           'IPSEC' and
8083 #           'TNL_4' and
8084 #           'IMIX' and
8085 #           '2T2C' and
8086 #           'MRR'"
8087 #  parameters:
8088 #  - "result"
8089 #  - "name"
8090 #  - "tags"
8091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8092 #  x-axis: "X = CNFs per Service Chain"
8093 #  y-axis: "Y = Number of Service Chains"
8094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8095 #  layout:
8096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8097 #    layout: "plot-service-density"
8098 #
8099 #- type: "plot"
8100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8101 #  algorithm: "plot_nf_heatmap"
8102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8103 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8104 #  filter: "'NIC_Intel-XL710' and
8105 #           'NF_DENSITY' and
8106 #           'DOCKER' and
8107 #           'CHAIN' and
8108 #           'NF_VPPIP4' and
8109 #           'IPSEC' and
8110 #           'TNL_4' and
8111 #           'IMIX' and
8112 #           '4T4C' and
8113 #           'MRR'"
8114 #  parameters:
8115 #  - "result"
8116 #  - "name"
8117 #  - "tags"
8118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8119 #  x-axis: "X = CNFs per Service Chain"
8120 #  y-axis: "Y = Number of Service Chains"
8121 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8122 #  layout:
8123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8124 #    layout: "plot-service-density"
8125
8126 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8127 #- type: "plot"
8128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8129 #  algorithm: "plot_nf_heatmap"
8130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8131 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8132 #  filter: "'NIC_Intel-XL710' and
8133 #           'NF_DENSITY' and
8134 #           'DOCKER' and
8135 #           'CHAIN' and
8136 #           'NF_VPPIP4' and
8137 #           'IPSEC' and
8138 #           'TNL_4' and
8139 #           'IMIX' and
8140 #           '1T1C' and
8141 #           'NDRPDR'"
8142 #  parameters:
8143 #  - "throughput"
8144 #  - "name"
8145 #  - "tags"
8146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8147 #  x-axis: "X = CNFs per Service Chain"
8148 #  y-axis: "Y = Number of Service Chains"
8149 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8150 #  layout:
8151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8152 #    layout: "plot-service-density"
8153 #
8154 #- type: "plot"
8155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8156 #  algorithm: "plot_nf_heatmap"
8157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8158 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8159 #  filter: "'NIC_Intel-XL710' and
8160 #           'NF_DENSITY' and
8161 #           'DOCKER' and
8162 #           'CHAIN' and
8163 #           'NF_VPPIP4' and
8164 #           'IPSEC' and
8165 #           'TNL_4' and
8166 #           'IMIX' and
8167 #           '2T2C' and
8168 #           'NDRPDR'"
8169 #  parameters:
8170 #  - "throughput"
8171 #  - "name"
8172 #  - "tags"
8173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8174 #  x-axis: "X = CNFs per Service Chain"
8175 #  y-axis: "Y = Number of Service Chains"
8176 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8177 #  layout:
8178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8179 #    layout: "plot-service-density"
8180 #
8181 #- type: "plot"
8182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8183 #  algorithm: "plot_nf_heatmap"
8184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8185 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8186 #  filter: "'NIC_Intel-XL710' and
8187 #           'NF_DENSITY' and
8188 #           'DOCKER' and
8189 #           'CHAIN' and
8190 #           'NF_VPPIP4' and
8191 #           'IPSEC' and
8192 #           'TNL_4' and
8193 #           'IMIX' and
8194 #           '4T4C' and
8195 #           'NDRPDR'"
8196 #  parameters:
8197 #  - "throughput"
8198 #  - "name"
8199 #  - "tags"
8200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8201 #  x-axis: "X = CNFs per Service Chain"
8202 #  y-axis: "Y = Number of Service Chains"
8203 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8204 #  layout:
8205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8206 #    layout: "plot-service-density"
8207 #
8208 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8209 #- type: "plot"
8210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8211 #  algorithm: "plot_nf_heatmap"
8212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8213 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8214 #  filter: "'NIC_Intel-XL710' and
8215 #           'NF_DENSITY' and
8216 #           'DOCKER' and
8217 #           'CHAIN' and
8218 #           'NF_VPPIP4' and
8219 #           'IPSEC' and
8220 #           'TNL_4' and
8221 #           'IMIX' and
8222 #           '1T1C' and
8223 #           'NDRPDR'"
8224 #  parameters:
8225 #  - "throughput"
8226 #  - "name"
8227 #  - "tags"
8228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8229 #  x-axis: "X = CNFs per Service Chain"
8230 #  y-axis: "Y = Number of Service Chains"
8231 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8232 #  layout:
8233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8234 #    layout: "plot-service-density"
8235 #
8236 #- type: "plot"
8237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8238 #  algorithm: "plot_nf_heatmap"
8239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8240 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8241 #  filter: "'NIC_Intel-XL710' and
8242 #           'NF_DENSITY' and
8243 #           'DOCKER' and
8244 #           'CHAIN' and
8245 #           'NF_VPPIP4' and
8246 #           'IPSEC' and
8247 #           'TNL_4' and
8248 #           'IMIX' and
8249 #           '2T2C' and
8250 #           'NDRPDR'"
8251 #  parameters:
8252 #  - "throughput"
8253 #  - "name"
8254 #  - "tags"
8255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8256 #  x-axis: "X = CNFs per Service Chain"
8257 #  y-axis: "Y = Number of Service Chains"
8258 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8259 #  layout:
8260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8261 #    layout: "plot-service-density"
8262 #
8263 #- type: "plot"
8264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8265 #  algorithm: "plot_nf_heatmap"
8266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8267 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8268 #  filter: "'NIC_Intel-XL710' and
8269 #           'NF_DENSITY' and
8270 #           'DOCKER' and
8271 #           'CHAIN' and
8272 #           'NF_VPPIP4' and
8273 #           'IPSEC' and
8274 #           'TNL_4' and
8275 #           'IMIX' and
8276 #           '4T4C' and
8277 #           'NDRPDR'"
8278 #  parameters:
8279 #  - "throughput"
8280 #  - "name"
8281 #  - "tags"
8282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8283 #  x-axis: "X = CNFs per Service Chain"
8284 #  y-axis: "Y = Number of Service Chains"
8285 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8286 #  layout:
8287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8288 #    layout: "plot-service-density"
8289
8290 ###############################################################################
8291
8292 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8293 #- type: "plot"
8294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8295 #  algorithm: "plot_nf_heatmap"
8296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8297 #  data: "plot-vpp-nfv-3n-skx-mrr"
8298 #  filter: "'NIC_Intel-XXV710' and
8299 #           'NF_DENSITY' and
8300 #           'DOCKER' and
8301 #           'CHAIN' and
8302 #           'NF_VPPIP4' and
8303 #           'IPSEC' and
8304 #           'TNL_1000' and
8305 #           'IMIX' and
8306 #           '2T1C' and
8307 #           'MRR'"
8308 #  parameters:
8309 #  - "result"
8310 #  - "name"
8311 #  - "tags"
8312 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8313 #  x-axis: "X = CNFs per Service Chain"
8314 #  y-axis: "Y = Number of Service Chains"
8315 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8316 #  layout:
8317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8318 #    layout: "plot-service-density"
8319 #
8320 #- type: "plot"
8321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8322 #  algorithm: "plot_nf_heatmap"
8323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8324 #  data: "plot-vpp-nfv-3n-skx-mrr"
8325 #  filter: "'NIC_Intel-XXV710' and
8326 #           'NF_DENSITY' and
8327 #           'DOCKER' and
8328 #           'CHAIN' and
8329 #           'NF_VPPIP4' and
8330 #           'IPSEC' and
8331 #           'TNL_1000' and
8332 #           'IMIX' and
8333 #           '4T2C' and
8334 #           'MRR'"
8335 #  parameters:
8336 #  - "result"
8337 #  - "name"
8338 #  - "tags"
8339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8340 #  x-axis: "X = CNFs per Service Chain"
8341 #  y-axis: "Y = Number of Service Chains"
8342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8343 #  layout:
8344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8345 #    layout: "plot-service-density"
8346 #
8347 #- type: "plot"
8348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8349 #  algorithm: "plot_nf_heatmap"
8350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8351 #  data: "plot-vpp-nfv-3n-skx-mrr"
8352 #  filter: "'NIC_Intel-XXV710' and
8353 #           'NF_DENSITY' and
8354 #           'DOCKER' and
8355 #           'CHAIN' and
8356 #           'NF_VPPIP4' and
8357 #           'IPSEC' and
8358 #           'TNL_1000' and
8359 #           'IMIX' and
8360 #           '8T4C' and
8361 #           'MRR'"
8362 #  parameters:
8363 #  - "result"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8367 #  x-axis: "X = CNFs per Service Chain"
8368 #  y-axis: "Y = Number of Service Chains"
8369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8372 #    layout: "plot-service-density"
8373
8374 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8375 - type: "plot"
8376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8377   algorithm: "plot_nf_heatmap"
8378   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8379   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8380   filter: "'NIC_Intel-XXV710' and
8381            'NF_DENSITY' and
8382            'DOCKER' and
8383            'CHAIN' and
8384            'NF_VPPIP4' and
8385            'IPSEC' and
8386            'TNL_1000' and
8387            'IMIX' and
8388            '2T1C' and
8389            'NDRPDR'"
8390   parameters:
8391   - "throughput"
8392   - "name"
8393   - "tags"
8394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8395   x-axis: "X = CNFs per Service Chain"
8396   y-axis: "Y = Number of Service Chains"
8397   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8398   layout:
8399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8400     layout: "plot-service-density"
8401
8402 - type: "plot"
8403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8404   algorithm: "plot_nf_heatmap"
8405   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8406   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8407   filter: "'NIC_Intel-XXV710' and
8408            'NF_DENSITY' and
8409            'DOCKER' and
8410            'CHAIN' and
8411            'NF_VPPIP4' and
8412            'IPSEC' and
8413            'TNL_1000' and
8414            'IMIX' and
8415            '4T2C' and
8416            'NDRPDR'"
8417   parameters:
8418   - "throughput"
8419   - "name"
8420   - "tags"
8421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8422   x-axis: "X = CNFs per Service Chain"
8423   y-axis: "Y = Number of Service Chains"
8424   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8425   layout:
8426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8427     layout: "plot-service-density"
8428
8429 - type: "plot"
8430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8431   algorithm: "plot_nf_heatmap"
8432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8434   filter: "'NIC_Intel-XXV710' and
8435            'NF_DENSITY' and
8436            'DOCKER' and
8437            'CHAIN' and
8438            'NF_VPPIP4' and
8439            'IPSEC' and
8440            'TNL_1000' and
8441            'IMIX' and
8442            '8T4C' and
8443            'NDRPDR'"
8444   parameters:
8445   - "throughput"
8446   - "name"
8447   - "tags"
8448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8449   x-axis: "X = CNFs per Service Chain"
8450   y-axis: "Y = Number of Service Chains"
8451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8452   layout:
8453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8454     layout: "plot-service-density"
8455
8456 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8457 - type: "plot"
8458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8459   algorithm: "plot_nf_heatmap"
8460   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8461   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8462   filter: "'NIC_Intel-XXV710' and
8463            'NF_DENSITY' and
8464            'DOCKER' and
8465            'CHAIN' and
8466            'NF_VPPIP4' and
8467            'IPSEC' and
8468            'TNL_1000' and
8469            'IMIX' and
8470            '2T1C' and
8471            'NDRPDR'"
8472   parameters:
8473   - "throughput"
8474   - "name"
8475   - "tags"
8476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8477   x-axis: "X = CNFs per Service Chain"
8478   y-axis: "Y = Number of Service Chains"
8479   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8480   layout:
8481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8482     layout: "plot-service-density"
8483
8484 - type: "plot"
8485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8486   algorithm: "plot_nf_heatmap"
8487   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8488   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8489   filter: "'NIC_Intel-XXV710' and
8490            'NF_DENSITY' and
8491            'DOCKER' and
8492            'CHAIN' and
8493            'NF_VPPIP4' and
8494            'IPSEC' and
8495            'TNL_1000' and
8496            'IMIX' and
8497            '4T2C' and
8498            'NDRPDR'"
8499   parameters:
8500   - "throughput"
8501   - "name"
8502   - "tags"
8503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8504   x-axis: "X = CNFs per Service Chain"
8505   y-axis: "Y = Number of Service Chains"
8506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8507   layout:
8508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8509     layout: "plot-service-density"
8510
8511 - type: "plot"
8512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8513   algorithm: "plot_nf_heatmap"
8514   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8515   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8516   filter: "'NIC_Intel-XXV710' and
8517            'NF_DENSITY' and
8518            'DOCKER' and
8519            'CHAIN' and
8520            'NF_VPPIP4' and
8521            'IPSEC' and
8522            'TNL_1000' and
8523            'IMIX' and
8524            '8T4C' and
8525            'NDRPDR'"
8526   parameters:
8527   - "throughput"
8528   - "name"
8529   - "tags"
8530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8531   x-axis: "X = CNFs per Service Chain"
8532   y-axis: "Y = Number of Service Chains"
8533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8534   layout:
8535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8536     layout: "plot-service-density"
8537
8538 ###############################################################################
8539
8540 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8541 #- type: "plot"
8542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8543 #  algorithm: "plot_nf_heatmap"
8544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8545 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8546 #  filter: "'NIC_Intel-XL710' and
8547 #           'NF_DENSITY' and
8548 #           'DOCKER' and
8549 #           'CHAIN' and
8550 #           'NF_VPPIP4' and
8551 #           'IMIX' and
8552 #           'TNL_1000' and
8553 #           '1T1C' and
8554 #           'MRR'"
8555 #  parameters:
8556 #  - "result"
8557 #  - "name"
8558 #  - "tags"
8559 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8560 #  x-axis: "X = CNFs per Service Chain"
8561 #  y-axis: "Y = Number of Service Chains"
8562 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8563 #  layout:
8564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8565 #    layout: "plot-service-density"
8566 #
8567 #- type: "plot"
8568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8569 #  algorithm: "plot_nf_heatmap"
8570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8571 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8572 #  filter: "'NIC_Intel-XL710' and
8573 #           'NF_DENSITY' and
8574 #           'DOCKER' and
8575 #           'CHAIN' and
8576 #           'NF_VPPIP4' and
8577 #           'IPSEC' and
8578 #           'TNL_1000' and
8579 #           'IMIX' and
8580 #           '2T2C' and
8581 #           'MRR'"
8582 #  parameters:
8583 #  - "result"
8584 #  - "name"
8585 #  - "tags"
8586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8587 #  x-axis: "X = CNFs per Service Chain"
8588 #  y-axis: "Y = Number of Service Chains"
8589 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8590 #  layout:
8591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8592 #    layout: "plot-service-density"
8593 #
8594 #- type: "plot"
8595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8596 #  algorithm: "plot_nf_heatmap"
8597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8598 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8599 #  filter: "'NIC_Intel-XL710' and
8600 #           'NF_DENSITY' and
8601 #           'DOCKER' and
8602 #           'CHAIN' and
8603 #           'NF_VPPIP4' and
8604 #           'IPSEC' and
8605 #           'TNL_1000' and
8606 #           'IMIX' and
8607 #           '4T4C' and
8608 #           'MRR'"
8609 #  parameters:
8610 #  - "result"
8611 #  - "name"
8612 #  - "tags"
8613 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8614 #  x-axis: "X = CNFs per Service Chain"
8615 #  y-axis: "Y = Number of Service Chains"
8616 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8617 #  layout:
8618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8619 #    layout: "plot-service-density"
8620
8621 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8622 #- type: "plot"
8623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8624 #  algorithm: "plot_nf_heatmap"
8625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8626 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8627 #  filter: "'NIC_Intel-XL710' and
8628 #           'NF_DENSITY' and
8629 #           'DOCKER' and
8630 #           'CHAIN' and
8631 #           'NF_VPPIP4' and
8632 #           'IPSEC' and
8633 #           'TNL_1000' and
8634 #           'IMIX' and
8635 #           '1T1C' and
8636 #           'NDRPDR'"
8637 #  parameters:
8638 #  - "throughput"
8639 #  - "name"
8640 #  - "tags"
8641 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8642 #  x-axis: "X = CNFs per Service Chain"
8643 #  y-axis: "Y = Number of Service Chains"
8644 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8645 #  layout:
8646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8647 #    layout: "plot-service-density"
8648 #
8649 #- type: "plot"
8650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8651 #  algorithm: "plot_nf_heatmap"
8652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8653 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8654 #  filter: "'NIC_Intel-XL710' and
8655 #           'NF_DENSITY' and
8656 #           'DOCKER' and
8657 #           'CHAIN' and
8658 #           'NF_VPPIP4' and
8659 #           'IPSEC' and
8660 #           'TNL_1000' and
8661 #           'IMIX' and
8662 #           '2T2C' and
8663 #           'NDRPDR'"
8664 #  parameters:
8665 #  - "throughput"
8666 #  - "name"
8667 #  - "tags"
8668 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8669 #  x-axis: "X = CNFs per Service Chain"
8670 #  y-axis: "Y = Number of Service Chains"
8671 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8672 #  layout:
8673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8674 #    layout: "plot-service-density"
8675 #
8676 #- type: "plot"
8677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8678 #  algorithm: "plot_nf_heatmap"
8679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8680 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8681 #  filter: "'NIC_Intel-XL710' and
8682 #           'NF_DENSITY' and
8683 #           'DOCKER' and
8684 #           'CHAIN' and
8685 #           'NF_VPPIP4' and
8686 #           'IPSEC' and
8687 #           'TNL_1000' and
8688 #           'IMIX' and
8689 #           '4T4C' and
8690 #           'NDRPDR'"
8691 #  parameters:
8692 #  - "throughput"
8693 #  - "name"
8694 #  - "tags"
8695 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8696 #  x-axis: "X = CNFs per Service Chain"
8697 #  y-axis: "Y = Number of Service Chains"
8698 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8699 #  layout:
8700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8701 #    layout: "plot-service-density"
8702 #
8703 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8704 #- type: "plot"
8705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8706 #  algorithm: "plot_nf_heatmap"
8707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8708 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8709 #  filter: "'NIC_Intel-XL710' and
8710 #           'NF_DENSITY' and
8711 #           'DOCKER' and
8712 #           'CHAIN' and
8713 #           'NF_VPPIP4' and
8714 #           'IPSEC' and
8715 #           'TNL_1000' and
8716 #           'IMIX' and
8717 #           '1T1C' and
8718 #           'NDRPDR'"
8719 #  parameters:
8720 #  - "throughput"
8721 #  - "name"
8722 #  - "tags"
8723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8724 #  x-axis: "X = CNFs per Service Chain"
8725 #  y-axis: "Y = Number of Service Chains"
8726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8727 #  layout:
8728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8729 #    layout: "plot-service-density"
8730 #
8731 #- type: "plot"
8732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8733 #  algorithm: "plot_nf_heatmap"
8734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8735 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8736 #  filter: "'NIC_Intel-XL710' and
8737 #           'NF_DENSITY' and
8738 #           'DOCKER' and
8739 #           'CHAIN' and
8740 #           'NF_VPPIP4' and
8741 #           'IPSEC' and
8742 #           'TNL_1000' and
8743 #           'IMIX' and
8744 #           '2T2C' and
8745 #           'NDRPDR'"
8746 #  parameters:
8747 #  - "throughput"
8748 #  - "name"
8749 #  - "tags"
8750 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8751 #  x-axis: "X = CNFs per Service Chain"
8752 #  y-axis: "Y = Number of Service Chains"
8753 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8754 #  layout:
8755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8756 #    layout: "plot-service-density"
8757 #
8758 #- type: "plot"
8759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8760 #  algorithm: "plot_nf_heatmap"
8761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8762 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8763 #  filter: "'NIC_Intel-XL710' and
8764 #           'NF_DENSITY' and
8765 #           'DOCKER' and
8766 #           'CHAIN' and
8767 #           'NF_VPPIP4' and
8768 #           'IPSEC' and
8769 #           'TNL_1000' and
8770 #           'IMIX' and
8771 #           '4T4C' and
8772 #           'NDRPDR'"
8773 #  parameters:
8774 #  - "throughput"
8775 #  - "name"
8776 #  - "tags"
8777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8778 #  x-axis: "X = CNFs per Service Chain"
8779 #  y-axis: "Y = Number of Service Chains"
8780 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8781 #  layout:
8782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8783 #    layout: "plot-service-density"
8784
8785 ###############################################################################
8786
8787 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8788 #- type: "plot"
8789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8790 #  algorithm: "plot_nf_heatmap"
8791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8792 #  data: "plot-vpp-nfv-3n-skx-mrr"
8793 #  filter: "'NIC_Intel-XXV710' and
8794 #           'NF_DENSITY' and
8795 #           'DOCKER' and
8796 #           'CHAIN' and
8797 #           'NF_VPPIP4' and
8798 #           'IPSEC' and
8799 #           'TNL_10000' and
8800 #           'IMIX' and
8801 #           '2T1C' and
8802 #           'MRR'"
8803 #  parameters:
8804 #  - "result"
8805 #  - "name"
8806 #  - "tags"
8807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8808 #  x-axis: "X = CNFs per Service Chain"
8809 #  y-axis: "Y = Number of Service Chains"
8810 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8811 #  layout:
8812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8813 #    layout: "plot-service-density"
8814 #
8815 #- type: "plot"
8816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8817 #  algorithm: "plot_nf_heatmap"
8818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8819 #  data: "plot-vpp-nfv-3n-skx-mrr"
8820 #  filter: "'NIC_Intel-XXV710' and
8821 #           'NF_DENSITY' and
8822 #           'DOCKER' and
8823 #           'CHAIN' and
8824 #           'NF_VPPIP4' and
8825 #           'IPSEC' and
8826 #           'TNL_10000' and
8827 #           'IMIX' and
8828 #           '4T2C' and
8829 #           'MRR'"
8830 #  parameters:
8831 #  - "result"
8832 #  - "name"
8833 #  - "tags"
8834 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8835 #  x-axis: "X = CNFs per Service Chain"
8836 #  y-axis: "Y = Number of Service Chains"
8837 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8838 #  layout:
8839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8840 #    layout: "plot-service-density"
8841 #
8842 #- type: "plot"
8843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8844 #  algorithm: "plot_nf_heatmap"
8845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8846 #  data: "plot-vpp-nfv-3n-skx-mrr"
8847 #  filter: "'NIC_Intel-XXV710' and
8848 #           'NF_DENSITY' and
8849 #           'DOCKER' and
8850 #           'CHAIN' and
8851 #           'NF_VPPIP4' and
8852 #           'IPSEC' and
8853 #           'TNL_10000' and
8854 #           'IMIX' and
8855 #           '8T4C' and
8856 #           'MRR'"
8857 #  parameters:
8858 #  - "result"
8859 #  - "name"
8860 #  - "tags"
8861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8862 #  x-axis: "X = CNFs per Service Chain"
8863 #  y-axis: "Y = Number of Service Chains"
8864 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8865 #  layout:
8866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8867 #    layout: "plot-service-density"
8868
8869 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8870 - type: "plot"
8871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8872   algorithm: "plot_nf_heatmap"
8873   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8874   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8875   filter: "'NIC_Intel-XXV710' and
8876            'NF_DENSITY' and
8877            'DOCKER' and
8878            'CHAIN' and
8879            'NF_VPPIP4' and
8880            'IPSEC' and
8881            'TNL_10000' and
8882            'IMIX' and
8883            '2T1C' and
8884            'NDRPDR'"
8885   parameters:
8886   - "throughput"
8887   - "name"
8888   - "tags"
8889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8890   x-axis: "X = CNFs per Service Chain"
8891   y-axis: "Y = Number of Service Chains"
8892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8893   layout:
8894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8895     layout: "plot-service-density"
8896
8897 - type: "plot"
8898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8899   algorithm: "plot_nf_heatmap"
8900   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8901   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8902   filter: "'NIC_Intel-XXV710' and
8903            'NF_DENSITY' and
8904            'DOCKER' and
8905            'CHAIN' and
8906            'NF_VPPIP4' and
8907            'IPSEC' and
8908            'TNL_10000' and
8909            'IMIX' and
8910            '4T2C' and
8911            'NDRPDR'"
8912   parameters:
8913   - "throughput"
8914   - "name"
8915   - "tags"
8916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8917   x-axis: "X = CNFs per Service Chain"
8918   y-axis: "Y = Number of Service Chains"
8919   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8920   layout:
8921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8922     layout: "plot-service-density"
8923
8924 - type: "plot"
8925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8926   algorithm: "plot_nf_heatmap"
8927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8928   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8929   filter: "'NIC_Intel-XXV710' and
8930            'NF_DENSITY' and
8931            'DOCKER' and
8932            'CHAIN' and
8933            'NF_VPPIP4' and
8934            'IPSEC' and
8935            'TNL_10000' and
8936            'IMIX' and
8937            '8T4C' and
8938            'NDRPDR'"
8939   parameters:
8940   - "throughput"
8941   - "name"
8942   - "tags"
8943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8944   x-axis: "X = CNFs per Service Chain"
8945   y-axis: "Y = Number of Service Chains"
8946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8947   layout:
8948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8949     layout: "plot-service-density"
8950
8951 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8952 - type: "plot"
8953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8954   algorithm: "plot_nf_heatmap"
8955   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8956   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8957   filter: "'NIC_Intel-XXV710' and
8958            'NF_DENSITY' and
8959            'DOCKER' and
8960            'CHAIN' and
8961            'NF_VPPIP4' and
8962            'IPSEC' and
8963            'TNL_10000' and
8964            'IMIX' and
8965            '2T1C' and
8966            'NDRPDR'"
8967   parameters:
8968   - "throughput"
8969   - "name"
8970   - "tags"
8971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8972   x-axis: "X = CNFs per Service Chain"
8973   y-axis: "Y = Number of Service Chains"
8974   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8975   layout:
8976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8977     layout: "plot-service-density"
8978
8979 - type: "plot"
8980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8981   algorithm: "plot_nf_heatmap"
8982   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8983   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8984   filter: "'NIC_Intel-XXV710' and
8985            'NF_DENSITY' and
8986            'DOCKER' and
8987            'CHAIN' and
8988            'NF_VPPIP4' and
8989            'IPSEC' and
8990            'TNL_10000' and
8991            'IMIX' and
8992            '4T2C' and
8993            'NDRPDR'"
8994   parameters:
8995   - "throughput"
8996   - "name"
8997   - "tags"
8998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8999   x-axis: "X = CNFs per Service Chain"
9000   y-axis: "Y = Number of Service Chains"
9001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9002   layout:
9003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9004     layout: "plot-service-density"
9005
9006 - type: "plot"
9007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9008   algorithm: "plot_nf_heatmap"
9009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9010   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9011   filter: "'NIC_Intel-XXV710' and
9012            'NF_DENSITY' and
9013            'DOCKER' and
9014            'CHAIN' and
9015            'NF_VPPIP4' and
9016            'IPSEC' and
9017            'TNL_10000' and
9018            'IMIX' and
9019            '8T4C' and
9020            'NDRPDR'"
9021   parameters:
9022   - "throughput"
9023   - "name"
9024   - "tags"
9025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9026   x-axis: "X = CNFs per Service Chain"
9027   y-axis: "Y = Number of Service Chains"
9028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9029   layout:
9030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9031     layout: "plot-service-density"
9032
9033 ###############################################################################
9034
9035 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9036 #- type: "plot"
9037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9038 #  algorithm: "plot_nf_heatmap"
9039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9040 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9041 #  filter: "'NIC_Intel-XL710' and
9042 #           'NF_DENSITY' and
9043 #           'DOCKER' and
9044 #           'CHAIN' and
9045 #           'NF_VPPIP4' and
9046 #           'IMIX' and
9047 #           'TNL_10000' and
9048 #           '1T1C' and
9049 #           'MRR'"
9050 #  parameters:
9051 #  - "result"
9052 #  - "name"
9053 #  - "tags"
9054 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9055 #  x-axis: "X = CNFs per Service Chain"
9056 #  y-axis: "Y = Number of Service Chains"
9057 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9058 #  layout:
9059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9060 #    layout: "plot-service-density"
9061 #
9062 #- type: "plot"
9063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9064 #  algorithm: "plot_nf_heatmap"
9065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9066 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9067 #  filter: "'NIC_Intel-XL710' and
9068 #           'NF_DENSITY' and
9069 #           'DOCKER' and
9070 #           'CHAIN' and
9071 #           'NF_VPPIP4' and
9072 #           'IPSEC' and
9073 #           'TNL_10000' and
9074 #           'IMIX' and
9075 #           '2T2C' and
9076 #           'MRR'"
9077 #  parameters:
9078 #  - "result"
9079 #  - "name"
9080 #  - "tags"
9081 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9082 #  x-axis: "X = CNFs per Service Chain"
9083 #  y-axis: "Y = Number of Service Chains"
9084 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9085 #  layout:
9086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9087 #    layout: "plot-service-density"
9088 #
9089 #- type: "plot"
9090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9091 #  algorithm: "plot_nf_heatmap"
9092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9093 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9094 #  filter: "'NIC_Intel-XL710' and
9095 #           'NF_DENSITY' and
9096 #           'DOCKER' and
9097 #           'CHAIN' and
9098 #           'NF_VPPIP4' and
9099 #           'IPSEC' and
9100 #           'TNL_10000' and
9101 #           'IMIX' and
9102 #           '4T4C' and
9103 #           'MRR'"
9104 #  parameters:
9105 #  - "result"
9106 #  - "name"
9107 #  - "tags"
9108 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9109 #  x-axis: "X = CNFs per Service Chain"
9110 #  y-axis: "Y = Number of Service Chains"
9111 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9112 #  layout:
9113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9114 #    layout: "plot-service-density"
9115
9116 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9117 #- type: "plot"
9118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9119 #  algorithm: "plot_nf_heatmap"
9120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9121 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9122 #  filter: "'NIC_Intel-XL710' and
9123 #           'NF_DENSITY' and
9124 #           'DOCKER' and
9125 #           'CHAIN' and
9126 #           'NF_VPPIP4' and
9127 #           'IPSEC' and
9128 #           'TNL_10000' and
9129 #           'IMIX' and
9130 #           '1T1C' and
9131 #           'NDRPDR'"
9132 #  parameters:
9133 #  - "throughput"
9134 #  - "name"
9135 #  - "tags"
9136 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9137 #  x-axis: "X = CNFs per Service Chain"
9138 #  y-axis: "Y = Number of Service Chains"
9139 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9140 #  layout:
9141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9142 #    layout: "plot-service-density"
9143 #
9144 #- type: "plot"
9145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9146 #  algorithm: "plot_nf_heatmap"
9147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9148 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9149 #  filter: "'NIC_Intel-XL710' and
9150 #           'NF_DENSITY' and
9151 #           'DOCKER' and
9152 #           'CHAIN' and
9153 #           'NF_VPPIP4' and
9154 #           'IPSEC' and
9155 #           'TNL_10000' and
9156 #           'IMIX' and
9157 #           '2T2C' and
9158 #           'NDRPDR'"
9159 #  parameters:
9160 #  - "throughput"
9161 #  - "name"
9162 #  - "tags"
9163 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9164 #  x-axis: "X = CNFs per Service Chain"
9165 #  y-axis: "Y = Number of Service Chains"
9166 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9167 #  layout:
9168 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9169 #    layout: "plot-service-density"
9170 #
9171 #- type: "plot"
9172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9173 #  algorithm: "plot_nf_heatmap"
9174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9175 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9176 #  filter: "'NIC_Intel-XL710' and
9177 #           'NF_DENSITY' and
9178 #           'DOCKER' and
9179 #           'CHAIN' and
9180 #           'NF_VPPIP4' and
9181 #           'IPSEC' and
9182 #           'TNL_10000' and
9183 #           'IMIX' and
9184 #           '4T4C' and
9185 #           'NDRPDR'"
9186 #  parameters:
9187 #  - "throughput"
9188 #  - "name"
9189 #  - "tags"
9190 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9191 #  x-axis: "X = CNFs per Service Chain"
9192 #  y-axis: "Y = Number of Service Chains"
9193 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9194 #  layout:
9195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9196 #    layout: "plot-service-density"
9197 #
9198 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9199 #- type: "plot"
9200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9201 #  algorithm: "plot_nf_heatmap"
9202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9203 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9204 #  filter: "'NIC_Intel-XL710' and
9205 #           'NF_DENSITY' and
9206 #           'DOCKER' and
9207 #           'CHAIN' and
9208 #           'NF_VPPIP4' and
9209 #           'IPSEC' and
9210 #           'TNL_10000' and
9211 #           'IMIX' and
9212 #           '1T1C' and
9213 #           'NDRPDR'"
9214 #  parameters:
9215 #  - "throughput"
9216 #  - "name"
9217 #  - "tags"
9218 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9219 #  x-axis: "X = CNFs per Service Chain"
9220 #  y-axis: "Y = Number of Service Chains"
9221 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9222 #  layout:
9223 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9224 #    layout: "plot-service-density"
9225 #
9226 #- type: "plot"
9227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9228 #  algorithm: "plot_nf_heatmap"
9229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9230 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9231 #  filter: "'NIC_Intel-XL710' and
9232 #           'NF_DENSITY' and
9233 #           'DOCKER' and
9234 #           'CHAIN' and
9235 #           'NF_VPPIP4' and
9236 #           'IPSEC' and
9237 #           'TNL_10000' and
9238 #           'IMIX' and
9239 #           '2T2C' and
9240 #           'NDRPDR'"
9241 #  parameters:
9242 #  - "throughput"
9243 #  - "name"
9244 #  - "tags"
9245 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9246 #  x-axis: "X = CNFs per Service Chain"
9247 #  y-axis: "Y = Number of Service Chains"
9248 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9249 #  layout:
9250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9251 #    layout: "plot-service-density"
9252 #
9253 #- type: "plot"
9254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9255 #  algorithm: "plot_nf_heatmap"
9256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9257 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9258 #  filter: "'NIC_Intel-XL710' and
9259 #           'NF_DENSITY' and
9260 #           'DOCKER' and
9261 #           'CHAIN' and
9262 #           'NF_VPPIP4' and
9263 #           'IPSEC' and
9264 #           'TNL_10000' and
9265 #           'IMIX' and
9266 #           '4T4C' and
9267 #           'NDRPDR'"
9268 #  parameters:
9269 #  - "throughput"
9270 #  - "name"
9271 #  - "tags"
9272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9273 #  x-axis: "X = CNFs per Service Chain"
9274 #  y-axis: "Y = Number of Service Chains"
9275 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9276 #  layout:
9277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9278 #    layout: "plot-service-density"
9279
9280 ###############################################################################
9281
9282 # Plots - NF Density - CSP - MRR IMIX
9283 - type: "plot"
9284   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9285   algorithm: "plot_nf_heatmap"
9286   output-file-type: ".html"
9287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9288   data: "plot-vpp-nfv-2n-skx-mrr"
9289   filter: "'NIC_Intel-XXV710' and
9290            'NF_DENSITY' and
9291            'DOCKER' and
9292            'PIPELINE' and
9293            'NF_VPPIP4' and
9294            'IMIX' and
9295            '2T1C' and
9296            'MRR'"
9297   parameters:
9298   - "result"
9299   - "name"
9300   - "tags"
9301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9302   x-axis: "X = CNFs per Service Pipeline"
9303   y-axis: "Y = Number of Service Pipelines"
9304   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9305   layout:
9306     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9307     layout: "plot-service-density"
9308
9309 - type: "plot"
9310   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9311   algorithm: "plot_nf_heatmap"
9312   output-file-type: ".html"
9313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9314   data: "plot-vpp-nfv-2n-skx-mrr"
9315   filter: "'NIC_Intel-XXV710' and
9316            'NF_DENSITY' and
9317            'DOCKER' and
9318            'PIPELINE' and
9319            'NF_VPPIP4' and
9320            'IMIX' and
9321            '4T2C' and
9322            'MRR'"
9323   parameters:
9324   - "result"
9325   - "name"
9326   - "tags"
9327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9328   x-axis: "X = CNFs per Service Pipeline"
9329   y-axis: "Y = Number of Service Pipelines"
9330   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9331   layout:
9332     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9333     layout: "plot-service-density"
9334
9335 - type: "plot"
9336   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9337   algorithm: "plot_nf_heatmap"
9338   output-file-type: ".html"
9339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9340   data: "plot-vpp-nfv-2n-skx-mrr"
9341   filter: "'NIC_Intel-XXV710' and
9342            'NF_DENSITY' and
9343            'DOCKER' and
9344            'PIPELINE' and
9345            'NF_VPPIP4' and
9346            'IMIX' and
9347            '8T4C' and
9348            'MRR'"
9349   parameters:
9350   - "result"
9351   - "name"
9352   - "tags"
9353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9354   x-axis: "X = CNFs per Service Pipeline"
9355   y-axis: "Y = Number of Service Pipelines"
9356   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9357   layout:
9358     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9359     layout: "plot-service-density"
9360
9361 # Plots - NF Density - CSP - NDR IMIX
9362 - type: "plot"
9363   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9364   algorithm: "plot_nf_heatmap"
9365   output-file-type: ".html"
9366   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9367   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9368   filter: "'NIC_Intel-XXV710' and
9369            'NF_DENSITY' and
9370            'DOCKER' and
9371            'PIPELINE' and
9372            'NF_VPPIP4' and
9373            'IMIX' and
9374            '2T1C' and
9375            'NDRPDR'"
9376   parameters:
9377   - "throughput"
9378   - "name"
9379   - "tags"
9380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9381   x-axis: "X = CNFs per Service Pipeline"
9382   y-axis: "Y = Number of Service Pipelines"
9383   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9384   layout:
9385     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9386     layout: "plot-service-density"
9387
9388 - type: "plot"
9389   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9390   algorithm: "plot_nf_heatmap"
9391   output-file-type: ".html"
9392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9393   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9394   filter: "'NIC_Intel-XXV710' and
9395            'NF_DENSITY' and
9396            'DOCKER' and
9397            'PIPELINE' and
9398            'NF_VPPIP4' and
9399            'IMIX' and
9400            '4T2C' and
9401            'NDRPDR'"
9402   parameters:
9403   - "throughput"
9404   - "name"
9405   - "tags"
9406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9407   x-axis: "X = CNFs per Service Pipeline"
9408   y-axis: "Y = Number of Service Pipelines"
9409   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9410   layout:
9411     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9412     layout: "plot-service-density"
9413
9414 - type: "plot"
9415   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9416   algorithm: "plot_nf_heatmap"
9417   output-file-type: ".html"
9418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9419   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9420   filter: "'NIC_Intel-XXV710' and
9421            'NF_DENSITY' and
9422            'DOCKER' and
9423            'PIPELINE' and
9424            'NF_VPPIP4' and
9425            'IMIX' and
9426            '8T4C' and
9427            'NDRPDR'"
9428   parameters:
9429   - "throughput"
9430   - "name"
9431   - "tags"
9432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9433   x-axis: "X = CNFs per Service Pipeline"
9434   y-axis: "Y = Number of Service Pipelines"
9435   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9436   layout:
9437     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9438     layout: "plot-service-density"
9439
9440 # Plots - NF Density - CSP - PDR IMIX
9441 - type: "plot"
9442   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9443   algorithm: "plot_nf_heatmap"
9444   output-file-type: ".html"
9445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9446   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9447   filter: "'NIC_Intel-XXV710' and
9448            'NF_DENSITY' and
9449            'DOCKER' and
9450            'PIPELINE' and
9451            'NF_VPPIP4' and
9452            'IMIX' and
9453            '2T1C' and
9454            'NDRPDR'"
9455   parameters:
9456   - "throughput"
9457   - "name"
9458   - "tags"
9459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9460   x-axis: "X = CNFs per Service Pipeline"
9461   y-axis: "Y = Number of Service Pipelines"
9462   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9463   layout:
9464     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9465     layout: "plot-service-density"
9466
9467 - type: "plot"
9468   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9469   algorithm: "plot_nf_heatmap"
9470   output-file-type: ".html"
9471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9472   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9473   filter: "'NIC_Intel-XXV710' and
9474            'NF_DENSITY' and
9475            'DOCKER' and
9476            'PIPELINE' and
9477            'NF_VPPIP4' and
9478            'IMIX' and
9479            '4T2C' and
9480            'NDRPDR'"
9481   parameters:
9482   - "throughput"
9483   - "name"
9484   - "tags"
9485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9486   x-axis: "X = CNFs per Service Pipeline"
9487   y-axis: "Y = Number of Service Pipelines"
9488   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9489   layout:
9490     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9491     layout: "plot-service-density"
9492
9493 - type: "plot"
9494   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9495   algorithm: "plot_nf_heatmap"
9496   output-file-type: ".html"
9497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9498   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9499   filter: "'NIC_Intel-XXV710' and
9500            'NF_DENSITY' and
9501            'DOCKER' and
9502            'PIPELINE' and
9503            'NF_VPPIP4' and
9504            'IMIX' and
9505            '8T4C' and
9506            'NDRPDR'"
9507   parameters:
9508   - "throughput"
9509   - "name"
9510   - "tags"
9511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9512   x-axis: "X = CNFs per Service Pipeline"
9513   y-axis: "Y = Number of Service Pipelines"
9514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9515   layout:
9516     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9517     layout: "plot-service-density"
9518
9519 ###############################################################################
9520 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9521
9522 - type: "plot"
9523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9524   algorithm: "plot_nf_heatmap"
9525   output-file-type: ".html"
9526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9527   data: "plot-vpp-nfv-2n-clx-mrr"
9528   filter: "'NIC_Intel-XXV710' and
9529            'NF_DENSITY' and
9530            'VHOST' and
9531            not 'VXLAN' and
9532            'CHAIN' and
9533            'NF_VPPIP4' and
9534            'IMIX' and
9535            '2T1C' and
9536            'MRR'"
9537   parameters:
9538   - "result"
9539   - "name"
9540   - "tags"
9541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9542   x-axis: "X = VNFs per Service Chain"
9543   y-axis: "Y = Number of Service Chains"
9544   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9545   layout:
9546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9547     layout: "plot-service-density"
9548
9549 - type: "plot"
9550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9551   algorithm: "plot_nf_heatmap"
9552   output-file-type: ".html"
9553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9554   data: "plot-vpp-nfv-2n-clx-mrr"
9555   filter: "'NIC_Intel-XXV710' and
9556            'NF_DENSITY' and
9557            'VHOST' and
9558            not 'VXLAN' and
9559            'CHAIN' and
9560            'NF_VPPIP4' and
9561            'IMIX' and
9562            '4T2C' and
9563            'MRR'"
9564   parameters:
9565   - "result"
9566   - "name"
9567   - "tags"
9568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9569   x-axis: "X = VNFs per Service Chain"
9570   y-axis: "Y = Number of Service Chains"
9571   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9572   layout:
9573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9574     layout: "plot-service-density"
9575
9576 - type: "plot"
9577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9578   algorithm: "plot_nf_heatmap"
9579   output-file-type: ".html"
9580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9581   data: "plot-vpp-nfv-2n-clx-mrr"
9582   filter: "'NIC_Intel-XXV710' and
9583            'NF_DENSITY' and
9584            'VHOST' and
9585            not 'VXLAN' and
9586            'CHAIN' and
9587            'NF_VPPIP4' and
9588            'IMIX' and
9589            '8T4C' and
9590            'MRR'"
9591   parameters:
9592   - "result"
9593   - "name"
9594   - "tags"
9595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9596   x-axis: "X = VNFs per Service Chain"
9597   y-axis: "Y = Number of Service Chains"
9598   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9599   layout:
9600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9601     layout: "plot-service-density"
9602
9603 # Plots - NF Density - VSC - NDR IMIX
9604 - type: "plot"
9605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9606   algorithm: "plot_nf_heatmap"
9607   output-file-type: ".html"
9608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9609   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9610   filter: "'NIC_Intel-XXV710' and
9611            'NF_DENSITY' and
9612            'VHOST' and
9613            not 'VXLAN' and
9614            'CHAIN' and
9615            'NF_VPPIP4' and
9616            'IMIX' and
9617            '2T1C' and
9618            'NDRPDR'"
9619   parameters:
9620   - "throughput"
9621   - "name"
9622   - "tags"
9623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9624   x-axis: "X = VNFs per Service Chain"
9625   y-axis: "Y = Number of Service Chains"
9626   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9627   layout:
9628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9629     layout: "plot-service-density"
9630
9631 - type: "plot"
9632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9633   algorithm: "plot_nf_heatmap"
9634   output-file-type: ".html"
9635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9636   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9637   filter: "'NIC_Intel-XXV710' and
9638            'NF_DENSITY' and
9639            'VHOST' and
9640            not 'VXLAN' and
9641            'CHAIN' and
9642            'NF_VPPIP4' and
9643            'IMIX' and
9644            '4T2C' and
9645            'NDRPDR'"
9646   parameters:
9647   - "throughput"
9648   - "name"
9649   - "tags"
9650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9651   x-axis: "X = VNFs per Service Chain"
9652   y-axis: "Y = Number of Service Chains"
9653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9654   layout:
9655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9656     layout: "plot-service-density"
9657
9658 - type: "plot"
9659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9660   algorithm: "plot_nf_heatmap"
9661   output-file-type: ".html"
9662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9663   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9664   filter: "'NIC_Intel-XXV710' and
9665            'NF_DENSITY' and
9666            'VHOST' and
9667            not 'VXLAN' and
9668            'CHAIN' and
9669            'NF_VPPIP4' and
9670            'IMIX' and
9671            '8T4C' and
9672            'NDRPDR'"
9673   parameters:
9674   - "throughput"
9675   - "name"
9676   - "tags"
9677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9678   x-axis: "X = VNFs per Service Chain"
9679   y-axis: "Y = Number of Service Chains"
9680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9681   layout:
9682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9683     layout: "plot-service-density"
9684
9685 # Plots - NF Density - VSC - PDR IMIX
9686 - type: "plot"
9687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9688   algorithm: "plot_nf_heatmap"
9689   output-file-type: ".html"
9690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9691   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9692   filter: "'NIC_Intel-XXV710' and
9693            'NF_DENSITY' and
9694            'VHOST' and
9695            not 'VXLAN' and
9696            'CHAIN' and
9697            'NF_VPPIP4' and
9698            'IMIX' and
9699            '2T1C' and
9700            'NDRPDR'"
9701   parameters:
9702   - "throughput"
9703   - "name"
9704   - "tags"
9705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9706   x-axis: "X = VNFs per Service Chain"
9707   y-axis: "Y = Number of Service Chains"
9708   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9709   layout:
9710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9711     layout: "plot-service-density"
9712
9713 - type: "plot"
9714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9715   algorithm: "plot_nf_heatmap"
9716   output-file-type: ".html"
9717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9718   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9719   filter: "'NIC_Intel-XXV710' and
9720            'NF_DENSITY' and
9721            'VHOST' and
9722            not 'VXLAN' and
9723            'CHAIN' and
9724            'NF_VPPIP4' and
9725            'IMIX' and
9726            '4T2C' and
9727            'NDRPDR'"
9728   parameters:
9729   - "throughput"
9730   - "name"
9731   - "tags"
9732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9733   x-axis: "X = VNFs per Service Chain"
9734   y-axis: "Y = Number of Service Chains"
9735   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9736   layout:
9737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9738     layout: "plot-service-density"
9739
9740 - type: "plot"
9741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9742   algorithm: "plot_nf_heatmap"
9743   output-file-type: ".html"
9744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9745   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9746   filter: "'NIC_Intel-XXV710' and
9747            'NF_DENSITY' and
9748            'VHOST' and
9749            not 'VXLAN' and
9750            'CHAIN' and
9751            'NF_VPPIP4' and
9752            'IMIX' and
9753            '8T4C' and
9754            'NDRPDR'"
9755   parameters:
9756   - "throughput"
9757   - "name"
9758   - "tags"
9759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9760   x-axis: "X = VNFs per Service Chain"
9761   y-axis: "Y = Number of Service Chains"
9762   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9763   layout:
9764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9765     layout: "plot-service-density"
9766
9767 # Plots - NF Density - VSC - MRR IMIX
9768 - type: "plot"
9769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9770   algorithm: "plot_nf_heatmap"
9771   output-file-type: ".html"
9772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9773   data: "plot-vpp-nfv-2n-clx-mrr"
9774   filter: "'NIC_Intel-XXV710' and
9775            'NF_DENSITY' and
9776            'VHOST' and
9777            'VXLAN' and
9778            'CHAIN' and
9779            'IMIX' and
9780            '2T1C' and
9781            'MRR'"
9782   parameters:
9783   - "result"
9784   - "name"
9785   - "tags"
9786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9787   x-axis: "X = VNFs per Service Chain"
9788   y-axis: "Y = Number of Service Chains"
9789   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9790   layout:
9791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9792     layout: "plot-service-density"
9793
9794 - type: "plot"
9795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9796   algorithm: "plot_nf_heatmap"
9797   output-file-type: ".html"
9798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9799   data: "plot-vpp-nfv-2n-clx-mrr"
9800   filter: "'NIC_Intel-XXV710' and
9801            'NF_DENSITY' and
9802            'VHOST' and
9803            'VXLAN' and
9804            'CHAIN' and
9805            'IMIX' and
9806            '4T2C' and
9807            'MRR'"
9808   parameters:
9809   - "result"
9810   - "name"
9811   - "tags"
9812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9813   x-axis: "X = VNFs per Service Chain"
9814   y-axis: "Y = Number of Service Chains"
9815   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9816   layout:
9817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9818     layout: "plot-service-density"
9819
9820 - type: "plot"
9821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9822   algorithm: "plot_nf_heatmap"
9823   output-file-type: ".html"
9824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9825   data: "plot-vpp-nfv-2n-clx-mrr"
9826   filter: "'NIC_Intel-XXV710' and
9827            'NF_DENSITY' and
9828            'VHOST' and
9829            'VXLAN' and
9830            'CHAIN' and
9831            'IMIX' and
9832            '8T4C' and
9833            'MRR'"
9834   parameters:
9835   - "result"
9836   - "name"
9837   - "tags"
9838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9839   x-axis: "X = VNFs per Service Chain"
9840   y-axis: "Y = Number of Service Chains"
9841   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9842   layout:
9843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9844     layout: "plot-service-density"
9845
9846 # Plots - NF Density - VSC - NDR IMIX
9847 - type: "plot"
9848   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9849   algorithm: "plot_nf_heatmap"
9850   output-file-type: ".html"
9851   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9852   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9853   filter: "'NIC_Intel-XXV710' and
9854            'NF_DENSITY' and
9855            'VHOST' and
9856            'VXLAN' and
9857            'CHAIN' and
9858            'IMIX' and
9859            '2T1C' and
9860            'NDRPDR'"
9861   parameters:
9862   - "throughput"
9863   - "name"
9864   - "tags"
9865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9866   x-axis: "X = VNFs per Service Chain"
9867   y-axis: "Y = Number of Service Chains"
9868   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9869   layout:
9870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9871     layout: "plot-service-density"
9872
9873 - type: "plot"
9874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9875   algorithm: "plot_nf_heatmap"
9876   output-file-type: ".html"
9877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9878   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9879   filter: "'NIC_Intel-XXV710' and
9880            'NF_DENSITY' and
9881            'VHOST' and
9882            'VXLAN' and
9883            'CHAIN' and
9884            'IMIX' and
9885            '4T2C' and
9886            'NDRPDR'"
9887   parameters:
9888   - "throughput"
9889   - "name"
9890   - "tags"
9891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9892   x-axis: "X = VNFs per Service Chain"
9893   y-axis: "Y = Number of Service Chains"
9894   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9895   layout:
9896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9897     layout: "plot-service-density"
9898
9899 - type: "plot"
9900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9901   algorithm: "plot_nf_heatmap"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9904   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9905   filter: "'NIC_Intel-XXV710' and
9906            'NF_DENSITY' and
9907            'VHOST' and
9908            'VXLAN' and
9909            'CHAIN' and
9910            'IMIX' and
9911            '8T4C' and
9912            'NDRPDR'"
9913   parameters:
9914   - "throughput"
9915   - "name"
9916   - "tags"
9917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9918   x-axis: "X = VNFs per Service Chain"
9919   y-axis: "Y = Number of Service Chains"
9920   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9921   layout:
9922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9923     layout: "plot-service-density"
9924
9925 # Plots - NF Density - VSC - PDR IMIX
9926 - type: "plot"
9927   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9928   algorithm: "plot_nf_heatmap"
9929   output-file-type: ".html"
9930   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9931   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9932   filter: "'NIC_Intel-XXV710' and
9933            'NF_DENSITY' and
9934            'VHOST' and
9935            'VXLAN' and
9936            'CHAIN' and
9937            'IMIX' and
9938            '2T1C' and
9939            'NDRPDR'"
9940   parameters:
9941   - "throughput"
9942   - "name"
9943   - "tags"
9944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9945   x-axis: "X = VNFs per Service Chain"
9946   y-axis: "Y = Number of Service Chains"
9947   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9948   layout:
9949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9950     layout: "plot-service-density"
9951
9952 - type: "plot"
9953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9954   algorithm: "plot_nf_heatmap"
9955   output-file-type: ".html"
9956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9957   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9958   filter: "'NIC_Intel-XXV710' and
9959            'NF_DENSITY' and
9960            'VHOST' and
9961            'VXLAN' and
9962            'CHAIN' and
9963            'IMIX' and
9964            '4T2C' and
9965            'NDRPDR'"
9966   parameters:
9967   - "throughput"
9968   - "name"
9969   - "tags"
9970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9971   x-axis: "X = VNFs per Service Chain"
9972   y-axis: "Y = Number of Service Chains"
9973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9974   layout:
9975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9976     layout: "plot-service-density"
9977
9978 - type: "plot"
9979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9980   algorithm: "plot_nf_heatmap"
9981   output-file-type: ".html"
9982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9983   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9984   filter: "'NIC_Intel-XXV710' and
9985            'NF_DENSITY' and
9986            'VHOST' and
9987            'VXLAN' and
9988            'CHAIN' and
9989            'IMIX' and
9990            '8T4C' and
9991            'NDRPDR'"
9992   parameters:
9993   - "throughput"
9994   - "name"
9995   - "tags"
9996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9997   x-axis: "X = VNFs per Service Chain"
9998   y-axis: "Y = Number of Service Chains"
9999   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10000   layout:
10001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10002     layout: "plot-service-density"
10003
10004 # Plots - NF Density - CSC - MRR IMIX
10005 - type: "plot"
10006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10007   algorithm: "plot_nf_heatmap"
10008   output-file-type: ".html"
10009   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10010   data: "plot-vpp-nfv-2n-clx-mrr"
10011   filter: "'NIC_Intel-XXV710' and
10012            'NF_DENSITY' and
10013            'DOCKER' and
10014            'CHAIN' and
10015            'NF_VPPIP4' and
10016            'IMIX' and
10017            '2T1C' and
10018            'MRR'"
10019   parameters:
10020   - "result"
10021   - "name"
10022   - "tags"
10023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10024   x-axis: "X = CNFs per Service Chain"
10025   y-axis: "Y = Number of Service Chains"
10026   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10027   layout:
10028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10029     layout: "plot-service-density"
10030
10031 - type: "plot"
10032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10033   algorithm: "plot_nf_heatmap"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10036   data: "plot-vpp-nfv-2n-clx-mrr"
10037   filter: "'NIC_Intel-XXV710' and
10038            'NF_DENSITY' and
10039            'DOCKER' and
10040            'CHAIN' and
10041            'NF_VPPIP4' and
10042            'IMIX' and
10043            '4T2C' and
10044            'MRR'"
10045   parameters:
10046   - "result"
10047   - "name"
10048   - "tags"
10049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10050   x-axis: "X = CNFs per Service Chain"
10051   y-axis: "Y = Number of Service Chains"
10052   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10053   layout:
10054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10055     layout: "plot-service-density"
10056
10057 - type: "plot"
10058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10059   algorithm: "plot_nf_heatmap"
10060   output-file-type: ".html"
10061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10062   data: "plot-vpp-nfv-2n-clx-mrr"
10063   filter: "'NIC_Intel-XXV710' and
10064            'NF_DENSITY' and
10065            'DOCKER' and
10066            'CHAIN' and
10067            'NF_VPPIP4' and
10068            'IMIX' and
10069            '8T4C' and
10070            'MRR'"
10071   parameters:
10072   - "result"
10073   - "name"
10074   - "tags"
10075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10076   x-axis: "X = CNFs per Service Chain"
10077   y-axis: "Y = Number of Service Chains"
10078   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10079   layout:
10080     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10081     layout: "plot-service-density"
10082
10083 # Plots - NF Density - CSC - NDR IMIX
10084 - type: "plot"
10085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10086   algorithm: "plot_nf_heatmap"
10087   output-file-type: ".html"
10088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10089   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10090   filter: "'NIC_Intel-XXV710' and
10091            'NF_DENSITY' and
10092            'DOCKER' and
10093            'CHAIN' and
10094            'NF_VPPIP4' and
10095            'IMIX' and
10096            '2T1C' and
10097            'NDRPDR'"
10098   parameters:
10099   - "throughput"
10100   - "name"
10101   - "tags"
10102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10103   x-axis: "X = CNFs per Service Chain"
10104   y-axis: "Y = Number of Service Chains"
10105   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10106   layout:
10107     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10108     layout: "plot-service-density"
10109
10110 - type: "plot"
10111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10112   algorithm: "plot_nf_heatmap"
10113   output-file-type: ".html"
10114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10115   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10116   filter: "'NIC_Intel-XXV710' and
10117            'NF_DENSITY' and
10118            'DOCKER' and
10119            'CHAIN' and
10120            'NF_VPPIP4' and
10121            'IMIX' and
10122            '4T2C' and
10123            'NDRPDR'"
10124   parameters:
10125   - "throughput"
10126   - "name"
10127   - "tags"
10128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10129   x-axis: "X = CNFs per Service Chain"
10130   y-axis: "Y = Number of Service Chains"
10131   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10132   layout:
10133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10134     layout: "plot-service-density"
10135
10136 - type: "plot"
10137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10138   algorithm: "plot_nf_heatmap"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10141   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10142   filter: "'NIC_Intel-XXV710' and
10143            'NF_DENSITY' and
10144            'DOCKER' and
10145            'CHAIN' and
10146            'NF_VPPIP4' and
10147            'IMIX' and
10148            '8T4C' and
10149            'NDRPDR'"
10150   parameters:
10151   - "throughput"
10152   - "name"
10153   - "tags"
10154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10155   x-axis: "X = CNFs per Service Chain"
10156   y-axis: "Y = Number of Service Chains"
10157   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10158   layout:
10159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10160     layout: "plot-service-density"
10161
10162 # Plots - NF Density - CSC - PDR IMIX
10163 - type: "plot"
10164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10165   algorithm: "plot_nf_heatmap"
10166   output-file-type: ".html"
10167   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10168   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10169   filter: "'NIC_Intel-XXV710' and
10170            'NF_DENSITY' and
10171            'DOCKER' and
10172            'CHAIN' and
10173            'NF_VPPIP4' and
10174            'IMIX' and
10175            '2T1C' and
10176            'NDRPDR'"
10177   parameters:
10178   - "throughput"
10179   - "name"
10180   - "tags"
10181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10182   x-axis: "X = CNFs per Service Chain"
10183   y-axis: "Y = Number of Service Chains"
10184   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10185   layout:
10186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10187     layout: "plot-service-density"
10188
10189 - type: "plot"
10190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10191   algorithm: "plot_nf_heatmap"
10192   output-file-type: ".html"
10193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10194   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10195   filter: "'NIC_Intel-XXV710' and
10196            'NF_DENSITY' and
10197            'DOCKER' and
10198            'CHAIN' and
10199            'NF_VPPIP4' and
10200            'IMIX' and
10201            '4T2C' and
10202            'NDRPDR'"
10203   parameters:
10204   - "throughput"
10205   - "name"
10206   - "tags"
10207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10208   x-axis: "X = CNFs per Service Chain"
10209   y-axis: "Y = Number of Service Chains"
10210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10211   layout:
10212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10213     layout: "plot-service-density"
10214
10215 - type: "plot"
10216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10217   algorithm: "plot_nf_heatmap"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10220   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10221   filter: "'NIC_Intel-XXV710' and
10222            'NF_DENSITY' and
10223            'DOCKER' and
10224            'CHAIN' and
10225            'NF_VPPIP4' and
10226            'IMIX' and
10227            '8T4C' and
10228            'NDRPDR'"
10229   parameters:
10230   - "throughput"
10231   - "name"
10232   - "tags"
10233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10234   x-axis: "X = CNFs per Service Chain"
10235   y-axis: "Y = Number of Service Chains"
10236   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10237   layout:
10238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10239     layout: "plot-service-density"
10240
10241 # Plots - NF Density - CSP - MRR IMIX
10242 - type: "plot"
10243   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10244   algorithm: "plot_nf_heatmap"
10245   output-file-type: ".html"
10246   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10247   data: "plot-vpp-nfv-2n-clx-mrr"
10248   filter: "'NIC_Intel-XXV710' and
10249            'NF_DENSITY' and
10250            'DOCKER' and
10251            'PIPELINE' and
10252            'NF_VPPIP4' and
10253            'IMIX' and
10254            '2T1C' and
10255            'MRR'"
10256   parameters:
10257   - "result"
10258   - "name"
10259   - "tags"
10260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10261   x-axis: "X = CNFs per Service Pipeline"
10262   y-axis: "Y = Number of Service Pipelines"
10263   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10264   layout:
10265     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10266     layout: "plot-service-density"
10267
10268 - type: "plot"
10269   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10270   algorithm: "plot_nf_heatmap"
10271   output-file-type: ".html"
10272   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10273   data: "plot-vpp-nfv-2n-clx-mrr"
10274   filter: "'NIC_Intel-XXV710' and
10275            'NF_DENSITY' and
10276            'DOCKER' and
10277            'PIPELINE' and
10278            'NF_VPPIP4' and
10279            'IMIX' and
10280            '4T2C' and
10281            'MRR'"
10282   parameters:
10283   - "result"
10284   - "name"
10285   - "tags"
10286   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10287   x-axis: "X = CNFs per Service Pipeline"
10288   y-axis: "Y = Number of Service Pipelines"
10289   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10290   layout:
10291     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10292     layout: "plot-service-density"
10293
10294 - type: "plot"
10295   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10296   algorithm: "plot_nf_heatmap"
10297   output-file-type: ".html"
10298   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10299   data: "plot-vpp-nfv-2n-clx-mrr"
10300   filter: "'NIC_Intel-XXV710' and
10301            'NF_DENSITY' and
10302            'DOCKER' and
10303            'PIPELINE' and
10304            'NF_VPPIP4' and
10305            'IMIX' and
10306            '8T4C' and
10307            'MRR'"
10308   parameters:
10309   - "result"
10310   - "name"
10311   - "tags"
10312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10313   x-axis: "X = CNFs per Service Pipeline"
10314   y-axis: "Y = Number of Service Pipelines"
10315   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10316   layout:
10317     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10318     layout: "plot-service-density"
10319
10320 # Plots - NF Density - CSP - NDR IMIX
10321 - type: "plot"
10322   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10323   algorithm: "plot_nf_heatmap"
10324   output-file-type: ".html"
10325   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10326   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10327   filter: "'NIC_Intel-XXV710' and
10328            'NF_DENSITY' and
10329            'DOCKER' and
10330            'PIPELINE' and
10331            'NF_VPPIP4' and
10332            'IMIX' and
10333            '2T1C' and
10334            'NDRPDR'"
10335   parameters:
10336   - "throughput"
10337   - "name"
10338   - "tags"
10339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10340   x-axis: "X = CNFs per Service Pipeline"
10341   y-axis: "Y = Number of Service Pipelines"
10342   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10343   layout:
10344     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10345     layout: "plot-service-density"
10346
10347 - type: "plot"
10348   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10349   algorithm: "plot_nf_heatmap"
10350   output-file-type: ".html"
10351   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10352   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10353   filter: "'NIC_Intel-XXV710' and
10354            'NF_DENSITY' and
10355            'DOCKER' and
10356            'PIPELINE' and
10357            'NF_VPPIP4' and
10358            'IMIX' and
10359            '4T2C' and
10360            'NDRPDR'"
10361   parameters:
10362   - "throughput"
10363   - "name"
10364   - "tags"
10365   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10366   x-axis: "X = CNFs per Service Pipeline"
10367   y-axis: "Y = Number of Service Pipelines"
10368   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10369   layout:
10370     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10371     layout: "plot-service-density"
10372
10373 - type: "plot"
10374   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10375   algorithm: "plot_nf_heatmap"
10376   output-file-type: ".html"
10377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10378   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10379   filter: "'NIC_Intel-XXV710' and
10380            'NF_DENSITY' and
10381            'DOCKER' and
10382            'PIPELINE' and
10383            'NF_VPPIP4' and
10384            'IMIX' and
10385            '8T4C' and
10386            'NDRPDR'"
10387   parameters:
10388   - "throughput"
10389   - "name"
10390   - "tags"
10391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10392   x-axis: "X = CNFs per Service Pipeline"
10393   y-axis: "Y = Number of Service Pipelines"
10394   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10395   layout:
10396     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10397     layout: "plot-service-density"
10398
10399 # Plots - NF Density - CSP - PDR IMIX
10400 - type: "plot"
10401   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10402   algorithm: "plot_nf_heatmap"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10405   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10406   filter: "'NIC_Intel-XXV710' and
10407            'NF_DENSITY' and
10408            'DOCKER' and
10409            'PIPELINE' and
10410            'NF_VPPIP4' and
10411            'IMIX' and
10412            '2T1C' and
10413            'NDRPDR'"
10414   parameters:
10415   - "throughput"
10416   - "name"
10417   - "tags"
10418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10419   x-axis: "X = CNFs per Service Pipeline"
10420   y-axis: "Y = Number of Service Pipelines"
10421   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10422   layout:
10423     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10424     layout: "plot-service-density"
10425
10426 - type: "plot"
10427   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10428   algorithm: "plot_nf_heatmap"
10429   output-file-type: ".html"
10430   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10431   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10432   filter: "'NIC_Intel-XXV710' and
10433            'NF_DENSITY' and
10434            'DOCKER' and
10435            'PIPELINE' and
10436            'NF_VPPIP4' and
10437            'IMIX' and
10438            '4T2C' and
10439            'NDRPDR'"
10440   parameters:
10441   - "throughput"
10442   - "name"
10443   - "tags"
10444   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10445   x-axis: "X = CNFs per Service Pipeline"
10446   y-axis: "Y = Number of Service Pipelines"
10447   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10448   layout:
10449     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10450     layout: "plot-service-density"
10451
10452 - type: "plot"
10453   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10454   algorithm: "plot_nf_heatmap"
10455   output-file-type: ".html"
10456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10457   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10458   filter: "'NIC_Intel-XXV710' and
10459            'NF_DENSITY' and
10460            'DOCKER' and
10461            'PIPELINE' and
10462            'NF_VPPIP4' and
10463            'IMIX' and
10464            '8T4C' and
10465            'NDRPDR'"
10466   parameters:
10467   - "throughput"
10468   - "name"
10469   - "tags"
10470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10471   x-axis: "X = CNFs per Service Pipeline"
10472   y-axis: "Y = Number of Service Pipelines"
10473   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10474   layout:
10475     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10476     layout: "plot-service-density"
10477
10478 ################################################################################
10479
10480 # Packet Throughput
10481
10482 - type: "plot"
10483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10484   algorithm: "plot_perf_box_name"
10485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10487   include:
10488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10492   layout:
10493     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10494     layout: "plot-throughput"
10495
10496 - type: "plot"
10497   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10498   algorithm: "plot_perf_box_name"
10499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10501   include:
10502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10506   layout:
10507     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10508     layout: "plot-throughput"
10509
10510 - type: "plot"
10511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10512   algorithm: "plot_perf_box_name"
10513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10515   include:
10516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10520   layout:
10521     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10522     layout: "plot-throughput"
10523
10524 - type: "plot"
10525   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10526   algorithm: "plot_perf_box_name"
10527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10529   include:
10530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10534   layout:
10535     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10536     layout: "plot-throughput"
10537
10538 - type: "plot"
10539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10540   algorithm: "plot_perf_box_name"
10541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10543   include:
10544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10549   layout:
10550     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10551     layout: "plot-throughput"
10552
10553 - type: "plot"
10554   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10555   algorithm: "plot_perf_box_name"
10556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10558   include:
10559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10564   layout:
10565     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10566     layout: "plot-throughput"
10567
10568 - type: "plot"
10569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10570   algorithm: "plot_perf_box_name"
10571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10573   include:
10574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10579   layout:
10580     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10581     layout: "plot-throughput"
10582
10583 - type: "plot"
10584   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10585   algorithm: "plot_perf_box_name"
10586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10588   include:
10589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10593     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10594   layout:
10595     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10596     layout: "plot-throughput"
10597
10598 - type: "plot"
10599   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10600   algorithm: "plot_perf_box_name"
10601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10603   include:
10604     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10605     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10606     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10607     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10608     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10609   layout:
10610     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10611     layout: "plot-throughput"
10612
10613 - type: "plot"
10614   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10615   algorithm: "plot_perf_box_name"
10616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10618   include:
10619     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10620     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10621     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10622     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10623     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10624   layout:
10625     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10626     layout: "plot-throughput"
10627
10628 - type: "plot"
10629   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10630   algorithm: "plot_perf_box_name"
10631   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10633   include:
10634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10640   layout:
10641     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10642     layout: "plot-throughput"
10643
10644 - type: "plot"
10645   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10646   algorithm: "plot_perf_box_name"
10647   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10649   include:
10650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10656   layout:
10657     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10658     layout: "plot-throughput"
10659
10660 - type: "plot"
10661   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10662   algorithm: "plot_perf_box_name"
10663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10665   include:
10666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10671   layout:
10672     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10673     layout: "plot-throughput"
10674
10675 - type: "plot"
10676   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10677   algorithm: "plot_perf_box_name"
10678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10680   include:
10681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10686   layout:
10687     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10688     layout: "plot-throughput"
10689
10690 - type: "plot"
10691   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10692   algorithm: "plot_perf_box_name"
10693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10695   include:
10696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10699   layout:
10700     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10701     layout: "plot-throughput"
10702
10703 - type: "plot"
10704   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10705   algorithm: "plot_perf_box_name"
10706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10708   include:
10709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10712   layout:
10713     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10714     layout: "plot-throughput"
10715
10716 - type: "plot"
10717   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10718   algorithm: "plot_perf_box_name"
10719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10721   include:
10722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10727   layout:
10728     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10729     layout: "plot-throughput"
10730
10731 - type: "plot"
10732   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10733   algorithm: "plot_perf_box_name"
10734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10736   include:
10737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10742   layout:
10743     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10744     layout: "plot-throughput"
10745
10746 - type: "plot"
10747   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10748   algorithm: "plot_perf_box_name"
10749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10751   include:
10752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10755   layout:
10756     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10757     layout: "plot-throughput"
10758
10759 - type: "plot"
10760   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10761   algorithm: "plot_perf_box_name"
10762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10764   include:
10765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10768   layout:
10769     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10770     layout: "plot-throughput"
10771
10772 - type: "plot"
10773   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10774   algorithm: "plot_perf_box_name"
10775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10777   include:
10778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
10784   layout:
10785     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10786     layout: "plot-throughput"
10787
10788 - type: "plot"
10789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10790   algorithm: "plot_perf_box_name"
10791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10793   include:
10794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
10800   layout:
10801     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10802     layout: "plot-throughput"
10803
10804 - type: "plot"
10805   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10806   algorithm: "plot_perf_box_name"
10807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10809   include:
10810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10816   layout:
10817     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10818     layout: "plot-throughput"
10819
10820 - type: "plot"
10821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10822   algorithm: "plot_perf_box_name"
10823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10825   include:
10826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10832   layout:
10833     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10834     layout: "plot-throughput"
10835
10836 - type: "plot"
10837   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10838   algorithm: "plot_perf_box_name"
10839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10841   include:
10842     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10844     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10845   layout:
10846     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10847     layout: "plot-throughput"
10848
10849 - type: "plot"
10850   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10851   algorithm: "plot_perf_box_name"
10852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10854   include:
10855     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10858   layout:
10859     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10864   algorithm: "plot_perf_box_name"
10865   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10867   include:
10868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10870 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10871 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10872 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10873   layout:
10874     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10875     layout: "plot-throughput"
10876
10877 - type: "plot"
10878   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10879   algorithm: "plot_perf_box_name"
10880   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10882   include:
10883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10885 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10886 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10887 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10888   layout:
10889     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10890     layout: "plot-throughput"
10891
10892 - type: "plot"
10893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10894   algorithm: "plot_perf_box_name"
10895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10897   include:
10898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10903   layout:
10904     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10905     layout: "plot-throughput"
10906
10907 - type: "plot"
10908   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10909   algorithm: "plot_perf_box_name"
10910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10912   include:
10913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10918   layout:
10919     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10920     layout: "plot-throughput"
10921
10922 - type: "plot"
10923   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10924   algorithm: "plot_perf_box_name"
10925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10927   include:
10928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10933   layout:
10934     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10935     layout: "plot-throughput"
10936
10937 - type: "plot"
10938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10939   algorithm: "plot_perf_box_name"
10940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10942   include:
10943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10948   layout:
10949     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10950     layout: "plot-throughput"
10951
10952 - type: "plot"
10953   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10954   algorithm: "plot_perf_box_name"
10955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10957   include:
10958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10962   layout:
10963     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10964     layout: "plot-throughput"
10965
10966 - type: "plot"
10967   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10968   algorithm: "plot_perf_box_name"
10969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10971   include:
10972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10976   layout:
10977     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10978     layout: "plot-throughput"
10979
10980 - type: "plot"
10981   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10982   algorithm: "plot_perf_box_name"
10983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10985   include:
10986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10991   layout:
10992     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10993     layout: "plot-throughput"
10994
10995 - type: "plot"
10996   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10997   algorithm: "plot_perf_box_name"
10998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11000   include:
11001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11006   layout:
11007     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11012   algorithm: "plot_perf_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11015   include:
11016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11021   layout:
11022     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11023     layout: "plot-throughput"
11024
11025 - type: "plot"
11026   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11027   algorithm: "plot_perf_box_name"
11028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11030   include:
11031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11036   layout:
11037     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11038     layout: "plot-throughput"
11039
11040 - type: "plot"
11041   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11042   algorithm: "plot_perf_box_name"
11043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11045   include:
11046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11050   layout:
11051     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11052     layout: "plot-throughput"
11053
11054 - type: "plot"
11055   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11056   algorithm: "plot_perf_box_name"
11057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11059   include:
11060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11064   layout:
11065     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11070   algorithm: "plot_perf_box_name"
11071   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11072   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11073   include:
11074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11079   layout:
11080     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11087   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11094   layout:
11095     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11102   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11103   include:
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11110   layout:
11111     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11112     layout: "plot-throughput"
11113
11114 - type: "plot"
11115   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11116   algorithm: "plot_perf_box_name"
11117   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11118   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11119   include:
11120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11126   layout:
11127     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11128     layout: "plot-throughput"
11129
11130 - type: "plot"
11131   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11132   algorithm: "plot_perf_box_name"
11133   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11134   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11135   include:
11136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11141   layout:
11142     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11143     layout: "plot-throughput"
11144
11145 - type: "plot"
11146   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11147   algorithm: "plot_perf_box_name"
11148   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11149   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11150   include:
11151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11156   layout:
11157     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11158     layout: "plot-throughput"
11159
11160 - type: "plot"
11161   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11162   algorithm: "plot_perf_box_name"
11163   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11164   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11165   include:
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11171   layout:
11172     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11173     layout: "plot-throughput"
11174
11175 - type: "plot"
11176   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11177   algorithm: "plot_perf_box_name"
11178   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11179   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11180   include:
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11186   layout:
11187     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11188     layout: "plot-throughput"
11189
11190 - type: "plot"
11191   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11192   algorithm: "plot_perf_box_name"
11193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11195   include:
11196     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11198   layout:
11199     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11200     layout: "plot-throughput"
11201
11202 - type: "plot"
11203   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11204   algorithm: "plot_perf_box_name"
11205   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11207   include:
11208     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11210   layout:
11211     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11212     layout: "plot-throughput"
11213
11214 - type: "plot"
11215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11216   algorithm: "plot_perf_box_name"
11217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11219   include:
11220     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11224   layout:
11225     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11226     layout: "plot-throughput"
11227
11228 - type: "plot"
11229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11230   algorithm: "plot_perf_box_name"
11231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11233   include:
11234     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11238   layout:
11239     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11240     layout: "plot-throughput"
11241
11242 - type: "plot"
11243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11244   algorithm: "plot_perf_box_name"
11245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11247   include:
11248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11252   layout:
11253     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11254     layout: "plot-throughput"
11255
11256 - type: "plot"
11257   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11258   algorithm: "plot_perf_box_name"
11259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11261   include:
11262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11266   layout:
11267     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11268     layout: "plot-throughput"
11269
11270 - type: "plot"
11271   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11272   algorithm: "plot_perf_box_name"
11273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11275   include:
11276     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11280   layout:
11281     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11282     layout: "plot-throughput"
11283
11284 - type: "plot"
11285   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11286   algorithm: "plot_perf_box_name"
11287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11289   include:
11290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11294   layout:
11295     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11296     layout: "plot-throughput"
11297
11298 - type: "plot"
11299   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11300   algorithm: "plot_perf_box_name"
11301   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11302   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11303   include:
11304     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11308   layout:
11309     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11310     layout: "plot-throughput"
11311
11312 - type: "plot"
11313   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11314   algorithm: "plot_perf_box_name"
11315   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11316   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11317   include:
11318     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11322   layout:
11323     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11338   layout:
11339     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11340     layout: "plot-throughput"
11341
11342 - type: "plot"
11343   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11344   algorithm: "plot_perf_box_name"
11345   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11347   include:
11348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11354   layout:
11355     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11363   include:
11364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11369   layout:
11370     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11371     layout: "plot-throughput"
11372
11373 - type: "plot"
11374   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11375   algorithm: "plot_perf_box_name"
11376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11378   include:
11379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11384   layout:
11385     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11386     layout: "plot-throughput"
11387
11388 - type: "plot"
11389   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11390   algorithm: "plot_perf_box_name"
11391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11393   include:
11394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11399   layout:
11400     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11401     layout: "plot-throughput"
11402
11403 - type: "plot"
11404   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11405   algorithm: "plot_perf_box_name"
11406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11408   include:
11409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11414   layout:
11415     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11423   include:
11424     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11427   layout:
11428     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11436   include:
11437     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11440   layout:
11441     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11449   include:
11450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11453   layout:
11454     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11455     layout: "plot-throughput"
11456
11457 - type: "plot"
11458   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11459   algorithm: "plot_perf_box_name"
11460   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11462   include:
11463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11466   layout:
11467     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11468     layout: "plot-throughput"
11469
11470 - type: "plot"
11471   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11472   algorithm: "plot_perf_box_name"
11473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11475   include:
11476     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11481   layout:
11482     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11483     layout: "plot-throughput"
11484
11485 - type: "plot"
11486   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11487   algorithm: "plot_perf_box_name"
11488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11490   include:
11491     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11496   layout:
11497     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11498     layout: "plot-throughput"
11499
11500 - type: "plot"
11501   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11502   algorithm: "plot_perf_box_name"
11503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11505   include:
11506     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11511   layout:
11512     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11513     layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11520   include:
11521     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11526   layout:
11527     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11528     layout: "plot-throughput"
11529
11530 - type: "plot"
11531   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11532   algorithm: "plot_perf_box_name"
11533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11535   include:
11536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11541   layout:
11542     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11547   algorithm: "plot_perf_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11549   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11550   include:
11551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11556   layout:
11557     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11558     layout: "plot-throughput"
11559
11560 - type: "plot"
11561   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11562   algorithm: "plot_perf_box_name"
11563   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11564   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11565   include:
11566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11571   layout:
11572     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11579   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11580   include:
11581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11586   layout:
11587     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11595   include:
11596     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11601   layout:
11602     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11610   include:
11611     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11616   layout:
11617     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11625   include:
11626     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11627     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11628     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11629     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11630     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11631     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11632   layout:
11633     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11641   include:
11642     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11643     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11644     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11647     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11648   layout:
11649     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11650     layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11654   algorithm: "plot_perf_box_name"
11655   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11657   include:
11658     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11659     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11660     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11661     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11662   layout:
11663     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11671   include:
11672     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11673     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11674     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11675     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11676   layout:
11677     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11685   include:
11686     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11687     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11688     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11689     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11690     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11691     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11692   layout:
11693     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11701   include:
11702     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11703     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11704     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11707     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11708   layout:
11709     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11719     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11720     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11721     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11722     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11723     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11724   layout:
11725     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11735     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11736     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11737     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11739     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11740   layout:
11741     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11749   include:
11750     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11751     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11755     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11756   layout:
11757     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11765   include:
11766     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11767     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11771     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11772   layout:
11773     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11781   include:
11782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11784     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11785     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11786     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11787     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11788   layout:
11789     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11797   include:
11798     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11799     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11800     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11801     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11802     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11803     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11804   layout:
11805     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11812   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11813   include:
11814     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11815     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11816     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11817     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11818     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11819     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11820   layout:
11821     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11829   include:
11830     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11831     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11832     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11833     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11834     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11835     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11836   layout:
11837     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11845   include:
11846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11852   layout:
11853     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11861   include:
11862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11868   layout:
11869     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11877   include:
11878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11884   layout:
11885     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11893   include:
11894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11900   layout:
11901     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11909   include:
11910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11916   layout:
11917     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11925   include:
11926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11932   layout:
11933     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11941   include:
11942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11946   layout:
11947     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11955   include:
11956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11960   layout:
11961     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11969   include:
11970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11974   layout:
11975     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11983   include:
11984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11988   layout:
11989     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11994   algorithm: "plot_perf_box_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11997   include:
11998     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12004   layout:
12005     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12006     layout: "plot-throughput"
12007
12008 - type: "plot"
12009   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12010   algorithm: "plot_perf_box_name"
12011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12013   include:
12014     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12020   layout:
12021     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12022     layout: "plot-throughput"
12023
12024 - type: "plot"
12025   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12026   algorithm: "plot_perf_box_name"
12027   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12029   include:
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12035   layout:
12036     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12044   include:
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12049     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12050   layout:
12051     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12059   include:
12060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12065   layout:
12066     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12074   include:
12075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12080   layout:
12081     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12086   algorithm: "plot_perf_box_name"
12087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12089   include:
12090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12094   layout:
12095     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12096     layout: "plot-throughput"
12097
12098 - type: "plot"
12099   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12100   algorithm: "plot_perf_box_name"
12101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12103   include:
12104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12108   layout:
12109     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12123     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12124   layout:
12125     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12126     layout: "plot-throughput"
12127
12128 - type: "plot"
12129   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12130   algorithm: "plot_perf_box_name"
12131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12133   include:
12134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12140   layout:
12141     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12149   include:
12150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12156   layout:
12157     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12165   include:
12166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12172   layout:
12173     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12188   layout:
12189     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12197   include:
12198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12204   layout:
12205     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12213   include:
12214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12220   layout:
12221     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12222     layout: "plot-throughput"
12223
12224 - type: "plot"
12225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12226   algorithm: "plot_perf_box_name"
12227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12229   include:
12230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12236   layout:
12237     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12245   include:
12246     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12249     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12250   layout:
12251     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12259   include:
12260     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12264   layout:
12265     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12273   include:
12274     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12280   layout:
12281     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12289   include:
12290     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12296   layout:
12297     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12298     layout: "plot-throughput"
12299
12300 - type: "plot"
12301   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12302   algorithm: "plot_perf_box_name"
12303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12305   include:
12306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12312   layout:
12313     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12321   include:
12322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12328   layout:
12329     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12330     layout: "plot-throughput"
12331
12332 #- type: "plot"
12333 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12334 #  algorithm: "plot_perf_box_name"
12335 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12336 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12337 #  include:
12338 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12339 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12340 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12341 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12342 #  layout:
12343 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12344 #    layout: "plot-throughput"
12345 #
12346 #- type: "plot"
12347 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12348 #  algorithm: "plot_perf_box_name"
12349 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12350 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12351 #  include:
12352 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12353 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12354 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12355 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12356 #  layout:
12357 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12358 #    layout: "plot-throughput"
12359
12360 - type: "plot"
12361   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12362   algorithm: "plot_perf_box_name"
12363   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12364   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12365   include:
12366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12372   layout:
12373     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12380   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12381   include:
12382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12388   layout:
12389     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12390     layout: "plot-throughput"
12391
12392 #- type: "plot"
12393 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12394 #  algorithm: "plot_perf_box_name"
12395 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12396 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12397 #  include:
12398 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12399 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12400 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12401 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12402 #  layout:
12403 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12404 #    layout: "plot-throughput"
12405 #
12406 #- type: "plot"
12407 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12408 #  algorithm: "plot_perf_box_name"
12409 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12410 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12411 #  include:
12412 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12413 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12414 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12415 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12416 #  layout:
12417 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12418 #    layout: "plot-throughput"
12419
12420 - type: "plot"
12421   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12422   algorithm: "plot_perf_box_name"
12423   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12424   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12425   include:
12426     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12432   layout:
12433     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12441   include:
12442     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12448   layout:
12449     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12450     layout: "plot-throughput"
12451
12452 #- type: "plot"
12453 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12454 #  algorithm: "plot_perf_box_name"
12455 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12456 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12457 #  include:
12458 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12459 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12460 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12461 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12462 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12463 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12464 #  layout:
12465 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12466 #    layout: "plot-throughput"
12467 #
12468 #- type: "plot"
12469 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12470 #  algorithm: "plot_perf_box_name"
12471 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12472 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12473 #  include:
12474 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12475 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12476 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12477 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12478 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12479 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12480 #  layout:
12481 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12482 #    layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12491     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12492     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12493     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12494     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12495     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12496   layout:
12497     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12505   include:
12506     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12507     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12508     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12510     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12511     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12512   layout:
12513     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12514     layout: "plot-throughput"
12515
12516 - type: "plot"
12517   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12518   algorithm: "plot_perf_box_name"
12519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12521   include:
12522     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12523     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12524     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12526 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12527 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12528   layout:
12529     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12539     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12540     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12542 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12543 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12544   layout:
12545     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12553   include:
12554     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12555     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12556     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12557     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12558     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12559     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12560   layout:
12561     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12569   include:
12570     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12571     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12572     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12573     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12574     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12575     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12576   layout:
12577     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12585   include:
12586     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12587     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12590     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12591     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12592   layout:
12593     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12601   include:
12602     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12604     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12607     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12608   layout:
12609     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12610     layout: "plot-throughput"
12611
12612 #- type: "plot"
12613 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12614 #  algorithm: "plot_perf_box_name"
12615 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12616 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12617 #  include:
12618 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12619 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12620 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12621 #  layout:
12622 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12623 #    layout: "plot-throughput"
12624 #
12625 #- type: "plot"
12626 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12627 #  algorithm: "plot_perf_box_name"
12628 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12629 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12630 #  include:
12631 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12632 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12633 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12634 #  layout:
12635 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12636 #    layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12643   include:
12644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12649   layout:
12650     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12664   layout:
12665     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12673   include:
12674     - "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"
12675     - "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"
12676     - "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"
12677     - "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"
12678     - "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"
12679   layout:
12680     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12685   algorithm: "plot_perf_box_name"
12686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12688   include:
12689     - "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"
12690     - "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"
12691     - "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"
12692     - "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"
12693     - "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"
12694   layout:
12695     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12709   layout:
12710     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12724   layout:
12725     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12739   layout:
12740     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12741     layout: "plot-throughput"
12742
12743 - type: "plot"
12744   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12745   algorithm: "plot_perf_box_name"
12746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12748   include:
12749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12754   layout:
12755     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12763   include:
12764     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12768     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12769   layout:
12770     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12778   include:
12779     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12784   layout:
12785     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12793   include:
12794     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12796     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12798     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12799   layout:
12800     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12808   include:
12809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12810     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12811     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12812     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12813     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12814   layout:
12815     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12823   include:
12824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12828   layout:
12829     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12830     layout: "plot-throughput"
12831
12832 - type: "plot"
12833   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12834   algorithm: "plot_perf_box_name"
12835   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12837   include:
12838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12840     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12841     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12842   layout:
12843     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12851   include:
12852     - "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"
12853     - "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"
12854     - "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"
12855     - "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"
12856   layout:
12857     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12865   include:
12866     - "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"
12867     - "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"
12868     - "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"
12869     - "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"
12870   layout:
12871     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12872     layout: "plot-throughput"
12873
12874 - type: "plot"
12875   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12876   algorithm: "plot_perf_box_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12879   include:
12880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12886   layout:
12887     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12895   include:
12896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12902   layout:
12903     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12911   include:
12912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12914     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12918   layout:
12919     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12927   include:
12928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12934   layout:
12935     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12943   include:
12944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12950   layout:
12951     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12952     layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12959   include:
12960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12966   layout:
12967     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12975   include:
12976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12981   layout:
12982     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12990   include:
12991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12996   layout:
12997     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13005   include:
13006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13008   layout:
13009     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13014   algorithm: "plot_perf_box_name"
13015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13017   include:
13018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13020   layout:
13021     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13022     layout: "plot-throughput"
13023
13024 - type: "plot"
13025   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13026   algorithm: "plot_perf_box_name"
13027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13029   include:
13030     - "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"
13031     - "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"
13032   layout:
13033     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13041   include:
13042     - "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"
13043     - "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"
13044   layout:
13045     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13053   include:
13054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13056   layout:
13057     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13065   include:
13066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13068   layout:
13069     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13077   include:
13078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13080   layout:
13081     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13092   layout:
13093     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13094     layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13101   include:
13102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13108   layout:
13109     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13110     layout: "plot-throughput"
13111
13112 - type: "plot"
13113   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13114   algorithm: "plot_perf_box_name"
13115   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13116   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13117   include:
13118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13124   layout:
13125     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13133   include:
13134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13140   layout:
13141     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13148   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13149   include:
13150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13156   layout:
13157     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13158     layout: "plot-throughput"
13159
13160 #- type: "plot"
13161 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13162 #  algorithm: "plot_perf_box_name"
13163 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13164 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13165 #  include:
13166 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13167 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13168 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13169 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13170 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13171 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13172 #  layout:
13173 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13174 #    layout: "plot-throughput"
13175 #
13176 #- type: "plot"
13177 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13178 #  algorithm: "plot_perf_box_name"
13179 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13180 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13181 #  include:
13182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13185 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13186 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13187 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13188 #  layout:
13189 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13190 #    layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13197   include:
13198     - "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"
13199     - "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"
13200     - "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"
13201     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13203     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13204   layout:
13205     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13213   include:
13214     - "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"
13215     - "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"
13216     - "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"
13217     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13218     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13219     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13220   layout:
13221     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13222     layout: "plot-throughput"
13223
13224 ################################################################################
13225
13226 # Packet Speedup
13227
13228 - type: "plot"
13229   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13230   algorithm: "plot_tsa_name"
13231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13233   include:
13234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13238   layout:
13239     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13240     layout: "plot-throughput-speedup-analysis"
13241
13242 - type: "plot"
13243   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13244   algorithm: "plot_tsa_name"
13245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13247   include:
13248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13252   layout:
13253     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13254     layout: "plot-throughput-speedup-analysis"
13255
13256 - type: "plot"
13257   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13258   algorithm: "plot_tsa_name"
13259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13261   include:
13262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13266   layout:
13267     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13268     layout: "plot-throughput-speedup-analysis"
13269
13270 - type: "plot"
13271   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13272   algorithm: "plot_tsa_name"
13273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13275   include:
13276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13280   layout:
13281     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13282     layout: "plot-throughput-speedup-analysis"
13283
13284 - type: "plot"
13285   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13286   algorithm: "plot_tsa_name"
13287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13289   include:
13290     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13291     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13292     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13293     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13294     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13295   layout:
13296     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13297     layout: "plot-throughput-speedup-analysis"
13298
13299 - type: "plot"
13300   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13301   algorithm: "plot_tsa_name"
13302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13304   include:
13305     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13306     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13307     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13308     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13309     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13310   layout:
13311     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13312     layout: "plot-throughput-speedup-analysis"
13313
13314 - type: "plot"
13315   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13316   algorithm: "plot_tsa_name"
13317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13319   include:
13320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13325   layout:
13326     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13327     layout: "plot-throughput-speedup-analysis"
13328
13329 - type: "plot"
13330   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13331   algorithm: "plot_tsa_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13340   layout:
13341     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13342     layout: "plot-throughput-speedup-analysis"
13343
13344 - type: "plot"
13345   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13346   algorithm: "plot_tsa_name"
13347   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13349   include:
13350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13356   layout:
13357     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13358     layout: "plot-throughput-speedup-analysis"
13359
13360 - type: "plot"
13361   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13362   algorithm: "plot_tsa_name"
13363   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13365   include:
13366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13372   layout:
13373     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13374     layout: "plot-throughput-speedup-analysis"
13375
13376 - type: "plot"
13377   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13378   algorithm: "plot_tsa_name"
13379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13381   include:
13382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13387   layout:
13388     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13389     layout: "plot-throughput-speedup-analysis"
13390
13391 - type: "plot"
13392   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13393   algorithm: "plot_tsa_name"
13394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13402   layout:
13403     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13404     layout: "plot-throughput-speedup-analysis"
13405
13406 - type: "plot"
13407   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13408   algorithm: "plot_tsa_name"
13409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13415   layout:
13416     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13417     layout: "plot-throughput-speedup-analysis"
13418
13419 - type: "plot"
13420   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13421   algorithm: "plot_tsa_name"
13422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13424   include:
13425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13428   layout:
13429     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13430     layout: "plot-throughput-speedup-analysis"
13431
13432 - type: "plot"
13433   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13434   algorithm: "plot_tsa_name"
13435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13437   include:
13438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13443   layout:
13444     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13445     layout: "plot-throughput-speedup-analysis"
13446
13447 - type: "plot"
13448   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13449   algorithm: "plot_tsa_name"
13450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13452   include:
13453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13458   layout:
13459     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13460     layout: "plot-throughput-speedup-analysis"
13461
13462 - type: "plot"
13463   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13464   algorithm: "plot_tsa_name"
13465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13467   include:
13468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13471   layout:
13472     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13473     layout: "plot-throughput-speedup-analysis"
13474
13475 - type: "plot"
13476   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13477   algorithm: "plot_tsa_name"
13478   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13480   include:
13481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13484   layout:
13485     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13486     layout: "plot-throughput-speedup-analysis"
13487
13488 - type: "plot"
13489   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13490   algorithm: "plot_tsa_name"
13491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13493   include:
13494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13500   layout:
13501     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13502     layout: "plot-throughput-speedup-analysis"
13503
13504 - type: "plot"
13505   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13506   algorithm: "plot_tsa_name"
13507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13509   include:
13510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13516   layout:
13517     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13518     layout: "plot-throughput-speedup-analysis"
13519
13520 - type: "plot"
13521   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13522   algorithm: "plot_tsa_name"
13523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13525   include:
13526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13532   layout:
13533     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13534     layout: "plot-throughput-speedup-analysis"
13535
13536 - type: "plot"
13537   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13538   algorithm: "plot_tsa_name"
13539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13541   include:
13542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13548   layout:
13549     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13550     layout: "plot-throughput-speedup-analysis"
13551
13552 - type: "plot"
13553   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13554   algorithm: "plot_tsa_name"
13555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13557   include:
13558     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13559     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13560     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13561   layout:
13562     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13563     layout: "plot-throughput-speedup-analysis"
13564
13565 - type: "plot"
13566   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13567   algorithm: "plot_tsa_name"
13568   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13570   include:
13571     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13572     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13573     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13574   layout:
13575     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13576     layout: "plot-throughput-speedup-analysis"
13577
13578 - type: "plot"
13579   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13580   algorithm: "plot_tsa_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13583   include:
13584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13587 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13588 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13589   layout:
13590     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13591     layout: "plot-throughput-speedup-analysis"
13592
13593 - type: "plot"
13594   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13595   algorithm: "plot_tsa_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13598   include:
13599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13602 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13603 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13604   layout:
13605     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13606     layout: "plot-throughput-speedup-analysis"
13607
13608 - type: "plot"
13609   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13610   algorithm: "plot_tsa_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13613   include:
13614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13619   layout:
13620     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13621     layout: "plot-throughput-speedup-analysis"
13622
13623 - type: "plot"
13624   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13625   algorithm: "plot_tsa_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13628   include:
13629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13634   layout:
13635     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13636     layout: "plot-throughput-speedup-analysis"
13637
13638 - type: "plot"
13639   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13640   algorithm: "plot_tsa_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13649   layout:
13650     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13651     layout: "plot-throughput-speedup-analysis"
13652
13653 - type: "plot"
13654   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13655   algorithm: "plot_tsa_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13664   layout:
13665     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13666     layout: "plot-throughput-speedup-analysis"
13667
13668 - type: "plot"
13669   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13670   algorithm: "plot_tsa_name"
13671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13678   layout:
13679     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13680     layout: "plot-throughput-speedup-analysis"
13681
13682 - type: "plot"
13683   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13684   algorithm: "plot_tsa_name"
13685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13687   include:
13688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13692   layout:
13693     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13694     layout: "plot-throughput-speedup-analysis"
13695
13696 - type: "plot"
13697   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13698   algorithm: "plot_tsa_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13707   layout:
13708     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13709     layout: "plot-throughput-speedup-analysis"
13710
13711 - type: "plot"
13712   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13713   algorithm: "plot_tsa_name"
13714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13716   include:
13717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13722   layout:
13723     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13724     layout: "plot-throughput-speedup-analysis"
13725
13726 - type: "plot"
13727   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13728   algorithm: "plot_tsa_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13731   include:
13732     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13734   layout:
13735     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13736     layout: "plot-throughput-speedup-analysis"
13737
13738 - type: "plot"
13739   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13740   algorithm: "plot_tsa_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13743   include:
13744     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13746   layout:
13747     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13748     layout: "plot-throughput-speedup-analysis"
13749
13750 - type: "plot"
13751   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13752   algorithm: "plot_tsa_name"
13753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13755   include:
13756     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13760   layout:
13761     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13762     layout: "plot-throughput-speedup-analysis"
13763
13764 - type: "plot"
13765   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13766   algorithm: "plot_tsa_name"
13767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13769   include:
13770     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13774   layout:
13775     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13776     layout: "plot-throughput-speedup-analysis"
13777
13778 - type: "plot"
13779   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13780   algorithm: "plot_tsa_name"
13781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13783   include:
13784     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13788   layout:
13789     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13790     layout: "plot-throughput-speedup-analysis"
13791
13792 - type: "plot"
13793   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13794   algorithm: "plot_tsa_name"
13795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13797   include:
13798     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13802   layout:
13803     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13811   include:
13812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13818   layout:
13819     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13820     layout: "plot-throughput-speedup-analysis"
13821
13822 - type: "plot"
13823   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13824   algorithm: "plot_tsa_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13834   layout:
13835     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13836     layout: "plot-throughput-speedup-analysis"
13837
13838 - type: "plot"
13839   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13840   algorithm: "plot_tsa_name"
13841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13849   layout:
13850     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13858   include:
13859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13864   layout:
13865     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13866     layout: "plot-throughput-speedup-analysis"
13867
13868 - type: "plot"
13869   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13870   algorithm: "plot_tsa_name"
13871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13873   include:
13874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13879   layout:
13880     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13881     layout: "plot-throughput-speedup-analysis"
13882
13883 - type: "plot"
13884   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13885   algorithm: "plot_tsa_name"
13886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13888   include:
13889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13894   layout:
13895     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13896     layout: "plot-throughput-speedup-analysis"
13897
13898 - type: "plot"
13899   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13900   algorithm: "plot_tsa_name"
13901   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13903   include:
13904     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13907   layout:
13908     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13909     layout: "plot-throughput-speedup-analysis"
13910
13911 - type: "plot"
13912   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13913   algorithm: "plot_tsa_name"
13914   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13916   include:
13917     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13920   layout:
13921     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13922     layout: "plot-throughput-speedup-analysis"
13923
13924 - type: "plot"
13925   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13926   algorithm: "plot_tsa_name"
13927   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13929   include:
13930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13933   layout:
13934     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13935     layout: "plot-throughput-speedup-analysis"
13936
13937 - type: "plot"
13938   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13939   algorithm: "plot_tsa_name"
13940   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13942   include:
13943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13946   layout:
13947     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13961   layout:
13962     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13963     layout: "plot-throughput-speedup-analysis"
13964
13965 - type: "plot"
13966   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13967   algorithm: "plot_tsa_name"
13968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13970   include:
13971     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13976   layout:
13977     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13978     layout: "plot-throughput-speedup-analysis"
13979
13980 - type: "plot"
13981   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13982   algorithm: "plot_tsa_name"
13983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13985   include:
13986     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13991   layout:
13992     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13993     layout: "plot-throughput-speedup-analysis"
13994
13995 - type: "plot"
13996   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13997   algorithm: "plot_tsa_name"
13998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14000   include:
14001     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14006   layout:
14007     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14008     layout: "plot-throughput-speedup-analysis"
14009
14010 - type: "plot"
14011   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14012   algorithm: "plot_tsa_name"
14013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14015   include:
14016     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14017     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14018     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14019     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14020     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14021     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14022   layout:
14023     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14031   include:
14032     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14033     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14034     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14035     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14037     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14038   layout:
14039     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14040     layout: "plot-throughput-speedup-analysis"
14041
14042 - type: "plot"
14043   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14044   algorithm: "plot_tsa_name"
14045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14047   include:
14048     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14049     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14050     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14051     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14052   layout:
14053     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14054     layout: "plot-throughput-speedup-analysis"
14055
14056 - type: "plot"
14057   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14058   algorithm: "plot_tsa_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14061   include:
14062     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14063     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14066   layout:
14067     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14068     layout: "plot-throughput-speedup-analysis"
14069
14070 - type: "plot"
14071   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14072   algorithm: "plot_tsa_name"
14073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14075   include:
14076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14082   layout:
14083     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14084     layout: "plot-throughput-speedup-analysis"
14085
14086 - type: "plot"
14087   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14088   algorithm: "plot_tsa_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14091   include:
14092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14098   layout:
14099     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14114   layout:
14115     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14130   layout:
14131     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14132     layout: "plot-throughput-speedup-analysis"
14133
14134 - type: "plot"
14135   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14136   algorithm: "plot_tsa_name"
14137   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14139   include:
14140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14146   layout:
14147     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14162   layout:
14163     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14164     layout: "plot-throughput-speedup-analysis"
14165
14166 - type: "plot"
14167   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14168   algorithm: "plot_tsa_name"
14169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14171   include:
14172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14178   layout:
14179     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14180     layout: "plot-throughput-speedup-analysis"
14181
14182 - type: "plot"
14183   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14184   algorithm: "plot_tsa_name"
14185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14194   layout:
14195     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 - type: "plot"
14199   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14200   algorithm: "plot_tsa_name"
14201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14210   layout:
14211     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14226   layout:
14227     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14228     layout: "plot-throughput-speedup-analysis"
14229
14230 - type: "plot"
14231   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14232   algorithm: "plot_tsa_name"
14233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14235   include:
14236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14240   layout:
14241     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14254   layout:
14255     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14263   include:
14264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14268   layout:
14269     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14270     layout: "plot-throughput-speedup-analysis"
14271
14272 - type: "plot"
14273   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14274   algorithm: "plot_tsa_name"
14275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14277   include:
14278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14282   layout:
14283     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14284     layout: "plot-throughput-speedup-analysis"
14285
14286 - type: "plot"
14287   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14288   algorithm: "plot_tsa_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14291   include:
14292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14298   layout:
14299     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14307   include:
14308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14314   layout:
14315     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14329   layout:
14330     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14344   layout:
14345     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14346     layout: "plot-throughput-speedup-analysis"
14347
14348 - type: "plot"
14349   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14350   algorithm: "plot_tsa_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14359   layout:
14360     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14374   layout:
14375     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 - type: "plot"
14379   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14380   algorithm: "plot_tsa_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14383   include:
14384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14388   layout:
14389     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14390     layout: "plot-throughput-speedup-analysis"
14391
14392 - type: "plot"
14393   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14394   algorithm: "plot_tsa_name"
14395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14397   include:
14398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14402   layout:
14403     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14418   layout:
14419     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14420     layout: "plot-throughput-speedup-analysis"
14421
14422 - type: "plot"
14423   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14424   algorithm: "plot_tsa_name"
14425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14427   include:
14428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14434   layout:
14435     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14436     layout: "plot-throughput-speedup-analysis"
14437
14438 - type: "plot"
14439   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14440   algorithm: "plot_tsa_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14443   include:
14444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14450   layout:
14451     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14452     layout: "plot-throughput-speedup-analysis"
14453
14454 - type: "plot"
14455   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14456   algorithm: "plot_tsa_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14459   include:
14460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14466   layout:
14467     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14482   layout:
14483     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14498   layout:
14499     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14507   include:
14508     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14510     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14511     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14512     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14513     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14514   layout:
14515     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14523   include:
14524     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14525     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14526     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14527     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14528     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14529     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14530   layout:
14531     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14541     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14542     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14543     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14544     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14545     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14546   layout:
14547     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14557     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14558     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14559     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14560     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14561     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14562   layout:
14563     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14577   layout:
14578     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14592   layout:
14593     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14601   include:
14602     - "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"
14603     - "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"
14604     - "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"
14605     - "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"
14606     - "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"
14607   layout:
14608     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14609     layout: "plot-throughput-speedup-analysis"
14610
14611 - type: "plot"
14612   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14616   include:
14617     - "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"
14618     - "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"
14619     - "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"
14620     - "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"
14621     - "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"
14622   layout:
14623     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14637   layout:
14638     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14667   layout:
14668     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14682   layout:
14683     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14691   include:
14692     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14693     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14694     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14695     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14696     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14697   layout:
14698     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14706   include:
14707     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14708     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14709     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14710     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14711     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14712   layout:
14713     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14721   include:
14722     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14723     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14724     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14725     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14726     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14727   layout:
14728     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14736   include:
14737     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14738     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14739     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14740     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14741     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14742   layout:
14743     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14751   include:
14752     - "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"
14753     - "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"
14754     - "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"
14755     - "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"
14756   layout:
14757     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14765   include:
14766     - "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"
14767     - "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"
14768     - "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"
14769     - "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"
14770   layout:
14771     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "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"
14781     - "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"
14782     - "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"
14783     - "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"
14784   layout:
14785     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14786     layout: "plot-throughput-speedup-analysis"
14787
14788 - type: "plot"
14789   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14793   include:
14794     - "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"
14795     - "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"
14796     - "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"
14797     - "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"
14798   layout:
14799     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14813     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14814   layout:
14815     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14823   include:
14824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14828     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14829     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14830   layout:
14831     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14839   include:
14840     - "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"
14841     - "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"
14842     - "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"
14843     - "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"
14844     - "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"
14845     - "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"
14846   layout:
14847     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14855   include:
14856     - "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"
14857     - "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"
14858     - "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"
14859     - "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"
14860     - "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"
14861     - "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"
14862   layout:
14863     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14874     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14875     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14876     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14878   layout:
14879     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14889     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14890     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14891     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14894   layout:
14895     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14905     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14909   layout:
14910     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14911     layout: "plot-throughput-speedup-analysis"
14912
14913 - type: "plot"
14914   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14915   algorithm: "plot_tsa_name"
14916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14918   include:
14919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14921     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14924   layout:
14925     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14933   include:
14934     - "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"
14935     - "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"
14936   layout:
14937     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14945   include:
14946     - "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"
14947     - "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"
14948   layout:
14949     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14957   include:
14958     - "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"
14959     - "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"
14960   layout:
14961     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14969   include:
14970     - "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"
14971     - "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"
14972   layout:
14973     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14974     layout: "plot-throughput-speedup-analysis"
14975
14976 - type: "plot"
14977   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14978   algorithm: "plot_tsa_name"
14979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14981   include:
14982     - "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"
14983     - "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"
14984     - "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"
14985     - "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"
14986     - "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"
14987     - "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"
14988   layout:
14989     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "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"
14999     - "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"
15000     - "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"
15001     - "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"
15002     - "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"
15003     - "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"
15004   layout:
15005     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15013   include:
15014     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15015     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15016     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15017     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15018     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15019   layout:
15020     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15021     layout: "plot-throughput-speedup-analysis"
15022
15023 - type: "plot"
15024   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15025   algorithm: "plot_tsa_name"
15026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15028   include:
15029     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15030     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15031     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15032     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15033     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15034   layout:
15035     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15049   layout:
15050     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15051     layout: "plot-throughput-speedup-analysis"
15052
15053 - type: "plot"
15054   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15055   algorithm: "plot_tsa_name"
15056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15058   include:
15059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15064   layout:
15065     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15073   include:
15074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15078   layout:
15079     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15087   include:
15088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15092   layout:
15093     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15101   include:
15102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15106   layout:
15107     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15115   include:
15116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15120   layout:
15121     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15129   include:
15130     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15135   layout:
15136     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15144   include:
15145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15150   layout:
15151     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15159   include:
15160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15166   layout:
15167     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15175   include:
15176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15182   layout:
15183     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15191   include:
15192     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15196   layout:
15197     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15205   include:
15206     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15210   layout:
15211     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15212     layout: "plot-throughput-speedup-analysis"
15213
15214 - type: "plot"
15215   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15216   algorithm: "plot_tsa_name"
15217   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15218   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15219   include:
15220     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15226   layout:
15227     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15235   include:
15236     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15242   layout:
15243     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15244     layout: "plot-throughput-speedup-analysis"
15245
15246 - type: "plot"
15247   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15248   algorithm: "plot_tsa_name"
15249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15251   include:
15252     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15258   layout:
15259     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15267   include:
15268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15274   layout:
15275     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15276     layout: "plot-throughput-speedup-analysis"
15277
15278 - type: "plot"
15279   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15280   algorithm: "plot_tsa_name"
15281   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15282   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15283   include:
15284     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15285     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15286     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15287     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15288     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15289     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15290   layout:
15291     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15292     layout: "plot-throughput-speedup-analysis"
15293
15294 - type: "plot"
15295   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15296   algorithm: "plot_tsa_name"
15297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15299   include:
15300     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15301     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15302     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15303     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15306   layout:
15307     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15308     layout: "plot-throughput-speedup-analysis"
15309
15310 - type: "plot"
15311   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15312   algorithm: "plot_tsa_name"
15313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15315   include:
15316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15322   layout:
15323     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15331   include:
15332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15334     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15338   layout:
15339     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15347   include:
15348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15354   layout:
15355     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15363   include:
15364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15370   layout:
15371     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 #- type: "plot"
15375 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15376 #  algorithm: "plot_tsa_name"
15377 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15378 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15379 #  include:
15380 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15381 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15382 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15383 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15384 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15386 #  layout:
15387 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15388 #    layout: "plot-throughput-speedup-analysis"
15389 #
15390 #- type: "plot"
15391 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15392 #  algorithm: "plot_tsa_name"
15393 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15394 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15395 #  include:
15396 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15397 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15398 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15399 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15400 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15401 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15402 #  layout:
15403 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15404 #    layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15411   include:
15412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15417   layout:
15418     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15426   include:
15427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15432   layout:
15433     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15441   include:
15442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15448   layout:
15449     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15457   include:
15458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15464   layout:
15465     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15473   include:
15474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15479   layout:
15480     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15488   include:
15489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15494   layout:
15495     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 #- type: "plot"
15499 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15500 #  algorithm: "plot_tsa_name"
15501 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15502 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15503 #  include:
15504 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15505 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15506 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15507 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15508 #  layout:
15509 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15510 #    layout: "plot-throughput-speedup-analysis"
15511 #
15512 #- type: "plot"
15513 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15514 #  algorithm: "plot_tsa_name"
15515 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15516 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15517 #  include:
15518 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15519 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15520 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15521 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15522 #  layout:
15523 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15524 #    layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15531   include:
15532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15538   layout:
15539     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15547   include:
15548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15554   layout:
15555     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15563   include:
15564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15569   layout:
15570     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15571     layout: "plot-throughput-speedup-analysis"
15572
15573 - type: "plot"
15574   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15575   algorithm: "plot_tsa_name"
15576   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15577   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15578   include:
15579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15584   layout:
15585     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15586     layout: "plot-throughput-speedup-analysis"
15587
15588 - type: "plot"
15589   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15590   algorithm: "plot_tsa_name"
15591   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15592   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15593   include:
15594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15599   layout:
15600     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15601     layout: "plot-throughput-speedup-analysis"
15602
15603 - type: "plot"
15604   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15605   algorithm: "plot_tsa_name"
15606   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15607   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15608   include:
15609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15614   layout:
15615     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15616     layout: "plot-throughput-speedup-analysis"
15617
15618 - type: "plot"
15619   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15620   algorithm: "plot_tsa_name"
15621   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15622   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15623   include:
15624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15628   layout:
15629     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15637   include:
15638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15641     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15642   layout:
15643     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15651   include:
15652     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15657   layout:
15658     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15666   include:
15667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15672   layout:
15673     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15681   include:
15682     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15683     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15684     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15685     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15686     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15687     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15688   layout:
15689     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15697   include:
15698     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15699     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15700     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15701     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15702     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15703     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15704   layout:
15705     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 #- type: "plot"
15709 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15710 #  algorithm: "plot_tsa_name"
15711 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15712 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15713 #  include:
15714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15718 #  layout:
15719 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15720 #    layout: "plot-throughput-speedup-analysis"
15721 #
15722 #- type: "plot"
15723 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15724 #  algorithm: "plot_tsa_name"
15725 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15726 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15727 #  include:
15728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15732 #  layout:
15733 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15734 #    layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15741   include:
15742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15748   layout:
15749     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15757   include:
15758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15764   layout:
15765     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 #- type: "plot"
15769 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15770 #  algorithm: "plot_tsa_name"
15771 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15772 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15773 #  include:
15774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15778 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15779 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15780 #  layout:
15781 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15782 #    layout: "plot-throughput-speedup-analysis"
15783 #
15784 #- type: "plot"
15785 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15786 #  algorithm: "plot_tsa_name"
15787 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15788 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15789 #  include:
15790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15791 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15796 #  layout:
15797 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15798 #    layout: "plot-throughput-speedup-analysis"
15799
15800 #- type: "plot"
15801 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15802 #  algorithm: "plot_tsa_name"
15803 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15804 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15805 #  include:
15806 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15807 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15808 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15809 #  layout:
15810 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15811 #    layout: "plot-throughput-speedup-analysis"
15812 #
15813 #- type: "plot"
15814 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15815 #  algorithm: "plot_tsa_name"
15816 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15817 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15818 #  include:
15819 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15820 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15821 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15822 #  layout:
15823 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15824 #    layout: "plot-throughput-speedup-analysis"
15825
15826 ################################################################################
15827
15828 # Packet Throughput - DPDK
15829
15830 # 2n-skx-xxv710
15831
15832 - type: "plot"
15833   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15834   algorithm: "plot_perf_box_name"
15835   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15836   data: "plot-dpdk-throughput-latency-2n-skx"
15837   include:
15838     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15839     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15840   layout:
15841     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15842     layout: "plot-throughput"
15843
15844 - type: "plot"
15845   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15846   algorithm: "plot_perf_box_name"
15847   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15848   data: "plot-dpdk-throughput-latency-2n-skx"
15849   include:
15850     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15851     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15852   layout:
15853     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15854     layout: "plot-throughput"
15855
15856 - type: "plot"
15857   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15858   algorithm: "plot_perf_box_name"
15859   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15860   data: "plot-dpdk-throughput-latency-2n-skx"
15861   include:
15862     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15863     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15864   layout:
15865     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15866     layout: "plot-throughput"
15867
15868 - type: "plot"
15869   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15870   algorithm: "plot_perf_box_name"
15871   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15872   data: "plot-dpdk-throughput-latency-2n-skx"
15873   include:
15874     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15875     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15876   layout:
15877     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15878     layout: "plot-throughput"
15879
15880 # 2n-skx-x710
15881
15882 - type: "plot"
15883   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15884   algorithm: "plot_perf_box_name"
15885   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15886   data: "plot-dpdk-throughput-latency-2n-skx"
15887   include:
15888     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15889     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15890   layout:
15891     title: "2n-skx-x710-64b-2t1c-base-ndr"
15892     layout: "plot-throughput"
15893
15894 - type: "plot"
15895   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15896   algorithm: "plot_perf_box_name"
15897   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15898   data: "plot-dpdk-throughput-latency-2n-skx"
15899   include:
15900     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15901     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15902   layout:
15903     title: "2n-skx-x710-64b-4t2c-base-ndr"
15904     layout: "plot-throughput"
15905
15906 - type: "plot"
15907   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15908   algorithm: "plot_perf_box_name"
15909   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15910   data: "plot-dpdk-throughput-latency-2n-skx"
15911   include:
15912     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15913     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15914   layout:
15915     title: "2n-skx-x710-64b-2t1c-base-pdr"
15916     layout: "plot-throughput"
15917
15918 - type: "plot"
15919   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15920   algorithm: "plot_perf_box_name"
15921   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15922   data: "plot-dpdk-throughput-latency-2n-skx"
15923   include:
15924     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15925     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15926   layout:
15927     title: "2n-skx-x710-64b-4t2c-base-pdr"
15928     layout: "plot-throughput"
15929
15930 # 3n-skx-xxv710
15931
15932 - type: "plot"
15933   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15934   algorithm: "plot_perf_box_name"
15935   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15936   data: "plot-dpdk-throughput-latency-3n-skx"
15937   include:
15938     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15939     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15940   layout:
15941     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15942     layout: "plot-throughput"
15943
15944 - type: "plot"
15945   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15946   algorithm: "plot_perf_box_name"
15947   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15948   data: "plot-dpdk-throughput-latency-3n-skx"
15949   include:
15950     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15951     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15952   layout:
15953     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15954     layout: "plot-throughput"
15955
15956 - type: "plot"
15957   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15958   algorithm: "plot_perf_box_name"
15959   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15960   data: "plot-dpdk-throughput-latency-3n-skx"
15961   include:
15962     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15963     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15964   layout:
15965     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15966     layout: "plot-throughput"
15967
15968 - type: "plot"
15969   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15970   algorithm: "plot_perf_box_name"
15971   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15972   data: "plot-dpdk-throughput-latency-3n-skx"
15973   include:
15974     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15975     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15976   layout:
15977     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15978     layout: "plot-throughput"
15979
15980 # 3n-skx-x710
15981
15982 - type: "plot"
15983   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15984   algorithm: "plot_perf_box_name"
15985   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15986   data: "plot-dpdk-throughput-latency-3n-skx"
15987   include:
15988     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15989     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15990   layout:
15991     title: "3n-skx-x710-64b-2t1c-base-ndr"
15992     layout: "plot-throughput"
15993
15994 - type: "plot"
15995   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15996   algorithm: "plot_perf_box_name"
15997   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15998   data: "plot-dpdk-throughput-latency-3n-skx"
15999   include:
16000     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16001     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16002   layout:
16003     title: "3n-skx-x710-64b-4t2c-base-ndr"
16004     layout: "plot-throughput"
16005
16006 - type: "plot"
16007   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16008   algorithm: "plot_perf_box_name"
16009   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16010   data: "plot-dpdk-throughput-latency-3n-skx"
16011   include:
16012     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16013     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16014   layout:
16015     title: "3n-skx-x710-64b-2t1c-base-pdr"
16016     layout: "plot-throughput"
16017
16018 - type: "plot"
16019   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16020   algorithm: "plot_perf_box_name"
16021   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16022   data: "plot-dpdk-throughput-latency-3n-skx"
16023   include:
16024     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16025     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16026   layout:
16027     title: "3n-skx-x710-64b-4t2c-base-pdr"
16028     layout: "plot-throughput"
16029
16030 # 3n-hsw-xl710
16031
16032 - type: "plot"
16033   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16034   algorithm: "plot_perf_box_name"
16035   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16036   data: "plot-dpdk-throughput-latency-3n-hsw"
16037   include:
16038     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16039     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16040   layout:
16041     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16042     layout: "plot-throughput"
16043
16044 - type: "plot"
16045   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16046   algorithm: "plot_perf_box_name"
16047   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16048   data: "plot-dpdk-throughput-latency-3n-hsw"
16049   include:
16050     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16051     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16052   layout:
16053     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16054     layout: "plot-throughput"
16055
16056 - type: "plot"
16057   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16058   algorithm: "plot_perf_box_name"
16059   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16060   data: "plot-dpdk-throughput-latency-3n-hsw"
16061   include:
16062     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16063     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16064   layout:
16065     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16066     layout: "plot-throughput"
16067
16068 - type: "plot"
16069   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16070   algorithm: "plot_perf_box_name"
16071   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16072   data: "plot-dpdk-throughput-latency-3n-hsw"
16073   include:
16074     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16075     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16076   layout:
16077     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16078     layout: "plot-throughput"
16079
16080 # 3n-hsw-x710
16081
16082 - type: "plot"
16083   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16084   algorithm: "plot_perf_box_name"
16085   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16086   data: "plot-dpdk-throughput-latency-3n-hsw"
16087   include:
16088     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16089     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16090   layout:
16091     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16092     layout: "plot-throughput"
16093
16094 - type: "plot"
16095   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16096   algorithm: "plot_perf_box_name"
16097   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16098   data: "plot-dpdk-throughput-latency-3n-hsw"
16099   include:
16100     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16101     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16102   layout:
16103     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16104     layout: "plot-throughput"
16105
16106 - type: "plot"
16107   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16108   algorithm: "plot_perf_box_name"
16109   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16110   data: "plot-dpdk-throughput-latency-3n-hsw"
16111   include:
16112     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16113     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16114   layout:
16115     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16116     layout: "plot-throughput"
16117
16118 - type: "plot"
16119   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16120   algorithm: "plot_perf_box_name"
16121   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16122   data: "plot-dpdk-throughput-latency-3n-hsw"
16123   include:
16124     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16125     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16126   layout:
16127     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16128     layout: "plot-throughput"
16129
16130 # 2n-dnv-x553
16131
16132 - type: "plot"
16133   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16134   algorithm: "plot_perf_box_name"
16135   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16136   data: "plot-dpdk-throughput-latency-2n-dnv"
16137   include:
16138     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16139     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16140   layout:
16141     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16142     layout: "plot-throughput"
16143
16144 - type: "plot"
16145   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16146   algorithm: "plot_perf_box_name"
16147   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16148   data: "plot-dpdk-throughput-latency-2n-dnv"
16149   include:
16150     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16151     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16152   layout:
16153     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16154     layout: "plot-throughput"
16155
16156 - type: "plot"
16157   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16158   algorithm: "plot_perf_box_name"
16159   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16160   data: "plot-dpdk-throughput-latency-2n-dnv"
16161   include:
16162     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16163     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16164   layout:
16165     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16166     layout: "plot-throughput"
16167
16168 - type: "plot"
16169   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16170   algorithm: "plot_perf_box_name"
16171   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16172   data: "plot-dpdk-throughput-latency-2n-dnv"
16173   include:
16174     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16175     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16176   layout:
16177     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16178     layout: "plot-throughput"
16179
16180 # 3n-dnv-x553
16181
16182 - type: "plot"
16183   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16184   algorithm: "plot_perf_box_name"
16185   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16186   data: "plot-dpdk-throughput-latency-3n-dnv"
16187   include:
16188     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16189     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16190   layout:
16191     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16192     layout: "plot-throughput"
16193
16194 - type: "plot"
16195   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16196   algorithm: "plot_perf_box_name"
16197   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16198   data: "plot-dpdk-throughput-latency-3n-dnv"
16199   include:
16200     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16201     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16202   layout:
16203     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16204     layout: "plot-throughput"
16205
16206 - type: "plot"
16207   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16208   algorithm: "plot_perf_box_name"
16209   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16210   data: "plot-dpdk-throughput-latency-3n-dnv"
16211   include:
16212     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16213     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16214   layout:
16215     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16216     layout: "plot-throughput"
16217
16218 - type: "plot"
16219   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16220   algorithm: "plot_perf_box_name"
16221   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16222   data: "plot-dpdk-throughput-latency-3n-dnv"
16223   include:
16224     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16225     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16226   layout:
16227     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16228     layout: "plot-throughput"
16229
16230 # 3n-tsh-x520
16231
16232 - type: "plot"
16233   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16234   algorithm: "plot_perf_box_name"
16235   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16236   data: "plot-dpdk-throughput-latency-3n-tsh"
16237   include:
16238     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16239     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16240   layout:
16241     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16242     layout: "plot-throughput"
16243
16244 - type: "plot"
16245   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16246   algorithm: "plot_perf_box_name"
16247   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16248   data: "plot-dpdk-throughput-latency-3n-tsh"
16249   include:
16250     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16251     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16252   layout:
16253     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16254     layout: "plot-throughput"
16255
16256 - type: "plot"
16257   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16258   algorithm: "plot_perf_box_name"
16259   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16260   data: "plot-dpdk-throughput-latency-3n-tsh"
16261   include:
16262     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16263     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16264   layout:
16265     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16266     layout: "plot-throughput"
16267
16268 - type: "plot"
16269   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16270   algorithm: "plot_perf_box_name"
16271   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16272   data: "plot-dpdk-throughput-latency-3n-tsh"
16273   include:
16274     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16275     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16276   layout:
16277     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16278     layout: "plot-throughput"
16279
16280 ################################################################################
16281 ###   2n-clx                                                                 ###
16282 ################################################################################
16283
16284 # Packet Throughput
16285
16286 - type: "plot"
16287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16288   algorithm: "plot_perf_box_name"
16289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16291   include:
16292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16296   layout:
16297     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16298     layout: "plot-throughput"
16299
16300 - type: "plot"
16301   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16302   algorithm: "plot_perf_box_name"
16303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16305   include:
16306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16310   layout:
16311     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16312     layout: "plot-throughput"
16313
16314 - type: "plot"
16315   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16316   algorithm: "plot_perf_box_name"
16317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16319   include:
16320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16324   layout:
16325     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16326     layout: "plot-throughput"
16327
16328 - type: "plot"
16329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16330   algorithm: "plot_perf_box_name"
16331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16333   include:
16334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16338   layout:
16339     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16340     layout: "plot-throughput"
16341
16342 - type: "plot"
16343   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16344   algorithm: "plot_perf_box_name"
16345   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16347   include:
16348 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16349     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16350     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16351     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16352   layout:
16353     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16354     layout: "plot-throughput"
16355
16356 - type: "plot"
16357   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16358   algorithm: "plot_perf_box_name"
16359   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16361   include:
16362 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16363     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16364     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16365     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16366   layout:
16367     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16368     layout: "plot-throughput"
16369
16370 - type: "plot"
16371   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16372   algorithm: "plot_perf_box_name"
16373   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16375   include:
16376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16382   layout:
16383     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16388   algorithm: "plot_perf_box_name"
16389   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16398   layout:
16399     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16400     layout: "plot-throughput"
16401
16402 - type: "plot"
16403   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16404   algorithm: "plot_perf_box_name"
16405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16407   include:
16408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16412   layout:
16413     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16414     layout: "plot-throughput"
16415
16416 - type: "plot"
16417   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16418   algorithm: "plot_perf_box_name"
16419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16421   include:
16422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16426   layout:
16427     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16428     layout: "plot-throughput"
16429
16430 - type: "plot"
16431   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16432   algorithm: "plot_perf_box_name"
16433   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16435   include:
16436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16439   layout:
16440     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16441     layout: "plot-throughput"
16442
16443 - type: "plot"
16444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16445   algorithm: "plot_perf_box_name"
16446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16448   include:
16449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16452   layout:
16453     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16454     layout: "plot-throughput"
16455
16456 - type: "plot"
16457   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16458   algorithm: "plot_perf_box_name"
16459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16461   include:
16462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16467   layout:
16468     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16469     layout: "plot-throughput"
16470
16471 - type: "plot"
16472   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16473   algorithm: "plot_perf_box_name"
16474   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16476   include:
16477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16482   layout:
16483     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16484     layout: "plot-throughput"
16485
16486 - type: "plot"
16487   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16488   algorithm: "plot_perf_box_name"
16489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16491   include:
16492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16495   layout:
16496     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16497     layout: "plot-throughput"
16498
16499 - type: "plot"
16500   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16501   algorithm: "plot_perf_box_name"
16502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16504   include:
16505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16508   layout:
16509     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16510     layout: "plot-throughput"
16511
16512 - type: "plot"
16513   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16514   algorithm: "plot_perf_box_name"
16515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16517   include:
16518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16524   layout:
16525     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16526     layout: "plot-throughput"
16527
16528 - type: "plot"
16529   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16530   algorithm: "plot_perf_box_name"
16531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16533   include:
16534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16540   layout:
16541     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16542     layout: "plot-throughput"
16543
16544 - type: "plot"
16545   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16546   algorithm: "plot_perf_box_name"
16547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16549   include:
16550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
16556   layout:
16557     title: "2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16558     layout: "plot-throughput"
16559
16560 - type: "plot"
16561   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16562   algorithm: "plot_perf_box_name"
16563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16565   include:
16566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
16570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
16571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
16572   layout:
16573     title: "2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16574     layout: "plot-throughput"
16575
16576 - type: "plot"
16577   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16578   algorithm: "plot_perf_box_name"
16579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16581   include:
16582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16588   layout:
16589     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16590     layout: "plot-throughput"
16591
16592 - type: "plot"
16593   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16594   algorithm: "plot_perf_box_name"
16595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16597   include:
16598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16604   layout:
16605     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16606     layout: "plot-throughput"
16607
16608 - type: "plot"
16609   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16610   algorithm: "plot_perf_box_name"
16611   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16613   include:
16614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16616   layout:
16617     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16618     layout: "plot-throughput"
16619
16620 - type: "plot"
16621   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16622   algorithm: "plot_perf_box_name"
16623   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16625   include:
16626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16628   layout:
16629     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16630     layout: "plot-throughput"
16631
16632 - type: "plot"
16633   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16634   algorithm: "plot_perf_box_name"
16635   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16637   include:
16638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16644   layout:
16645     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16646     layout: "plot-throughput"
16647
16648 - type: "plot"
16649   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16650   algorithm: "plot_perf_box_name"
16651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16653   include:
16654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16660   layout:
16661     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16662     layout: "plot-throughput"
16663
16664 - type: "plot"
16665   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16666   algorithm: "plot_perf_box_name"
16667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16669   include:
16670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16676   layout:
16677     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16678     layout: "plot-throughput"
16679
16680 - type: "plot"
16681   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16682   algorithm: "plot_perf_box_name"
16683   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16685   include:
16686     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16692   layout:
16693     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16694     layout: "plot-throughput"
16695
16696 - type: "plot"
16697   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16698   algorithm: "plot_perf_box_name"
16699   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16701   include:
16702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16708   layout:
16709     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16710     layout: "plot-throughput"
16711
16712 - type: "plot"
16713   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16717   include:
16718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16724   layout:
16725     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16726     layout: "plot-throughput"
16727
16728 - type: "plot"
16729   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16730   algorithm: "plot_perf_box_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16733   include:
16734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16739   layout:
16740     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16741     layout: "plot-throughput"
16742
16743 - type: "plot"
16744   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16745   algorithm: "plot_perf_box_name"
16746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16748   include:
16749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16754   layout:
16755     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16763   include:
16764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16769   layout:
16770     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16771     layout: "plot-throughput"
16772
16773 - type: "plot"
16774   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16778   include:
16779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16784   layout:
16785     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16786     layout: "plot-throughput"
16787
16788 - type: "plot"
16789   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16790   algorithm: "plot_perf_box_name"
16791   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16793   include:
16794     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16799   layout:
16800     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16801     layout: "plot-throughput"
16802
16803 - type: "plot"
16804   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16805   algorithm: "plot_perf_box_name"
16806   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16808   include:
16809     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16814   layout:
16815     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16823   include:
16824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16829   layout:
16830     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16838   include:
16839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16844   layout:
16845     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16846     layout: "plot-throughput"
16847
16848 - type: "plot"
16849   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16850   algorithm: "plot_perf_box_name"
16851   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16853   include:
16854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16859   layout:
16860     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16861     layout: "plot-throughput"
16862
16863 - type: "plot"
16864   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16865   algorithm: "plot_perf_box_name"
16866   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16868   include:
16869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16874   layout:
16875     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16876     layout: "plot-throughput"
16877
16878 - type: "plot"
16879   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16880   algorithm: "plot_perf_box_name"
16881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16883   include:
16884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16890   layout:
16891     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16899   include:
16900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16906   layout:
16907     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16908     layout: "plot-throughput"
16909
16910 - type: "plot"
16911   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16912   algorithm: "plot_perf_box_name"
16913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16915   include:
16916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16920   layout:
16921     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16922     layout: "plot-throughput"
16923
16924 - type: "plot"
16925   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16926   algorithm: "plot_perf_box_name"
16927   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16929   include:
16930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16934   layout:
16935     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16936     layout: "plot-throughput"
16937
16938 - type: "plot"
16939   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16940   algorithm: "plot_perf_box_name"
16941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16943   include:
16944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16950   layout:
16951     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16952     layout: "plot-throughput"
16953
16954 - type: "plot"
16955   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16956   algorithm: "plot_perf_box_name"
16957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16959   include:
16960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16966   layout:
16967     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16968     layout: "plot-throughput"
16969
16970 - type: "plot"
16971   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16972   algorithm: "plot_perf_box_name"
16973   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16975   include:
16976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16980   layout:
16981     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16982     layout: "plot-throughput"
16983
16984 - type: "plot"
16985   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16986   algorithm: "plot_perf_box_name"
16987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16989   include:
16990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16994   layout:
16995     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16996     layout: "plot-throughput"
16997
16998 - type: "plot"
16999   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17000   algorithm: "plot_perf_box_name"
17001   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17003   include:
17004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17010   layout:
17011     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17012     layout: "plot-throughput"
17013
17014 - type: "plot"
17015   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17016   algorithm: "plot_perf_box_name"
17017   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17019   include:
17020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17023     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17024     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17026   layout:
17027     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17028     layout: "plot-throughput"
17029
17030 - type: "plot"
17031   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17032   algorithm: "plot_perf_box_name"
17033   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17035   include:
17036     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17037     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17039     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17040   layout:
17041     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17049   include:
17050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17052     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17053     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17054   layout:
17055     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17056     layout: "plot-throughput"
17057
17058 - type: "plot"
17059   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17060   algorithm: "plot_perf_box_name"
17061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17063   include:
17064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17069   layout:
17070     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17084   layout:
17085     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17086     layout: "plot-throughput"
17087
17088 - type: "plot"
17089   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17090   algorithm: "plot_perf_box_name"
17091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17093   include:
17094     - "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"
17095     - "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"
17096     - "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"
17097     - "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"
17098     - "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"
17099   layout:
17100     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17101     layout: "plot-throughput"
17102
17103 - type: "plot"
17104   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17105   algorithm: "plot_perf_box_name"
17106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17108   include:
17109     - "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"
17110     - "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"
17111     - "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"
17112     - "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"
17113     - "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"
17114   layout:
17115     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17123   include:
17124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17129   layout:
17130     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17131     layout: "plot-throughput"
17132
17133 - type: "plot"
17134   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17135   algorithm: "plot_perf_box_name"
17136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17138   include:
17139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17144   layout:
17145     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17146     layout: "plot-throughput"
17147
17148 - type: "plot"
17149   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17150   algorithm: "plot_perf_box_name"
17151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17153   include:
17154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17159   layout:
17160     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17174   layout:
17175     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17180   algorithm: "plot_perf_box_name"
17181   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17183   include:
17184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17188   layout:
17189     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17202   layout:
17203     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17211   include:
17212     - "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"
17213     - "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"
17214     - "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"
17215     - "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"
17216   layout:
17217     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "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"
17227     - "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"
17228     - "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"
17229     - "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"
17230   layout:
17231     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17239   include:
17240     - "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"
17241     - "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"
17242     - "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"
17243     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17244     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17245     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17246   layout:
17247     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "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"
17257     - "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"
17258     - "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"
17259     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17260     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17261     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17262   layout:
17263     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17264     layout: "plot-throughput"
17265
17266 ################################################################################
17267
17268 # Packet Speedup
17269
17270 - type: "plot"
17271   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17272   algorithm: "plot_tsa_name"
17273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17275   include:
17276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17280   layout:
17281     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17282     layout: "plot-throughput-speedup-analysis"
17283
17284 - type: "plot"
17285   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17286   algorithm: "plot_tsa_name"
17287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17289   include:
17290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17294   layout:
17295     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17296     layout: "plot-throughput-speedup-analysis"
17297
17298 - type: "plot"
17299   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17300   algorithm: "plot_tsa_name"
17301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17303   include:
17304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17308   layout:
17309     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17310     layout: "plot-throughput-speedup-analysis"
17311
17312 - type: "plot"
17313   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17314   algorithm: "plot_tsa_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17322   layout:
17323     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17324     layout: "plot-throughput-speedup-analysis"
17325
17326 - type: "plot"
17327   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17328   algorithm: "plot_tsa_name"
17329   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17331   include:
17332     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17333     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17334     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17335     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17336   layout:
17337     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17338     layout: "plot-throughput-speedup-analysis"
17339
17340 - type: "plot"
17341   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17342   algorithm: "plot_tsa_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17347     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17348     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17349     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17350   layout:
17351     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17352     layout: "plot-throughput-speedup-analysis"
17353
17354 - type: "plot"
17355   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17356   algorithm: "plot_tsa_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17366   layout:
17367     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17368     layout: "plot-throughput-speedup-analysis"
17369
17370 - type: "plot"
17371   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17372   algorithm: "plot_tsa_name"
17373   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17375   include:
17376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17382   layout:
17383     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17384     layout: "plot-throughput-speedup-analysis"
17385
17386 - type: "plot"
17387   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17388   algorithm: "plot_tsa_name"
17389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17391   include:
17392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17396   layout:
17397     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17398     layout: "plot-throughput-speedup-analysis"
17399
17400 - type: "plot"
17401   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17402   algorithm: "plot_tsa_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17410   layout:
17411     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17412     layout: "plot-throughput-speedup-analysis"
17413
17414 - type: "plot"
17415   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17416   algorithm: "plot_tsa_name"
17417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17419   include:
17420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17423   layout:
17424     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17425     layout: "plot-throughput-speedup-analysis"
17426
17427 - type: "plot"
17428   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17429   algorithm: "plot_tsa_name"
17430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17432   include:
17433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17436   layout:
17437     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17438     layout: "plot-throughput-speedup-analysis"
17439
17440 - type: "plot"
17441   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17442   algorithm: "plot_tsa_name"
17443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17445   include:
17446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17451   layout:
17452     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17453     layout: "plot-throughput-speedup-analysis"
17454
17455 - type: "plot"
17456   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17457   algorithm: "plot_tsa_name"
17458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17460   include:
17461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17466   layout:
17467     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17468     layout: "plot-throughput-speedup-analysis"
17469
17470 - type: "plot"
17471   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17472   algorithm: "plot_tsa_name"
17473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17475   include:
17476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17479   layout:
17480     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17481     layout: "plot-throughput-speedup-analysis"
17482
17483 - type: "plot"
17484   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17485   algorithm: "plot_tsa_name"
17486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17488   include:
17489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17492   layout:
17493     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17494     layout: "plot-throughput-speedup-analysis"
17495
17496 - type: "plot"
17497   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17498   algorithm: "plot_tsa_name"
17499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17501   include:
17502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17508   layout:
17509     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17510     layout: "plot-throughput-speedup-analysis"
17511
17512 - type: "plot"
17513   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17514   algorithm: "plot_tsa_name"
17515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517   include:
17518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17524   layout:
17525     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17526     layout: "plot-throughput-speedup-analysis"
17527
17528 - type: "plot"
17529   title: "Speedup: 2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr-tsa"
17530   algorithm: "plot_tsa_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr-tsa"
17532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17533   include:
17534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
17540   layout:
17541     title: "2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr"
17542     layout: "plot-throughput-speedup-analysis"
17543
17544 - type: "plot"
17545   title: "Speedup: 2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr-tsa"
17546   algorithm: "plot_tsa_name"
17547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr-tsa"
17548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17549   include:
17550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
17556   layout:
17557     title: "2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr"
17558     layout: "plot-throughput-speedup-analysis"
17559
17560 - type: "plot"
17561   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17562   algorithm: "plot_tsa_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17572   layout:
17573     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17574     layout: "plot-throughput-speedup-analysis"
17575
17576 - type: "plot"
17577   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17578   algorithm: "plot_tsa_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17588   layout:
17589     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17590     layout: "plot-throughput-speedup-analysis"
17591
17592 - type: "plot"
17593   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17594   algorithm: "plot_tsa_name"
17595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17597   include:
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17600   layout:
17601     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17602     layout: "plot-throughput-speedup-analysis"
17603
17604 - type: "plot"
17605   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17606   algorithm: "plot_tsa_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17612   layout:
17613     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17614     layout: "plot-throughput-speedup-analysis"
17615
17616 - type: "plot"
17617   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17618   algorithm: "plot_tsa_name"
17619   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17621   include:
17622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17628   layout:
17629     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17630     layout: "plot-throughput-speedup-analysis"
17631
17632 - type: "plot"
17633   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17634   algorithm: "plot_tsa_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17637   include:
17638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17644   layout:
17645     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17646     layout: "plot-throughput-speedup-analysis"
17647
17648 - type: "plot"
17649   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17650   algorithm: "plot_tsa_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17660   layout:
17661     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17662     layout: "plot-throughput-speedup-analysis"
17663
17664 - type: "plot"
17665   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17666   algorithm: "plot_tsa_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17676   layout:
17677     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17678     layout: "plot-throughput-speedup-analysis"
17679
17680 - type: "plot"
17681   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17682   algorithm: "plot_tsa_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17692   layout:
17693     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17694     layout: "plot-throughput-speedup-analysis"
17695
17696 - type: "plot"
17697   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17698   algorithm: "plot_tsa_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17708   layout:
17709     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17710     layout: "plot-throughput-speedup-analysis"
17711
17712 - type: "plot"
17713   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17714   algorithm: "plot_tsa_name"
17715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17717   include:
17718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17723   layout:
17724     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17725     layout: "plot-throughput-speedup-analysis"
17726
17727 - type: "plot"
17728   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17729   algorithm: "plot_tsa_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17738   layout:
17739     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17740     layout: "plot-throughput-speedup-analysis"
17741
17742 - type: "plot"
17743   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17744   algorithm: "plot_tsa_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17747   include:
17748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17753   layout:
17754     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17755     layout: "plot-throughput-speedup-analysis"
17756
17757 - type: "plot"
17758   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17759   algorithm: "plot_tsa_name"
17760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17762   include:
17763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17768   layout:
17769     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17770     layout: "plot-throughput-speedup-analysis"
17771
17772 - type: "plot"
17773   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17774   algorithm: "plot_tsa_name"
17775   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17777   include:
17778     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17783   layout:
17784     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17785     layout: "plot-throughput-speedup-analysis"
17786
17787 - type: "plot"
17788   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17789   algorithm: "plot_tsa_name"
17790   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17792   include:
17793     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17798   layout:
17799     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17800     layout: "plot-throughput-speedup-analysis"
17801
17802 - type: "plot"
17803   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17804   algorithm: "plot_tsa_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17813   layout:
17814     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17815     layout: "plot-throughput-speedup-analysis"
17816
17817 - type: "plot"
17818   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17819   algorithm: "plot_tsa_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17828   layout:
17829     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17830     layout: "plot-throughput-speedup-analysis"
17831
17832 - type: "plot"
17833   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17834   algorithm: "plot_tsa_name"
17835   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17837   include:
17838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17843   layout:
17844     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17845     layout: "plot-throughput-speedup-analysis"
17846
17847 - type: "plot"
17848   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17849   algorithm: "plot_tsa_name"
17850   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17852   include:
17853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17858   layout:
17859     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17860     layout: "plot-throughput-speedup-analysis"
17861
17862 - type: "plot"
17863   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17864   algorithm: "plot_tsa_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17874   layout:
17875     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17876     layout: "plot-throughput-speedup-analysis"
17877
17878 - type: "plot"
17879   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17880   algorithm: "plot_tsa_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17890   layout:
17891     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17892     layout: "plot-throughput-speedup-analysis"
17893
17894 - type: "plot"
17895   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17896   algorithm: "plot_tsa_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17906     layout: "plot-throughput-speedup-analysis"
17907
17908 - type: "plot"
17909   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17910   algorithm: "plot_tsa_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17918   layout:
17919     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17920     layout: "plot-throughput-speedup-analysis"
17921
17922 - type: "plot"
17923   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17924   algorithm: "plot_tsa_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17934   layout:
17935     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17936     layout: "plot-throughput-speedup-analysis"
17937
17938 - type: "plot"
17939   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17940   algorithm: "plot_tsa_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17950   layout:
17951     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17952     layout: "plot-throughput-speedup-analysis"
17953
17954 - type: "plot"
17955   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17956   algorithm: "plot_tsa_name"
17957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17959   include:
17960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17966     layout: "plot-throughput-speedup-analysis"
17967
17968 - type: "plot"
17969   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17970   algorithm: "plot_tsa_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17978   layout:
17979     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17980     layout: "plot-throughput-speedup-analysis"
17981
17982 - type: "plot"
17983   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17984   algorithm: "plot_tsa_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17992     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17993     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17994   layout:
17995     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17996     layout: "plot-throughput-speedup-analysis"
17997
17998 - type: "plot"
17999   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18000   algorithm: "plot_tsa_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18009     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18010   layout:
18011     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18012     layout: "plot-throughput-speedup-analysis"
18013
18014 - type: "plot"
18015   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18016   algorithm: "plot_tsa_name"
18017   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18019   include:
18020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18023     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18024   layout:
18025     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18026     layout: "plot-throughput-speedup-analysis"
18027
18028 - type: "plot"
18029   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18030   algorithm: "plot_tsa_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18037     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18038   layout:
18039     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18040     layout: "plot-throughput-speedup-analysis"
18041
18042 - type: "plot"
18043   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18044   algorithm: "plot_tsa_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18053   layout:
18054     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18055     layout: "plot-throughput-speedup-analysis"
18056
18057 - type: "plot"
18058   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18059   algorithm: "plot_tsa_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "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"
18079     - "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"
18080     - "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"
18081     - "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"
18082     - "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"
18083   layout:
18084     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18085     layout: "plot-throughput-speedup-analysis"
18086
18087 - type: "plot"
18088   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18089   algorithm: "plot_tsa_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "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"
18094     - "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"
18095     - "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"
18096     - "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"
18097     - "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"
18098   layout:
18099     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18100     layout: "plot-throughput-speedup-analysis"
18101
18102 - type: "plot"
18103   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18104   algorithm: "plot_tsa_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18115     layout: "plot-throughput-speedup-analysis"
18116
18117 - type: "plot"
18118   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18119   algorithm: "plot_tsa_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18128   layout:
18129     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18130     layout: "plot-throughput-speedup-analysis"
18131
18132 - type: "plot"
18133   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18134   algorithm: "plot_tsa_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18143   layout:
18144     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18145     layout: "plot-throughput-speedup-analysis"
18146
18147 - type: "plot"
18148   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18149   algorithm: "plot_tsa_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18158   layout:
18159     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18172   layout:
18173     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18174     layout: "plot-throughput-speedup-analysis"
18175
18176 - type: "plot"
18177   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18178   algorithm: "plot_tsa_name"
18179   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18181   include:
18182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18186   layout:
18187     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18188     layout: "plot-throughput-speedup-analysis"
18189
18190 - type: "plot"
18191   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18192   algorithm: "plot_tsa_name"
18193   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18195   include:
18196     - "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"
18197     - "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"
18198     - "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"
18199     - "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"
18200   layout:
18201     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18202     layout: "plot-throughput-speedup-analysis"
18203
18204 - type: "plot"
18205   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18206   algorithm: "plot_tsa_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "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"
18211     - "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"
18212     - "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"
18213     - "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"
18214   layout:
18215     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18216     layout: "plot-throughput-speedup-analysis"
18217
18218 - type: "plot"
18219   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18220   algorithm: "plot_tsa_name"
18221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18223   include:
18224     - "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"
18225     - "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"
18226     - "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"
18227     - "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"
18228     - "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"
18229     - "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"
18230   layout:
18231     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18232     layout: "plot-throughput-speedup-analysis"
18233
18234 - type: "plot"
18235   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18236   algorithm: "plot_tsa_name"
18237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18239   include:
18240     - "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"
18241     - "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"
18242     - "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"
18243     - "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"
18244     - "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"
18245     - "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"
18246   layout:
18247     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18248     layout: "plot-throughput-speedup-analysis"
18249
18250 ################################################################################
18251
18252 # Packet Throughput - DPDK
18253
18254 # 2n-clx-xxv710
18255
18256 - type: "plot"
18257   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18258   algorithm: "plot_perf_box_name"
18259   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18260   data: "plot-dpdk-throughput-latency-2n-clx"
18261   include:
18262     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18263     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18264   layout:
18265     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18266     layout: "plot-throughput"
18267
18268 - type: "plot"
18269   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18270   algorithm: "plot_perf_box_name"
18271   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18272   data: "plot-dpdk-throughput-latency-2n-clx"
18273   include:
18274     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18275     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18276   layout:
18277     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18278     layout: "plot-throughput"
18279
18280 - type: "plot"
18281   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18282   algorithm: "plot_perf_box_name"
18283   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18284   data: "plot-dpdk-throughput-latency-2n-clx"
18285   include:
18286     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18287     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18288   layout:
18289     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18290     layout: "plot-throughput"
18291
18292 - type: "plot"
18293   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18294   algorithm: "plot_perf_box_name"
18295   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18296   data: "plot-dpdk-throughput-latency-2n-clx"
18297   include:
18298     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18299     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18300   layout:
18301     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18302     layout: "plot-throughput"
18303
18304 # 2n-clx-x710
18305
18306 - type: "plot"
18307   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18308   algorithm: "plot_perf_box_name"
18309   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18310   data: "plot-dpdk-throughput-latency-2n-clx"
18311   include:
18312     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18313     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18314   layout:
18315     title: "2n-clx-x710-64b-2t1c-base-ndr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18322   data: "plot-dpdk-throughput-latency-2n-clx"
18323   include:
18324     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18325     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18326   layout:
18327     title: "2n-clx-x710-64b-4t2c-base-ndr"
18328     layout: "plot-throughput"
18329
18330 - type: "plot"
18331   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18332   algorithm: "plot_perf_box_name"
18333   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18334   data: "plot-dpdk-throughput-latency-2n-clx"
18335   include:
18336     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18337     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18338   layout:
18339     title: "2n-clx-x710-64b-2t1c-base-pdr"
18340     layout: "plot-throughput"
18341
18342 - type: "plot"
18343   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18344   algorithm: "plot_perf_box_name"
18345   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18346   data: "plot-dpdk-throughput-latency-2n-clx"
18347   include:
18348     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18349     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18350   layout:
18351     title: "2n-clx-x710-64b-4t2c-base-pdr"
18352     layout: "plot-throughput"
18353
18354 ################################################################################
18355
18356 - type: "plot"
18357   title: "Latency by percentile: 2n-skx"
18358   algorithm: "plot_hdrh_lat_by_percentile"
18359   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18360   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18361   target-links: "../../_static/vpp"
18362   data: "plot-vpp-hdrh-lat-2n-skx"
18363   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18364   layout:
18365     layout: "plot-hdrh-latency-by-percentile"
18366
18367 - type: "plot"
18368   title: "Latency by percentile: 3n-skx"
18369   algorithm: "plot_hdrh_lat_by_percentile"
18370   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18371   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18372   target-links: "../../_static/vpp"
18373   data: "plot-vpp-hdrh-lat-3n-skx"
18374   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18375   layout:
18376     layout: "plot-hdrh-latency-by-percentile"
18377
18378 - type: "plot"
18379   title: "Latency by percentile: 2n-clx"
18380   algorithm: "plot_hdrh_lat_by_percentile"
18381   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18382   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18383   target-links: "../../_static/vpp"
18384   data: "plot-vpp-hdrh-lat-2n-clx"
18385   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18386   layout:
18387     layout: "plot-hdrh-latency-by-percentile"
18388
18389 - type: "plot"
18390   title: "Latency by percentile: 3n-hsw"
18391   algorithm: "plot_hdrh_lat_by_percentile"
18392   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18393   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18394   target-links: "../../_static/vpp"
18395   data: "plot-vpp-hdrh-lat-3n-hsw"
18396   filter: "'1T1C' and 'NIC_Intel-XL710'"
18397   layout:
18398     layout: "plot-hdrh-latency-by-percentile"
18399
18400 - type: "plot"
18401   title: "Latency by percentile: 3n-tsh"
18402   algorithm: "plot_hdrh_lat_by_percentile"
18403   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18404   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18405   target-links: "../../_static/vpp"
18406   data: "plot-vpp-hdrh-lat-3n-tsh"
18407   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18408   layout:
18409     layout: "plot-hdrh-latency-by-percentile"
18410
18411 - type: "plot"
18412   title: "Latency by percentile: DPDK 2n-skx"
18413   algorithm: "plot_hdrh_lat_by_percentile"
18414   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18415   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18416   target-links: "../../_static/dpdk"
18417   data: "plot-dpdk-hdrh-lat-2n-skx"
18418   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18419   layout:
18420     layout: "plot-hdrh-latency-by-percentile"
18421
18422 - type: "plot"
18423   title: "Latency by percentile: DPDK 3n-skx"
18424   algorithm: "plot_hdrh_lat_by_percentile"
18425   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18426   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18427   target-links: "../../_static/dpdk"
18428   data: "plot-dpdk-hdrh-lat-3n-skx"
18429   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18430   layout:
18431     layout: "plot-hdrh-latency-by-percentile"
18432
18433 - type: "plot"
18434   title: "Latency by percentile: DPDK 2n-clx"
18435   algorithm: "plot_hdrh_lat_by_percentile"
18436   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18437   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18438   target-links: "../../_static/dpdk"
18439   data: "plot-dpdk-hdrh-lat-2n-clx"
18440   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18441   layout:
18442     layout: "plot-hdrh-latency-by-percentile"
18443
18444 - type: "plot"
18445   title: "Latency by percentile: DPDK 3n-hsw"
18446   algorithm: "plot_hdrh_lat_by_percentile"
18447   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18448   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18449   target-links: "../../_static/dpdk"
18450   data: "plot-dpdk-hdrh-lat-3n-hsw"
18451   filter: "'1T1C' and 'NIC_Intel-XL710'"
18452   layout:
18453     layout: "plot-hdrh-latency-by-percentile"
18454
18455 - type: "plot"
18456   title: "Latency by percentile: DPDK 3n-tsh"
18457   algorithm: "plot_hdrh_lat_by_percentile"
18458   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18459   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18460   target-links: "../../_static/dpdk"
18461   data: "plot-dpdk-hdrh-lat-3n-tsh"
18462   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18463   layout:
18464     layout: "plot-hdrh-latency-by-percentile"